]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2005-03-16 Wolfgang BangerthAdd a few more problems that people have solved over...
2005-03-16 Guido Kanschattypeid for SmartPointer
2005-03-16 Wolfgang BangerthThe place of the annotated license has changed.
2005-03-16 Guido KanschatNew identification strings
2005-03-15 Guido KanschatWhy is DEAL_II_USE_MT defined to zero?
2005-03-15 Guido KanschatThe namespace qualified ::Table<2,T> needed by the...
2005-03-15 Guido Kanschatnew define DEAL_VOLATILE
2005-03-15 Guido Kanschatmatrix scalar product and matrix norm, VectorMemory
2005-03-15 Guido Kanschatadd vector memory
2005-03-15 Wolfgang BangerthMake the correct class a friend.
2005-03-15 Wolfgang BangerthAdd namespace qualification, even if not stricly necess...
2005-03-15 Wolfgang BangerthReindent.
2005-03-15 Wolfgang BangerthMove a few functions into an anonymous namespace that...
2005-03-15 Wolfgang BangerthCast a few arguments to their correct type in the retur...
2005-03-15 Wolfgang BangerthInline functions don't need to be static.
2005-03-15 Wolfgang Bangerth.
2005-03-15 Ralf HartmannSimplify code in Triangulation<3>::create_triangulation...
2005-03-15 Ralf HartmannAdd missing clear_despite_subscriptions function calls.
2005-03-15 Ralf HartmannRe-create reference on andromeda, as it seems to be...
2005-03-15 Guido KanschatDocumentation improved for Doxygen
2005-03-15 Guido KanschatNoDoc added
2005-03-15 Guido KanschatNoDoc added with no improvement
2005-03-15 Guido Kanschattypo
2005-03-15 Guido KanschatExcWrong... replaced by ExcDimensionMismatch, since...
2005-03-15 Wolfgang BangerthOutput detailed compiler version.
2005-03-15 Wolfgang Bangerth.
2005-03-15 Wolfgang BangerthAdd statement about newer compilers.
2005-03-15 Wolfgang BangerthAlso figure out the detailed version number of the...
2005-03-14 Wolfgang BangerthThere is no gcc 3.5 version, this has been renamed...
2005-03-14 Wolfgang BangerthDon't detect egcs1.1 any more. The last egcs1.1.x versi...
2005-03-14 Guido Kanschatunused code offending gcc 3.4.3 removed
2005-03-14 Guido Kanschatextract single files for checking
2005-03-14 Guido KanschatGridGenerator checked all grids in 2D, including color
2005-03-14 Guido Kanschatnew parallelogram grid in 2d
2005-03-14 Wolfgang BangerthAdd
2005-03-14 Wolfgang BangerthAdd a comment.
2005-03-14 Ralf HartmannSimplification of implementation of cell_to_child_coord...
2005-03-14 Luca HeltaiAlmost extensive testing of get_fe_from_name.
2005-03-14 Ralf Hartmannvertices_adjacent_to_line renamed to line_to_cell_vertices.
2005-03-14 Ralf Hartmannvertices_adjacent_to_line function renamed to line_to_c...
2005-03-14 Ralf HartmannRemove vertices_adjacent_to_line function. Doc update.
2005-03-14 Wolfgang BangerthRegenerate
2005-03-14 Wolfgang BangerthFix typo.
2005-03-14 Wolfgang BangerthClarify docs.
2005-03-14 Wolfgang BangerthOne has to specify the template argument for get_fe_fro...
2005-03-14 Luca HeltaiAdded get_fe_from_name.cc test. NOT WORKING.
2005-03-14 Wolfgang BangerthMinor adjustments.
2005-03-13 Luca HeltaiAdded Function Parser stuff.
2005-03-13 Wolfgang BangerthMore modern compilers want a "typename" in places.
2005-03-13 Wolfgang BangerthQualify a call that doesn't necessarily have to be...
2005-03-13 Wolfgang BangerthRemove a static declaration that the Sun CC compiler...
2005-03-13 Wolfgang BangerthMake sure the two arguments to make_pair have the same...
2005-03-13 Wolfgang BangerthAdd targets to do nightly automated builds.
2005-03-12 Ralf HartmannReplace ugliest code sequence of 12 assertions of hard...
2005-03-12 Ralf Hartmann.
2005-03-12 Ralf HartmannMake it compile.
2005-03-12 Guido Kanschatbeginning TridiagonalMatrix
2005-03-12 Guido Kanschatconsole output removed
2005-03-12 Guido Kanschattest adding multiplication
2005-03-12 Guido Kanschatnew ProductSparseMatrix
2005-03-11 Ralf HartmannNew GeometryInfo::line_to_cell_vertices, face_to_cell_l...
2005-03-11 Ralf HartmannUse new line_to_cell_vertices, face_to_cell_vertices...
2005-03-11 Ralf HartmannFix docu: Normal of face 0 points outward!
2005-03-11 Ralf HartmannNew line_to_cell_vertices, face_to_cell_vertices and...
2005-03-11 Guido KanschatAllow for unknown compilers and issue a warning
2005-03-11 Guido KanschatExample documentation included
2005-03-11 Guido Kanschatexample added
2005-03-11 Guido Kanschatexample for product matrix
2005-03-11 Guido Kanschatdocumentation improved
2005-03-11 Ralf HartmannGet rid of annoying warning issued by gcc2.95: aggregat...
2005-03-11 Ralf HartmannMake it compile with gcc2.95.3. Set AdditionalData...
2005-03-11 Ralf Hartmannnew PreconditionRichardson
2005-03-11 Ralf HartmannMake it compile with gcc2.95.3. Set AdditionalData...
2005-03-11 Guido Kanschatminlevel nonzero documented and second defect vector...
2005-03-11 Guido Kanschataccess functions for levels
2005-03-11 Guido Kanschatadd generalized initialize
2005-03-10 Wolfgang BangerthAdd one statement.
2005-03-10 Wolfgang BangerthAdd a page about the testsuite.
2005-03-10 Wolfgang BangerthMake list of tests better readable.
2005-03-10 Wolfgang Bangerth.
2005-03-10 Wolfgang BangerthSmall updates.
2005-03-10 Guido Kanschatminor corrections
2005-03-10 Wolfgang BangerthMore slight fixes.
2005-03-10 Wolfgang BangerthMake things a little clearer.
2005-03-10 Wolfgang Bangerth // store a pointer to the end
2005-03-10 Guido Kanschatallow for unknown compilers
2005-03-10 Guido Kanschatnew PreconditionRichardson
2005-03-10 rschulzSeveral cygwins fixes: broken socket functions bug...
2005-03-10 rschulz*** empty log message ***
2005-03-10 rschulz*** empty log message ***
2005-03-09 Guido KanschatPHONY targets
2005-03-09 Guido Kanschatother targets for multigrid
2005-03-09 Guido Kanschatmultigrid added
2005-03-09 Guido Kanschatmg_dof_tools.h moved to appropriate mg_tools.h
2005-03-09 Guido Kanschatmissing instantiation added and moved functions to...
2005-03-09 Ralf HartmannFix comments.
2005-03-09 Ralf HartmannUpdate.
2005-03-09 Ralf HartmannRe-implementation of execute_refinement in 2d results...
2005-03-09 Ralf HartmannReimplementation of execute_refinement in 2d leads...
2005-03-09 Ralf HartmannReimplementation of execute_refinement in 2d leads...
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.