]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2008-12-29 bangerthImprove documentation.
2008-12-28 kronbichlerUse a cache of column indices to improve the speed...
2008-12-28 bangerthDo another cast to placate gcc3.3
2008-12-28 bangerthUnify (a bit tediously) two more sets of functions...
2008-12-28 bangerthAdd output.
2008-12-28 bangerthA reduced version of kelly_crash_01
2008-12-27 kronbichlerUndo accidental change in Trilinos block solver.
2008-12-27 kronbichlerAdded a function TrilinosWrappers::SparsityPattern...
2008-12-27 bangerthWrite the cast in a different way in hopes to make...
2008-12-27 bangerthMake memory_consumption() more accurate.
2008-12-27 bangerthFix comment.
2008-12-25 heltaiFixed multiple instantiations when both 1d and 2d libs...
2008-12-23 hartmannRemove totally outdated test references for the MIPSpro...
2008-12-23 hartmannAdd changes entries for the last three commits.
2008-12-23 hartmannBring patch deal.II_DLR@5590 (leicht) to deal.II: Test...
2008-12-23 hartmannBring patch deal.II_DLR@5588 to deal.II (leicht): Suppl...
2008-12-23 hartmannGeneralize test to handle anisotropic children. Test...
2008-12-23 hartmannBring patch deal.II_DLR@5587 to deal.II: Let the functi...
2008-12-23 hartmannBring bug fix from deal.II_DLR@6149 to deal.II: Remove...
2008-12-23 hartmannThe test output had changed due to patch 16450: Fixed...
2008-12-22 kronbichlerA few functions could be made faster by smarter access...
2008-12-18 bangerthFix the misleading output of an assertion in a few...
2008-12-18 bangerthMake compile. How did this work for Guido?
2008-12-17 kanschatreplace a restriction by a warning in the documentation
2008-12-17 kanschatenable computation of embedding matrices for elements...
2008-12-17 bangerthUse get_function_laplacians for the residual.
2008-12-17 bangerthEnsure that FEValuesExtractors objects are copyable.
2008-12-17 bangerthFix caption of an entry.
2008-12-17 bangerthProperly guard a mutable variable in the MappingQEuleri...
2008-12-17 bangerthMinor cleanup: Make a couple of variables const and...
2008-12-17 bangerthAdd a couple of functions in a second version.
2008-12-16 bangerthUse a single space character rather than a string with...
2008-12-16 kanschatdo fail last
2008-12-16 bangerthComment on two recent changes.
2008-12-16 bangerthFix one typo.
2008-12-15 kronbichlerAdd get_function_laplacians() methods in FEValues class...
2008-12-15 bangerthReindent the whole file.
2008-12-15 bangerthAugment a TODO.
2008-12-15 bangerthIn get/set_dof_values, make use of the cache of DoF...
2008-12-15 bangerthMove a statement to the correct place.
2008-12-15 bangerthUndo Toby's accidental change of AC_INIT which also...
2008-12-14 bangerthApply the same changes here as we did for step-31.
2008-12-14 bangerthDocument new FEValuesViews features.
2008-12-14 bangerthHopefully make compile.
2008-12-14 bangerthUse extractors of function values to only get at veloci...
2008-12-14 bangerthadd
2008-12-14 bangerthUpdate
2008-12-14 bangerthAlso provide ways to extract symmetric gradients and...
2008-12-14 bangerthadd
2008-12-14 bangerthAlso optimize get_function_gradients/hessians.
2008-12-14 bangerthOptimize the get_function_values function in Vector.
2008-12-13 bangerthUse extractors to access only the velocity values.
2008-12-13 bangerthMake test pass.
2008-12-13 bangerthFirst version of get_function_* for Vector extractors...
2008-12-13 bangerthMove the declaration of a few member classes to the...
2008-12-13 bangerthHand-optimize a case in the hot path of the symmetric_g...
2008-12-13 bangerthAdd a cast to make a conversion valid in code that...
2008-12-13 bangerthGuard more explicit specializations to avoid multiple...
2008-12-13 bangerthGuard more explicit specializations to avoid multiple...
2008-12-13 bangerthGuard more explicit specializations to avoid multiple...
2008-12-13 bangerthGuard an explicit specialization to avoid multiple...
2008-12-13 bangerthMark a bunch of explicit specializations as inline...
2008-12-13 bangerthGuard two explicit specializations to avoid multiple...
2008-12-13 bangerthRemove accidentally copied files.
2008-12-13 bangerthAdd the ability to query for the values/gradients/...
2008-12-11 bangerthDocument FEValuesViews changes.
2008-12-11 bangerthUndo the previous change: it actually proved counter...
2008-12-11 bangerthDo some common subexpression elimination by hand.
2008-12-11 bangerthChange the way we store data to keep thing accessed...
2008-12-11 bangerthRemove a field no longer needed.
2008-12-11 bangerthAdd specializations for symmetrize for the various...
2008-12-11 bangerthInitialize variable.
2008-12-11 bangerthCache even more data to make the case of primitive...
2008-12-11 bangerthModify the FEValuesViews classes so that they compute...
2008-12-10 bangerthAlso move the functions that deal with vertex dofs...
2008-12-09 kronbichlerThere was another error in the new get_function_*.
2008-12-09 kronbichlerCorrected one mistake.
2008-12-09 kronbichlerThe previous implementation of FEValues::get_function_v...
2008-12-09 bangerthFix a problem where we overwrite things we've figured...
2008-12-09 bangerthMove a bunch more functions from the DoFHandler classes...
2008-12-08 bangerthAvoid one problem with missing references by moving...
2008-12-08 bangerthProvide a few function stubs that are never called...
2008-12-08 bangerthWork around the problem that gcc4.0 doesn't make member...
2008-12-08 bangerthDocument anisotropic refinement.
2008-12-08 bangerthDocument interfaces to Trilinos.
2008-12-08 bangerthDocument the codimension one changes.
2008-12-08 bangerthFix up an entry.
2008-12-08 bangerthRemove outdated file.
2008-12-08 bangerthMove new boost version into place.
2008-12-08 bangerthRemove boost 1.36.
2008-12-08 bangerthImport boost 1.37.
2008-12-07 heltaiFixed a couple of missing spacedims
2008-12-07 heltaiUpdated function parser version
2008-12-05 bangerthUpdate a couple of entries atfer the merge.
2008-12-05 bangerthAdd some stuff from the branch.
2008-12-05 bangerthAdd new testcases from the branch that wouldn't let...
2008-12-05 bangerthFix an oversight in the number of iterations.
2008-12-05 bangerthAdd the codim_one tests. For some reason, svn doesn...
2008-12-05 bangerthDo most of the merge from branch_codimension_one. A...
2008-12-05 bangerthMerge branch_codimension_one.
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.