]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2017-07-24 David WellsFail to install p4est if it is not compiled with zlib. 4648/head
2017-07-23 Wolfgang BangerthMerge pull request #4632 from luca-heltai/pattern-tools
2017-07-23 Wolfgang BangerthMerge pull request #4305 from simonsticko/immersed_surf...
2017-07-23 Wolfgang BangerthMerge pull request #4646 from drwells/add-default-prm...
2017-07-23 David WellsMerge pull request #4647 from bangerth/doc-update
2017-07-23 David WellsAdd a note on generating default parameter files. 4646/head
2017-07-23 Luca HeltaiMoved changelog to major. 4632/head
2017-07-23 Luca HeltaiSpecialise Bool pattern.
2017-07-23 Luca HeltaiFixed naming of is_stl_container and is_stl_map
2017-07-23 Luca Heltaichange log
2017-07-23 Luca HeltaiAdded add_parameter function and tests.
2017-07-23 Luca HeltaiMoved pattern_tools.h inside patterns.h
2017-07-23 Luca HeltaiMoved Patterns namespace in its own file.
2017-07-23 Luca HeltaiSupport for std::pair
2017-07-23 Luca HeltaiRenamed files to pattern_tools
2017-07-23 Luca HeltaiFixed support for arbitrary map types.
2017-07-23 Luca HeltaiRenamed namespace, fixed cxx14 dep, fixed stylistic...
2017-07-23 Luca HeltaiAdded tests for several Convert<T> types.
2017-07-23 Luca HeltaiAdd Convert for string types.
2017-07-23 Luca HeltaiAdded convert for std::complex types.
2017-07-23 Luca HeltaiAdded tensor and point types.
2017-07-23 Luca HeltaiRemoved patterns_tools.cc and refactored add_parameter
2017-07-23 Luca HeltaiMade all stl containers and map available.
2017-07-23 Luca HeltaiSpecialization of Convert for Map types.
2017-07-23 Luca HeltaiAdded getters to Patterns::Map
2017-07-23 Luca HeltaiPatterns for arithmetic types and container types.
2017-07-23 Luca HeltaiAdded Convert struct, with its specialisation for integ...
2017-07-23 Luca HeltaiAdded getters for Patterns::List
2017-07-23 Wolfgang BangerthMinor doc updates to a couple of classes. 4647/head
2017-07-22 Jean-Paul PelteretMerge pull request #4644 from bangerth/doc-update
2017-07-22 Wolfgang BangerthBetter document the extract_subvector_to() functions. 4644/head
2017-07-22 Wolfgang BangerthBetter document the extract_subvector_to() functions.
2017-07-22 Wolfgang BangerthMerge pull request #4628 from gassmoeller/allow_zero_di...
2017-07-22 Rene GassmoellerAdd instantiations 4628/head
2017-07-21 Wolfgang BangerthMerge pull request #4640 from kronbichler/fix_mg_ghost_...
2017-07-21 Bruno TurcksinMerge pull request #4636 from bangerth/dofhandler-update
2017-07-21 Rene GassmoellerInstantiate output for zero dim.
2017-07-21 Wolfgang BangerthAddress a couple of review comments. 4636/head
2017-07-21 Wolfgang BangerthStandardize on 'template <class DoFHandlerType>'.
2017-07-20 David WellsMerge pull request #4641 from bangerth/make-var-const
2017-07-20 Wolfgang BangerthMake a couple of variables 'const'. 4641/head
2017-07-20 Martin KronbichlerAdd changelog. 4640/head
2017-07-20 Martin KronbichlerAdd new test
2017-07-20 Martin KronbichlerFix bug in MG ghost layer computation leading to dead...
2017-07-20 Daniel ArndtMerge pull request #4637 from bangerth/fix-serialization
2017-07-20 Simon StickoAdd class ImmersedSurfaceQuadrature 4305/head
2017-07-20 Bruno TurcksinMerge pull request #4634 from bangerth/simplify-code
2017-07-20 Bruno TurcksinMerge pull request #4631 from bangerth/delete-copy...
2017-07-19 Daniel ArndtMerge pull request #4635 from bangerth/simplify-test
2017-07-19 Wolfgang BangerthCompress buffers before communicating.
2017-07-19 Wolfgang BangerthSubstantially simplify the creation of the NumberCache.
2017-07-19 Wolfgang BangerthMake two blocks of code the same.
2017-07-19 Wolfgang BangerthSimplify the implementation of an algorithm slightly.
2017-07-19 Wolfgang BangerthRename a variable.
2017-07-19 Wolfgang BangerthSimplify an algorithm.
2017-07-19 Wolfgang BangerthMore DoFHandler policy cleanups.
2017-07-19 Wolfgang BangerthInstantiate the ParallelDistributed policy for hp:...
2017-07-19 Wolfgang BangerthFix serialization of DoFHandler. 4637/head
2017-07-19 Wolfgang BangerthMark copy operators as explicitly deleted. 4631/head
2017-07-19 Wolfgang BangerthRemove an unnecessary cast. 4635/head
2017-07-19 Wolfgang BangerthSimplify a small piece of code. 4634/head
2017-07-19 Wolfgang BangerthMerge pull request #4633 from tjhei/doc_loop_control
2017-07-19 Timo Heisterimprove LoopControl documentation 4633/head
2017-07-19 David WellsMerge pull request #4630 from masterleinad/replace_depr...
2017-07-19 Daniel ArndtReplace calls to deprecated TableIndices constructor 4630/head
2017-07-19 Wolfgang BangerthMerge pull request #4629 from masterleinad/fix_construc...
2017-07-19 Daniel ArndtUse appropriate constructor for QGaussChebyshev* 4629/head
2017-07-19 Bruno TurcksinMerge pull request #4624 from bangerth/dofhandler-update
2017-07-19 Wolfgang BangerthSimplify an assertion. 4624/head
2017-07-18 Wolfgang BangerthMore small cleanups.
2017-07-18 Wolfgang BangerthLet a function return its product, rather than use...
2017-07-18 Wolfgang BangerthLet a function return its product, rather than use...
2017-07-18 Wolfgang BangerthMore random cleanups.
2017-07-18 Wolfgang BangerthMerge pull request #4626 from drwells/add-time-dependen...
2017-07-18 David WellsAdd an extra iterator validation check. 4626/head
2017-07-18 Wolfgang BangerthRename a couple of variables.
2017-07-18 Bruno TurcksinMerge pull request #4620 from bangerth/avoid-raw-pointers
2017-07-18 Bruno TurcksinMerge pull request #4622 from bangerth/simplify-pointer...
2017-07-18 Bruno TurcksinMerge pull request #4623 from bangerth/add-changelog
2017-07-17 Wolfgang BangerthMinor doc update.
2017-07-17 Wolfgang BangerthFix a bug: Also catch the hp case in testing a policy...
2017-07-17 Wolfgang BangerthProvide the ParallelDistributed policy with a DoFHandle...
2017-07-17 Wolfgang BangerthAdd a changelog entry for hp::DoFHandler vs p::s::Trian... 4623/head
2017-07-17 Wolfgang BangerthUse a clearer initialization syntax. 4622/head
2017-07-17 Timo HeisterMerge pull request #4621 from bangerth/doc-update
2017-07-17 Wolfgang BangerthFix a minor spelling problem in a heading. 4621/head
2017-07-17 Wolfgang BangerthAvoid raw pointers. Use std::unique_ptr instead. 4620/head
2017-07-17 Wolfgang BangerthMerge pull request #4619 from jppelteret/change_tutoria...
2017-07-17 Jean-Paul PelteretTutorial CMake error message now displays configured... 4619/head
2017-07-17 David WellsMerge pull request #4617 from bangerth/fix-error-messages
2017-07-17 Jean-Paul PelteretUpdate CMake error message in tutorials.
2017-07-17 Wolfgang BangerthReplace message-less exceptions with ones that say... 4617/head
2017-07-17 Wolfgang BangerthMerge pull request #4618 from drwells/namespace-grid
2017-07-16 David WellsReorganize (some of) the internal grid functions. 4618/head
2017-07-16 Matthias MaierMerge pull request #4615 from tamiko/bugfix_gmg_2
2017-07-16 Matthias MaierAdd a changes entry 4615/head
2017-07-16 Matthias MaierBugfix: Do not assume a fully functional matrix interfa...
2017-07-16 Matthias MaierBugfix: Add overload for linear_operator that takes...
2017-07-16 Matthias MaierBugfix: Initialize with a linear_operator
2017-07-16 Wolfgang BangerthMerge pull request #4616 from drwells/namespace-fes
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.