]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2017-09-27 Wolfgang BangerthPrefer std::make_shared() over operator new(). 5164/head
2017-09-27 Wolfgang BangerthSimplify some pieces of code.
2017-09-27 Wolfgang BangerthReorder statements to avoid some computations when...
2017-09-27 Wolfgang BangerthMerge pull request #5156 from luca-heltai/arkode
2017-09-27 Luca HeltaiMerge pull request #5148 from tamiko/make_dealii_great_...
2017-09-27 Luca HeltaiMerge pull request #5162 from masterleinad/restrict_tes...
2017-09-27 Luca HeltaiMerge pull request #5159 from bangerth/doc-update
2017-09-27 Luca Heltaideal2lkit -> deal.II, 2015 -> 2017 5156/head
2017-09-27 Luca HeltaiChangeLog.
2017-09-27 Luca HeltaiBrusselator test with jacobian.
2017-09-27 Luca HeltaiTest all nonjacobian interfaces.
2017-09-27 Luca HeltaiARKode interface.
2017-09-27 Luca HeltaiAdd ARKode to FindSUNDIALS.
2017-09-27 Daniel ArndtMerge pull request #5163 from masterleinad/unused_param...
2017-09-27 Luca HeltaiMerge pull request #5153 from bangerth/avoid-raw-pointers
2017-09-27 Denis DavydovMerge pull request #5161 from drwells/add-deal-ii-with...
2017-09-27 Daniel ArndtRemove unused parameter 5163/head
2017-09-27 Daniel ArndtRestrict tests requiring p4est 5162/head
2017-09-27 David WellsAdd DEAL_II_WITH_PETSC_WITH_HYPRE. 5161/head
2017-09-26 David WellsMerge pull request #4994 from jppelteret/petsc_mumps
2017-09-26 Daniel ArndtMerge pull request #5158 from bangerth/avoid-raw-pointers-2
2017-09-26 Wolfgang BangerthUpdate documentation in VectorMemory and derived classes. 5159/head
2017-09-26 Wolfgang BangerthAvoid raw pointers in favor of VectorMemory::Pointer... 5158/head
2017-09-26 Luca HeltaiMerge pull request #5116 from luca-heltai/parameter...
2017-09-26 Wolfgang BangerthMerge pull request #5157 from tjhei/step56-template...
2017-09-26 Luca HeltaiAdded initialize with input_stream, and optional prm. 5116/head
2017-09-26 Luca HeltaiAdded default prm to add_parameter().
2017-09-26 Luca HeltaiChangelog.
2017-09-26 Luca HeltaiTest for path handling.
2017-09-26 Luca HeltaiTest failing custom format in output.
2017-09-26 Luca HeltaiTest tex output.
2017-09-26 Luca HeltaiTest xml format.
2017-09-26 Luca HeltaiTest global section names.
2017-09-26 Luca HeltaiTest with Point<dim>.
2017-09-26 Luca HeltaiTest Using add parameter.
2017-09-26 Luca HeltaiParameterAcceptor class.
2017-09-26 Timo Heisterminor: step-56: consistent template arg naming 5157/head
2017-09-26 Timo HeisterMerge pull request #5152 from bangerth/minor-updates
2017-09-26 Wolfgang BangerthAvoid raw pointers in SUNDIALS IDA interfaces. 5153/head
2017-09-25 Wolfgang BangerthBetter document MPILogInitAll. 5152/head
2017-09-25 Matthias MaierAdd another warning to DEAL_II_DISABLE_EXTRA_DIAGNOSTICS 5148/head
2017-09-25 Matthias MaierCMake: Make FindASSIMP.cmake more pretty
2017-09-25 David WellsMerge pull request #5146 from masterleinad/fix_multigri...
2017-09-25 David WellsMerge pull request #5147 from masterleinad/fix_utilities
2017-09-25 David WellsMerge pull request #5140 from masterleinad/array_view_c...
2017-09-25 Daniel ArndtRestrict lac/utilities_02 to only run with LAPACK 5147/head
2017-09-25 Daniel ArndtRestrict multigrid tests to only run with LAPACK 5146/head
2017-09-25 Daniel ArndtMerge pull request #5144 from tamiko/disable_tests
2017-09-25 Matthias MaierTemporarily disable two tests 5144/head
2017-09-25 Wolfgang BangerthMerge pull request #5124 from GivAlz/BBoxMerge
2017-09-25 Wolfgang BangerthMerge pull request #5143 from drwells/move-vector-length
2017-09-25 Wolfgang BangerthMerge pull request #5142 from davydden/oversubscribe
2017-09-25 Bruno TurcksinMerge pull request #5135 from davydden/python_wrappers_...
2017-09-24 David WellsMerge pull request #5137 from davydden/missing_instanti...
2017-09-24 David WellsMove a function out of an anonymous namespace. 5143/head
2017-09-24 Denis DavydovMerge pull request #5134 from davydden/slepc_fix_test
2017-09-24 Denis Davydovexplicitly oversubscribe with MPI 5142/head
2017-09-24 Daniel ArndtMerge pull request #5136 from davydden/missing_instanti...
2017-09-24 Daniel ArndtMerge pull request #5129 from davydden/fe_move_tests
2017-09-24 Daniel ArndtChangelog entry 5140/head
2017-09-24 Daniel ArndtIntroduce ArrayView::cbegin and ArrayView::cend
2017-09-24 Giovanni AlzettaMerge branch 'master' into BBoxMerge 5124/head
2017-09-24 Giovanni AlzettaAdded functions merge_with and volume to BoundingBox
2017-09-24 Denis Davydovadd missing instantiation for ConstraintMatrix::distrib... 5136/head
2017-09-24 Denis Davydovadd missing instantiations of DataOutBase::write_filter... 5137/head
2017-09-24 Denis Davydovremove unused variable in TriangulationWrapper 5135/head
2017-09-24 Denis Davydovfix a warning in python wrappers
2017-09-23 Denis Davydovincrease precision in Slepc SHEP test to avoid missed... 5134/head
2017-09-23 Denis Davydovadditional output for fe_move on macOS 5129/head
2017-09-23 Giovanni AlzettaCreated class Bounding Box and its routine point_inside
2017-09-22 Daniel ArndtMerge pull request #5122 from bangerth/fix-warning
2017-09-21 Wolfgang BangerthSuppress a warning about an unused argument. 5122/head
2017-09-21 Timo HeisterMerge pull request #5121 from bangerth/const-args
2017-09-21 Wolfgang BangerthMake some function arguments 'const'. 5121/head
2017-09-21 Wolfgang BangerthMerge pull request #5095 from luca-heltai/assimp-detection
2017-09-21 Martin KronbichlerMerge pull request #5101 from bangerth/more-hp-work
2017-09-21 Luca HeltaiMerge pull request #5072 from luca-heltai/triangulation...
2017-09-21 Luca HeltaiFixed minor issues. 5072/head
2017-09-20 Wolfgang BangerthMerge pull request #5077 from danshapero/examples-c++11
2017-09-20 danshaperoUsing range-based for loops in examples 2-5 5077/head
2017-09-20 Daniel ArndtMerge pull request #5090 from bangerth/fesystem
2017-09-20 danshaperoUsing range-based for loop in example 1
2017-09-20 Wolfgang BangerthMerge pull request #4857 from tamiko/generalized_interp...
2017-09-20 Daniel ArndtMerge pull request #5115 from masterleinad/fix_serializ...
2017-09-20 Daniel ArndtMerge pull request #5111 from bangerth/const-args
2017-09-20 Daniel ArndtFix serialization of DoFHandler and Triangulation for... 5115/head
2017-09-20 Luca HeltaiWB's comments part II. 5095/head
2017-09-19 Timo HeisterMerge pull request #5104 from masterleinad/doc_copy_to_mg
2017-09-19 Wolfgang BangerthMerge pull request #5113 from masterleinad/remove_unuse...
2017-09-19 Daniel ArndtRemove unused private function DoFHandler::reserve_space 5113/head
2017-09-19 Wolfgang BangerthMark some input arguments as 'const'. 5111/head
2017-09-19 Daniel ArndtImprove documentation for copy_to_mg 5104/head
2017-09-19 Denis DavydovMerge pull request #5105 from Rombur/cuda_documentation
2017-09-19 Luca HeltaiRenamed GridTools::CacheFlags -> GridTools::CacheUpdate...
2017-09-19 Luca HeltaiUpdated documentation
2017-09-18 Daniel ArndtMerge pull request #5103 from bangerth/fix-warning
2017-09-18 Luca HeltaiWB's comments.
2017-09-18 Luca HeltaiMerge pull request #5098 from drwells/add-sundials...
2017-09-18 David WellsMerge pull request #5099 from drwells/remove-vector...
2017-09-18 Bruno TurcksinAdd documentation to enable CUDA support 5105/head
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.