]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2017-08-03 Wolfgang BangerthAdapt @asartori's patch to fix the correct problem.
2017-08-03 asartori86fix compilation issue with gcc-5.4
2017-08-03 Jean-Paul PelteretMerge pull request #4683 from bangerth/fix-hp-serialization
2017-08-03 Wolfgang BangerthUse the proper way to deal with std::unique_ptrs. 4683/head
2017-08-02 David WellsMerge pull request #4681 from masterleinad/fix_array_vi...
2017-08-02 Daniel ArndtFix test output for base/array_view_09 in release mode 4681/head
2017-07-31 Wolfgang BangerthMerge pull request #4670 from drwells/improve-arrayview
2017-07-31 Wolfgang BangerthMerge pull request #4677 from masterleinad/implement_co...
2017-07-31 Daniel ArndtFix the last remaining constexpr std::max in patterns.h 4677/head
2017-07-31 Timo HeisterMerge pull request #4675 from masterleinad/implement_co...
2017-07-31 Daniel ArndtImplement constexpr max and min for DEAL_II_WITH_CXX14... 4675/head
2017-07-30 Denis DavydovMerge pull request #4674 from masterleinad/rename_test
2017-07-30 Daniel ArndtRename test requiring Trilinos 4674/head
2017-07-29 David WellsAdd iterator-friendly make_array_view functions. 4670/head
2017-07-28 Bruno TurcksinMerge pull request #4660 from gassmoeller/fix_zero_dim_xdmf
2017-07-28 Daniel ArndtMerge pull request #4665 from kronbichler/fix_tensor_pr...
2017-07-27 Wolfgang BangerthMerge pull request #4671 from tjhei/doc_stokes_l
2017-07-27 Timo Heisterimprove documentation of Functions::StokesLSingularity 4671/head
2017-07-27 Jean-Paul PelteretMerge pull request #4659 from drwells/fix-mapping-q1
2017-07-27 David WellsAdd a simple iterator interface to ArrayView.
2017-07-27 David WellsUse std::remove_cv instead of boost::remove_cv.
2017-07-27 David WellsClean up headers and forward declarations for ArrayView.
2017-07-26 Martin KronbichlerRelax tolerance in tensor product matrix test with... 4665/head
2017-07-26 David WellsDescribe the changes in a test and changelog entry. 4659/head
2017-07-26 Martin KronbichlerMerge pull request #4657 from masterleinad/alternative_...
2017-07-25 Rene GassmoellerFix confusion about dim and spacedim 4660/head
2017-07-25 David WellsMark some quantities in transform_real_to_unit_cell...
2017-07-25 David WellsRearrange the MappingQ1 quadratic equation solver.
2017-07-25 Daniel ArndtAdd alternative output for pattern_tools_06/07 4657/head
2017-07-25 Timo HeisterMerge pull request #4655 from nfehn/master
2017-07-25 Niklas Fehnentry in /doc/news/changes/minor/ added 4655/head
2017-07-25 Niklas FehnImprovement of initialization of Chebyshev smoother.
2017-07-25 Wolfgang BangerthMerge pull request #4651 from gassmoeller/fix_zero_dim_...
2017-07-25 Wolfgang BangerthMerge pull request #4653 from kronbichler/fix_unity_bui...
2017-07-25 Martin KronbichlerFix unity build with clang-3.5. 4653/head
2017-07-25 Martin KronbichlerMerge pull request #4652 from masterleinad/fix_compilat...
2017-07-25 Jean-Paul PelteretMerge pull request #4650 from masterleinad/fix_warning_...
2017-07-24 Daniel ArndtFix compilation without p4est 4652/head
2017-07-24 Rene GassmoellerFix some minor bugs 4651/head
2017-07-24 Daniel ArndtFix warning about instantiation of GeometryInfo<0> 4650/head
2017-07-24 Matthias MaierMerge pull request #4442 from drwells/manual-unity
2017-07-24 David WellsMerge pull request #4645 from bangerth/constraint-matri...
2017-07-24 Martin KronbichlerMerge pull request #4648 from drwells/add-p4est-zlib...
2017-07-24 David WellsFail to install p4est if it is not compiled with zlib. 4648/head
2017-07-24 Martin KronbichlerMerge pull request #4649 from simonsticko/disable_warni...
2017-07-24 Simon StickoRemove a compiler warning in ImmersedSurfaceQuadrature. 4649/head
2017-07-23 David WellsUpdate the documentation on CMakeLists.txt files. 4442/head
2017-07-23 David WellsAdd an option for a unity build.
2017-07-23 David WellsAdd another FE namespace fix.
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 BangerthExplicitly =delete ConstraintMatrix::operator=(). 4645/head
2017-07-22 Wolfgang BangerthAdd a changelog entry.
2017-07-22 Wolfgang BangerthAdd a test.
2017-07-22 Wolfgang BangerthImplement a ConstraintMatrix::copy_from() function.
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...
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.