]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2012-02-08 Wolfgang BangerthMinor reshuffling. Run it in 2d. Make sure that the...
2012-02-08 Wolfgang BangerthGenerate VTU output.
2012-02-07 Wolfgang BangerthMore shuffling and documenting.
2012-02-07 Markus BuergAdd forgotten instantiation.
2012-02-07 Wolfgang BangerthMore.
2012-02-07 Wolfgang BangerthMore reshuffling and documenting.
2012-02-07 Wolfgang BangerthRename f_saturation to fractional_flow.
2012-02-07 Wolfgang BangerthAdd some explanation.
2012-02-07 Wolfgang BangerthMinor formatting changes.
2012-02-07 Wolfgang BangerthRename a bunch of things.
2012-02-07 Wolfgang BangerthMore minor mods. Make the program more similar to step-31.
2012-02-07 Wolfgang BangerthAdd one future direction.
2012-02-06 Wolfgang BangerthDocument solve(), the central function of this program.
2012-02-06 Wolfgang BangerthRename a bunch of things. Minor cleanups.
2012-02-06 Wolfgang BangerthFix syntax.
2012-02-06 Wolfgang BangerthWork around a problem on Bluegene systems.
2012-02-03 Wolfgang BangerthStart working on this.
2012-02-03 Wolfgang BangerthCheck in Chih-Che's version.
2012-02-03 Wolfgang BangerthAdd a note.
2012-02-02 Guido KanschatAdd clarification
2012-02-02 Wolfgang BangerthAvoid use of \atop since that is deprecated with the...
2012-02-02 Christian GollAdded two tests for map_dofs_to_support_points
2012-02-02 Christian GollRemoved accidently commited changes.
2012-02-02 Christian GollDoFTools::map_dofs_to_support_points now works within...
2012-01-31 Wolfgang BangerthAdd a TODO.
2012-01-31 Timo Heisterremove warnings by casting to the right type
2012-01-31 Martin KronbichlerApply changes in branch on mainline.
2012-01-30 Martin KronbichlerFix warnings.
2012-01-30 Martin KronbichlerAdd missing instantiation.
2012-01-29 Wolfgang BangerthAdd an assertion.
2012-01-29 Markus BuergAdd asserts for FESystem.
2012-01-28 Wolfgang BangerthMinor adjustments.
2012-01-28 Wolfgang BangerthFix one oversight.
2012-01-28 Wolfgang BangerthFix markup problem.
2012-01-28 Wolfgang BangerthCross-link step-43 everywhere.
2012-01-27 Wolfgang BangerthPatch by Jason Sheldon: Allow the construction of FESys...
2012-01-26 Wolfgang BangerthRemove a header file we didn't need.
2012-01-26 Wolfgang BangerthCast one argument to make sure the compiler can resolve...
2012-01-26 Timo Heisterforce a (re)configure if needed.
2012-01-26 Christian GollImproved find_active_cell_around_point and point_value...
2012-01-26 Christian Gollfind_active_cell_around_point for the hp case works...
2012-01-26 Christian Gollpoint_value now also works with hp::dofhandler.
2012-01-26 Christian Gollpoint_value now also works with hp::dofhandler.
2012-01-26 Martin KronbichlerFix include file.
2012-01-26 Christian GollTests to test point_value in the hp setting.
2012-01-26 Martin KronbichlerInclude another MPI function that accidentally got...
2012-01-25 Timo Heisterundo accidental removal of MPI::sum() in r24924
2012-01-25 Wolfgang BangerthQualify a type in a base class to make it work with...
2012-01-25 Martin KronbichlerAvoid warning in copy constructor.
2012-01-25 Katharina KormannAdd distributed vector class. Reorganize MPI utilities...
2012-01-25 Timo HeisterFixed: parallel::distributed::refine_and_coarsen_fixed_...
2012-01-20 Wolfgang BangerthCommit the second part of the patch by Jason Sheldon...
2012-01-17 Timo Heisterunit test for Utilities::break_text_into_lines
2012-01-17 Timo HeisterUtilities::break_text_into_lines now also splits the...
2012-01-17 Timo Heisterfix make_dependencies for .inst files
2012-01-16 Andrew McBrideUpdated introduction for step-44
2012-01-16 Andrew McBrideUpdated introduction for step-44
2012-01-15 Andrew McBrideCorrected documentation on identity_tensor
2012-01-14 Andrew McBrideUpdated introduction for step-44
2012-01-11 Martin KronbichlerFix typo.
2012-01-10 Timo Heistermake_dependencies now behaves like the c++ compiler...
2012-01-09 Wolfgang BangerthQuite a bunch more.
2012-01-09 Wolfgang BangerthUpdate ACM article.
2012-01-09 Wolfgang BangerthUpdate ACM article.
2012-01-09 Wolfgang BangerthAdd one more.
2012-01-09 Wolfgang BangerthUpdate.
2012-01-04 Wolfgang BangerthRemove an entry I had prematurely put in.
2012-01-03 Timo Heisterfix .vtu output when we have no zlib
2011-12-29 Jean-Paul PelteretStep-44: Added some results images.
2011-12-29 Jean-Paul PelteretStep-44: Fixed a couple of documentation compilation...
2011-12-28 Wolfgang BangerthMinor formatting changes.
2011-12-24 Jean-Paul PelteretStep-44: Fixed a doxygen problem. More to find though...
2011-12-24 Jean-Paul PelteretStep-44: Made some corrections, added a convergence...
2011-12-23 Wolfgang BangerthAdd one.
2011-12-22 Toby D. YoungMake note a note
2011-12-22 Toby D. YoungFiddle with documentation order
2011-12-22 Toby D. YoungAnnounce previous patch in changes
2011-12-22 Toby D. YoungA patch by Vijay S. Mahadevan that allo0ws override...
2011-12-20 Wolfgang BangerthAccept gmsh format 2.2.
2011-12-20 Wolfgang BangerthMake compile with intel icc.
2011-12-17 Wolfgang BangerthMention fix to VTU without zlib.
2011-12-16 Wolfgang BangerthCast arguments to std::pow.
2011-12-16 Wolfgang BangerthSlightly simplify the code.
2011-12-16 Christian GollCorrected the refine_and_coarsen_optimize function...
2011-12-16 Wolfgang BangerthPatch by Christian Goll: Add an order parameter to...
2011-12-15 Wolfgang BangerthSimplify test.
2011-12-15 Wolfgang BangerthTest r24829 with SolutionTransfer for FE_Nothing.
2011-12-15 Wolfgang BangerthMake FE_Nothing work with SolutionTransfer.
2011-12-15 Timo HeisterFixed: DerivativeApproximation for distributed computat...
2011-12-14 Wolfgang BangerthChange the type of the argument to ExcMessage from...
2011-12-14 Wolfgang BangerthIntroduce DataPostprocessorScalar/Vector.
2011-12-14 Wolfgang BangerthNew test.
2011-12-14 Wolfgang BangerthSimplify code.
2011-12-14 Wolfgang BangerthRemove DataPostprocessor::n_output_variables() because...
2011-12-12 Wolfgang BangerthUse a forward declaration followed by a friend declarat...
2011-12-11 Baerbel Jannsenremoved th eunused variables
2011-12-11 Baerbel Jannsenextract also non interface dofs
2011-12-11 Baerbel Jannsenextract also non interface dofs
2011-12-11 Guido Kanschatdifferent format for float zero
2011-12-11 Guido Kanschatmore accuracy for transformation
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.