]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2009-07-13 Wolfgang BangerthFix a typo found by Jean Marie.
2009-07-13 Wolfgang BangerthFix the same off-by-one error in 2d a second time.
2009-07-13 Toby D. YoungNew to the SLEPcWrappers: A shortcut for the (unlikely...
2009-07-13 Wolfgang BangerthAvoid an off-by-one error in 2d meshes.
2009-07-13 Wolfgang BangerthConvert arrays that contain logical integers to integer...
2009-07-13 Wolfgang BangerthAvoid a bunch of warnings when compiling.
2009-07-13 Wolfgang BangerthMake sure we compile everything in debug mode (the...
2009-07-13 Wolfgang BangerthAvoid a buffer overflow.
2009-07-13 Wolfgang BangerthLeave @sect{...} comments on a single line, even if...
2009-07-13 Toby D. YoungSkeleton introduction to step-36
2009-07-13 Wolfgang BangerthAdd to the documentation.
2009-07-13 Wolfgang BangerthThrow an exception if we create cells that are distorte...
2009-07-12 Wolfgang BangerthAdd a few more pictures.
2009-07-10 Wolfgang BangerthNew test.
2009-07-10 Wolfgang BangerthRemove a check in 3d that cells have positive volume...
2009-07-10 Wolfgang BangerthFix a problem with whitespace at the end of lines ...
2009-07-10 Wolfgang BangerthAdd a couple assertions in good places.
2009-07-10 Wolfgang BangerthThe TBB can not be built in static mode (or at least...
2009-07-10 Wolfgang BangerthUpdate.
2009-07-10 Wolfgang BangerthAlphabetize list.
2009-07-09 rapsonDocumented private members in point_value_history.h...
2009-07-08 Wolfgang BangerthCheck in forgotten file.
2009-07-08 Wolfgang BangerthIndent in the way we usually do.
2009-07-08 Wolfgang BangerthReindent. Declare a function in its own namespace.
2009-07-08 Wolfgang BangerthSet svn:eol-style and svn:keywords on all files.
2009-07-08 Wolfgang BangerthSet svn:eol-style and svn:keywords on all files.
2009-07-08 Wolfgang BangerthSet svn:eol-style and svn:keywords on all files.
2009-07-08 Wolfgang BangerthAdd svn tags.
2009-07-08 Wolfgang BangerthIndent things the way we usually have them.
2009-07-08 Wolfgang BangerthTweak docs in a couple of places.
2009-07-08 rapsonAdding point_value_history class to numerics and comput...
2009-07-06 Wolfgang BangerthFix mistaken markup.
2009-07-06 Wolfgang BangerthDocument the rest.
2009-07-06 Wolfgang BangerthDocument half of the program.
2009-07-06 Wolfgang BangerthCross-reference a function.
2009-07-06 Wolfgang BangerthAck, one more place.
2009-07-06 Wolfgang BangerthFix up some markup doxygen is unhappy about.
2009-07-06 Wolfgang BangerthAdd a point to the list.
2009-07-06 Wolfgang BangerthRemove markup with which doxygen is unhappy.
2009-07-06 Wolfgang BangerthUse proper markup.
2009-07-06 Wolfgang BangerthUse proper markup.
2009-07-06 Wolfgang BangerthAdd a few comments about the structure of the program...
2009-07-06 Wolfgang BangerthAdd a reference.
2009-07-06 Wolfgang BangerthTake input from step-36 as well.
2009-07-06 Wolfgang BangerthRemove reliance on DEAL_II_METIS_INC_DIR.
2009-07-06 Wolfgang BangerthMention changes to METIS and the workaround.
2009-07-06 Wolfgang BangerthFix a stupid mistake with a missing semicolon.
2009-07-06 Wolfgang BangerthRemove a comment on how Metis has to be modified once...
2009-07-06 Wolfgang BangerthForward declare Metis stuff ourselves due to Metis...
2009-07-06 Wolfgang BangerthChoose a more interesting potential.
2009-07-06 Wolfgang BangerthRevert to writing VTK.
2009-07-06 Wolfgang BangerthUse the correct potential. Do not scale the eigenvalue...
2009-07-06 Wolfgang BangerthMake refinement level a parameter. Set potential tempor...
2009-07-06 Wolfgang BangerthMake refinement level a parameter. Remove factor 1...
2009-07-06 Wolfgang BangerthMake use of variables generic in one other place.
2009-07-06 Wolfgang BangerthIndent a line.
2009-07-06 Wolfgang BangerthMake use of variables generic.
2009-07-06 Toby D. YoungCleaned the code. Added output of the sparsity pattern.
2009-07-06 Toby D. YoungFixed a bug in the matrix.init ()
2009-07-06 Toby D. YoungSimple correction of contributors name
2009-07-05 Wolfgang BangerthMake sure the destructor of a derived class is no loser...
2009-07-01 Wolfgang BangerthList Toby Young's contributions.
2009-07-01 Wolfgang BangerthComment in the call to set_which_eigenpairs. Make sure...
2009-07-01 Wolfgang BangerthFix typo.
2009-07-01 Wolfgang BangerthFix typo.
2009-07-01 Wolfgang BangerthFix typo.
2009-07-01 Wolfgang BangerthMake sure we also have SLEPc available.
2009-07-01 Toby D. YoungStep-36: Apply SLEPcWrappers and give an error message...
2009-06-30 Martin KronbichlerInhomogeneity was applied in the wrong block when mergi...
2009-06-29 Wolfgang BangerthDocument the concept of a distorted cell.
2009-06-29 Wolfgang BangerthCatch the case where we have distorted cells and throw...
2009-06-29 Wolfgang BangerthFix a typo.
2009-06-29 Wolfgang BangerthAvoid warning about unused parameters.
2009-06-29 Wolfgang BangerthReformat a few comments.
2009-06-29 Wolfgang BangerthRemove comment -- the documentation is actually quite...
2009-06-29 Wolfgang BangerthFix a Trilinos problem.
2009-06-29 Wolfgang BangerthFix a compile problem in a template function that had...
2009-06-29 Wolfgang BangerthOne more test.
2009-06-28 Wolfgang BangerthUpdate.
2009-06-28 Wolfgang BangerthUpdate.
2009-06-28 Wolfgang BangerthUpdate.
2009-06-28 Wolfgang BangerthFix output.
2009-06-28 Wolfgang BangerthRename functions.
2009-06-28 Wolfgang BangerthRemove another unused arguments.
2009-06-28 Wolfgang BangerthRemove unused arguments.
2009-06-28 Wolfgang BangerthRemove unused variable.
2009-06-28 Wolfgang BangerthDisambiguate call to std::pow.
2009-06-28 Wolfgang BangerthFix output.
2009-06-28 Wolfgang BangerthAdd several functions to GeometryInfo related to mappin...
2009-06-28 Wolfgang BangerthAdd a function overload that is now necessary to disamb...
2009-06-28 Wolfgang BangerthAdd implementation of the determinant() function for...
2009-06-27 Wolfgang BangerthRe-indent static functions.
2009-06-26 Toby D. YoungCorrection to a harmless error
2009-06-26 Martin KronbichlerAdd a test for the output of inhomogeneous constraints.
2009-06-26 Martin KronbichlerMake output of ConstraintMatrix::print compatible with...
2009-06-25 Martin KronbichlerRemoved a double declarartion.
2009-06-24 Wolfgang Bangerth Fixed: The TrilinosWrappers::BlockVector class declar...
2009-06-24 Wolfgang BangerthAdd a forgotten implementation of a function (this...
2009-06-24 Wolfgang BangerthAlso check the reverse assignment.
2009-06-24 Wolfgang BangerthAdd new testcase that checks a forgotten template funct...
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.