]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2005-06-17 Guido Kanschatadd directory for gcc 4.0
2005-06-17 Guido Kanschatcompatibility wrapper for count_dofs_per_component
2005-06-17 Guido Kanschatrounding in bounding box
2005-06-17 Guido Kanschatdefine static variable for all dimensions (needed by...
2005-06-17 Guido Kanschatnew count_dofs_per_component
2005-06-17 Guido Kanschatimproved version of DoFTools::count_dofs_per_component...
2005-06-17 Ralf HartmannUpdate results.
2005-06-17 Ralf HartmannUpdate refs.
2005-06-16 Guido Kanschatrounding of bounding boxes
2005-06-16 Guido Kanschatuse rounding for bounding box since most of the time...
2005-06-16 Ralf Hartmannclean up
2005-06-16 Ralf Hartmannchild_cell_on_face, face_to_cell_vertices and face_to_c...
2005-06-16 Ralf Hartmannchild_cell_on_face, face_to_cell_vertices and face_to_c...
2005-06-16 Wolfgang BangerthFix a problem with gcc2.95:
2005-06-15 Ralf HartmannFix.
2005-06-14 Ralf Hartmannclean up.
2005-06-14 Ralf Hartmannclean up.
2005-06-14 Ralf Hartmannhierarchic_to_lexicographic_numbering function moved...
2005-06-13 Ralf HartmannUpdate.
2005-06-13 Ralf HartmannUpdate.
2005-06-13 Ralf HartmannMove lexicographic_to_hierarchic_numbering function...
2005-06-13 Guido KanschatCreate static variable for any dimension (required...
2005-06-13 Guido Kanschattest new FE_DGQ with Gauss and Gauss-Lobatto support...
2005-06-13 Guido Kanschattest new tensor product constructor for Quadrature
2005-06-13 Ralf HartmannChange of argument of the lexicographic_to_hierarchic_n...
2005-06-13 Ralf HartmannTo avoid code duplication, use FETools::lexicographic_t...
2005-06-13 Ralf HartmannThe lexicographic <-> hierarchic numbering functions...
2005-06-13 Ralf HartmannRename exe target to build for consistency.
2005-06-13 Ralf HartmannInclude definitions of PETSC_DIR and PETSC_ARCH for...
2005-06-10 Guido Kanschatnew constructor for arbitrary interpolation points
2005-06-10 Guido Kanschatnew Quadrature constructor
2005-06-10 Guido Kanschatnew function for multidimensional tensor products of...
2005-06-08 Ralf HartmannExtend the test cases to be used also in the case Petsc...
2005-06-08 Ralf HartmannUpdate.
2005-06-07 Wolfgang BangerthSupport PETSc 2.3.0
2005-06-07 Wolfgang BangerthRemove debug output left in by accident.
2005-06-07 Wolfgang BangerthSupport PETSc 2.3.0
2005-06-07 Wolfgang BangerthSimplify a few things.
2005-06-07 Wolfgang BangerthUse a proper data structure instead of signed integers...
2005-06-07 Wolfgang BangerthAdd a caution.
2005-06-06 Ralf HartmannRefs. moved to right place. Add new refs.
2005-06-06 Ralf HartmannUpdate of references.
2005-06-06 Ralf HartmannRenamed and moved to right place.
2005-06-03 Wolfgang BangerthAdd a TODO.
2005-06-03 Wolfgang BangerthFix a number of issues with signed integer multiplicati...
2005-06-03 Wolfgang BangerthGet rid of -ftrapv again, it seems to hang some tests.
2005-06-03 Wolfgang BangerthUse -ftrapv in debug mode to make sure we catch acciden...
2005-06-03 Ralf HartmannUpdate.
2005-06-03 Wolfgang BangerthFix little typo.
2005-06-03 Wolfgang BangerthDon't use round, use rint.
2005-06-03 Wolfgang BangerthFix incorrect date.
2005-06-03 oliverAdded a comment for the changes in MatrixCreator and...
2005-06-03 oliverImplemented support for vector valued FEs in some metho...
2005-06-03 Ralf HartmannUpdate.
2005-06-03 Ralf HartmannNew test.
2005-06-03 Ralf HartmannUpdate.
2005-06-03 Ralf HartmannUpdate.
2005-06-03 Ralf HartmannSlightly relax tol to avoid Error0 for gcc2.95.3
2005-06-03 Ralf HartmannNew tests.
2005-06-03 Ralf HartmannNo output to console.
2005-06-03 Ralf HartmannRemove unused variable.
2005-06-03 Ralf HartmannMake it compile with gcc2.95.3
2005-06-02 Wolfgang BangerthAdd docs.
2005-06-02 Wolfgang BangerthDon't botch up with CFLAGS by setting -wd1572 anyway.
2005-06-02 Wolfgang BangerthImplement contraction between rank-4 tensors. Minor...
2005-06-02 Wolfgang BangerthNew test.
2005-06-02 Wolfgang BangerthReformat.
2005-06-02 Guido KanschatInformation on usage added
2005-06-02 Guido Kanschatnote on double handling of faces in 3D
2005-06-02 Guido Kanschatdisable assertions until DataOut can use MappingCartesian
2005-06-02 Wolfgang BangerthNew tests.
2005-06-02 Wolfgang BangerthAvoid confusing gcc2.95 by a friend declaration of...
2005-06-01 Ralf HartmannFix typo.
2005-06-01 Wolfgang BangerthObvious workaround for gcc2.95 compiler problem.
2005-06-01 Wolfgang BangerthFix another comment.
2005-06-01 Wolfgang BangerthUpdate a number of comments.
2005-06-01 Wolfgang BangerthMove statement to the right place.
2005-06-01 Wolfgang BangerthFix two typos (using CFLAGSO when only CFLAGS is used...
2005-06-01 Wolfgang BangerthFix a typo ("GC" instead of "GCC" that leads to a misre...
2005-06-01 Wolfgang BangerthActually also detect 3.3.6 (which exists) and 3.3.7...
2005-06-01 Wolfgang BangerthDetect gcc3.3.5.
2005-06-01 Wolfgang BangerthGuard instantiation.
2005-06-01 Wolfgang BangerthUse proper data type.
2005-06-01 Wolfgang BangerthAugment documentation.
2005-06-01 Wolfgang BangerthNew test.
2005-06-01 Wolfgang BangerthAdd outer_product function.
2005-05-31 oliverDocumented last changes.
2005-05-31 Wolfgang BangerthFix omitted tag.
2005-05-31 Wolfgang BangerthAugment documentation.
2005-05-31 Guido Kanschatthrow exception if Cartesian mapping is required, but...
2005-05-31 Guido Kanschatdocumentation improved
2005-05-31 oliverImplemented an option to output the solution of deforme...
2005-05-31 oliverImplemented an option to output the solution on deforme...
2005-05-31 oliverIntroduced the type of Euler vector as template parameter.
2005-05-31 oliverIntroduced the type of the Euler vector as a template...
2005-05-31 Wolfgang BangerthNew test
2005-05-31 Wolfgang BangerthFix author list.
2005-05-31 Guido KanschatQProjector moved to its own header file
2005-05-31 Guido Kanschatremove obsolete mebedding matrices
2005-05-31 Wolfgang BangerthAdd a way to get the tensor identity operator.
next

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.