]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2017-09-18 Wolfgang BangerthAvoid a warning about an unused argument. 5103/head
2017-09-18 Daniel ArndtMerge pull request #5078 from GivAlz/master
2017-09-18 Martin KronbichlerMerge pull request #5093 from bangerth/hp-fixes
2017-09-17 David WellsMerge pull request #5097 from drwells/sundials-fixes-2
2017-09-17 Giovanni AlzettaCreated class Bounding Box and its routine point_inside 5078/head
2017-09-17 David WellsReword the description of SUNDIALS_INCLUDE_DIRS. 5097/head
2017-09-17 Wolfgang BangerthMerge pull request #5080 from masterleinad/default_cons...
2017-09-16 Luca HeltaiMerge pull request #5096 from drwells/sundials-fixes
2017-09-16 David WellsGet rid of two unused variable warnings. 5096/head
2017-09-16 David WellsImprove the path-finding for FindSUNDIALS.cmake.
2017-09-16 David WellsMake the SUNDIALS vector copy more generic.
2017-09-16 Luca HeltaiMerge pull request #4852 from luca-heltai/ida-interface
2017-09-15 Daniel ArndtAdd include file to fix errors in multigrid tests 5080/head
2017-09-15 Luca HeltaiFixed compilation issue in serial. 4852/head
2017-09-15 Matthias MaierMerge pull request #5094 from bangerth/update-test
2017-09-15 Wolfgang BangerthIncrease precision with which we output test results. 5094/head
2017-09-15 Wolfgang BangerthUnify the hp and non-hp implementations of a function. 5093/head
2017-09-15 Wolfgang BangerthImplement set_dof_indices() also for the hp case.
2017-09-15 Wolfgang BangerthUse DoFInvalidAccessor to unify three partial specializ...
2017-09-15 Luca HeltaiChangelog.
2017-09-15 Luca HeltaiMoved options to AdditionalData. Fixed doc.
2017-09-15 Luca HeltaiUse GrowingVectorMemory in IDA + example in doc.
2017-09-15 Luca HeltaiRenamed IDAInterface to IDA.
2017-09-15 Luca HeltaiMore sensible defaults, and document optional functions.
2017-09-15 Luca HeltaiRenamed reset_dae and improved documentation.
2017-09-15 Luca HeltaiAdded AssertIDA macro.
2017-09-15 Luca HeltaiAdded quicktest.
2017-09-15 Luca HeltaiStarting point for SUNDIALS IDA interface.
2017-09-15 Denis DavydovMerge pull request #5052 from Rombur/python_triangulation
2017-09-15 Luca HeltaiMerge pull request #5087 from drwells/timer-multithread...
2017-09-15 Luca HeltaiMerge pull request #5091 from bangerth/doc-update
2017-09-15 Daniel ArndtFix default definitions in header files
2017-09-15 Daniel ArndtMove default definitions to declarations
2017-09-14 Daniel ArndtMerge pull request #5083 from masterleinad/replace_sing...
2017-09-14 Wolfgang BangerthFix grammar. 5091/head
2017-09-14 Daniel ArndtDefault constructors and destructors
2017-09-14 Wolfgang BangerthMerge pull request #5089 from tjhei/fix_boost_serialize...
2017-09-14 Timo Heistersecond try in fixing boost serialization missing header 5089/head
2017-09-14 Wolfgang BangerthMerge pull request #5055 from masterleinad/move_finite_...
2017-09-14 Matthias MaierMerge pull request #5075 from bangerth/invalid-accessor
2017-09-14 David WellsExit the given subsection in TimerOutput::Scope. 5087/head
2017-09-14 David WellsUse last lap times for TimerOutput accumulation.
2017-09-14 Wolfgang BangerthMerge pull request #5026 from masterleinad/variadic_con...
2017-09-14 Wolfgang BangerthMerge pull request #5071 from masterleinad/fix_clang_5_0_0
2017-09-14 Wolfgang BangerthMerge pull request #5081 from masterleinad/use_const_ref
2017-09-14 Wolfgang BangerthMerge pull request #5086 from tjhei/fix_boost_serialize...
2017-09-14 Timo Heisteradd missing header file needed for boost 1.65 5086/head
2017-09-14 Wolfgang BangerthMerge pull request #5084 from GivAlz/ErrorPoint
2017-09-14 GivAlzCorrected error in documentation 5084/head
2017-09-14 Wolfgang BangerthMerge pull request #5082 from masterleinad/use_nullptr
2017-09-14 Timo HeisterMerge pull request #5068 from bangerth/hp-fixes
2017-09-14 Daniel ArndtReplace single character strings 5083/head
2017-09-14 Daniel ArndtUse nullptr instead of NULL 5082/head
2017-09-14 Daniel ArndtUse const& instead of const where applicable 5081/head
2017-09-14 Timo HeisterMerge pull request #5079 from bangerth/doc-update
2017-09-14 Wolfgang BangerthUpdate the C++11 page. 5079/head
2017-09-14 Daniel ArndtMerge pull request #5070 from bangerth/prep-work
2017-09-14 Daniel ArndtMerge pull request #5065 from bangerth/fix-richardson
2017-09-14 Denis DavydovMerge pull request #5076 from bangerth/simplify
2017-09-13 Wolfgang BangerthSimplify some function calls now that we have hp::DoFHa... 5076/head
2017-09-13 Daniel ArndtFix warnings for clang-5.0.0 5071/head
2017-09-13 Wolfgang BangerthUpdate some documentation. 5075/head
2017-09-13 Wolfgang BangerthIntroduce a class that can't be used.
2017-09-13 Timo HeisterMerge pull request #5066 from tamiko/bzip2_dir
2017-09-13 Wolfgang BangerthMake the set_dof_indices() function more general. 5070/head
2017-09-13 Wolfgang BangerthWrap a bunch of comments.
2017-09-13 Wolfgang BangerthAdd a changelog entry. 5065/head
2017-09-13 Wolfgang BangerthAvoid raw pointers in favor of VectorMemory::Pointer.
2017-09-13 Wolfgang BangerthRemove an unused variable.
2017-09-13 Wolfgang BangerthMake SolverRichardson::criterion() be self contained.
2017-09-13 Wolfgang BangerthRemove an unnecessary include file.
2017-09-13 Timo HeisterMerge pull request #5069 from bangerth/doc-updates
2017-09-13 Wolfgang BangerthAdd to the documentation. 5069/head
2017-09-13 Wolfgang BangerthExplain a code example better.
2017-09-13 Wolfgang BangerthFix a bug in hp DoF unification. 5068/head
2017-09-13 Wolfgang BangerthLimit renumbering hp DoFs to non-artificial cells.
2017-09-13 Wolfgang BangerthLimit updating DoF indices to cells where this is possible.
2017-09-13 Martin KronbichlerMerge pull request #5062 from bangerth/convert-arrayview
2017-09-13 Martin KronbichlerMerge pull request #5067 from bangerth/hp-fixes
2017-09-12 Bruno TurcksinMerge pull request #5064 from bangerth/cleanup-logstream
2017-09-12 Bruno TurcksinMerge pull request #5058 from tjhei/fix_readwritevector...
2017-09-12 Wolfgang BangerthOnly update DoF indices on active cells in the non... 5067/head
2017-09-12 Wolfgang BangerthDo not set directly active_fe_indices on ghost cells.
2017-09-12 Matthias MaierCMake: Respect BZIP2_DIR in FindBZIP2.cmake 5066/head
2017-09-12 Wolfgang BangerthAdd changelog entry. 5062/head
2017-09-12 Wolfgang BangerthAdd test.
2017-09-12 Wolfgang BangerthAutomatically allow converting std::vector to ArrayView.
2017-09-12 Wolfgang BangerthSome minor cleanups of LogStream. 5064/head
2017-09-12 Daniel ArndtMerge pull request #5061 from bangerth/fix-minres
2017-09-12 Timo HeisterMerge pull request #5060 from bangerth/fix-grammar
2017-09-12 Matthias MaierMerge pull request #5059 from tamiko/make_clang_5.0_happy
2017-09-11 Matthias MaierCMake: Avoid -Wunknown-warning-option warnings 5059/head
2017-09-11 Wolfgang BangerthAvoid raw pointers in favor of VectorMemory::Pointer. 5061/head
2017-09-11 Wolfgang BangerthFix grammar. 5060/head
2017-09-11 Wolfgang BangerthMark an empty destructor as '=default'.
2017-09-11 Wolfgang BangerthMerge pull request #4723 from drwells/manifold-arrayvie...
2017-09-11 Timo Heisterfix tests/readwritevector_0x 5058/head
2017-09-11 David WellsAdd a changelog entry for the Manifold incompatibities. 4723/head
2017-09-11 David WellsRename add_new_points as get_new_points.
2017-09-11 David WellsDirectly create an ArrayView from a table.
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.