]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2017-09-15 Daniel ArndtAdd include file to fix errors in multigrid tests 5080/head
2017-09-15 Daniel ArndtFix default definitions in header files
2017-09-15 Daniel ArndtMove default definitions to declarations
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 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 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.
2017-09-11 David WellsMark methods as 'override'.
2017-09-11 David WellsBreak the Manifold interface for performance.
2017-09-11 Daniel ArndtChangelog entry 5026/head
2017-09-11 Daniel ArndtAdd tests
2017-09-11 Daniel ArndtImplement variadic template constructor and std::initia...
2017-09-11 Daniel ArndtImplement move constructors for FiniteElement and FESystem 5055/head
2017-09-11 Timo HeisterMerge pull request #5053 from tjhei/document_parallel_g...
2017-09-11 Timo Heisterdocument parallel::GridTools namespace 5053/head
2017-09-10 Bruno TurcksinMerge pull request #5047 from kronbichler/improve_tenso...
2017-09-10 Wolfgang BangerthMerge pull request #5051 from tjhei/doxygen_fixes
2017-09-10 Timo Heisterfix doxygen formatting mistakes 5051/head
2017-09-10 Martin KronbichlerMerge pull request #5050 from tjhei/fix_grid_tools_include
2017-09-10 Timo HeisterFix self-inclusion in distributed/grid_tools.h 5050/head
2017-09-09 Timo HeisterMerge pull request #5049 from drwells/update-windows...
2017-09-09 David WellsFix a bug in the Windows CPU time calculation. 5049/head
2017-09-08 Timo HeisterMerge pull request #5048 from tjhei/fix_mesh_loop_test
2017-09-08 Wolfgang BangerthMerge pull request #5005 from tamiko/fe_nedelec_bug
2017-09-08 Martin KronbichlerRewrite TensorProductPolynomials::compute for more... 5047/head
2017-09-08 Timo Heisterfix tests/meshworker/step-11-mesh_loop 5048/head
2017-09-08 Martin KronbichlerMerge pull request #5032 from drwells/timer-rename...
2017-09-08 Matthias MaierAdd an interpolation test for FE_Nedelec 5005/head
2017-09-08 Matthias MaierFix FE_Nedelec::convert_generalized_..._to_dof_values
2017-09-07 Timo HeisterMerge pull request #5046 from tamiko/refactor_fe_tools
2017-09-07 Matthias MaierRefactor template definitions into fe_tools_templates... 5046/head
2017-09-07 Martin KronbichlerMerge pull request #5025 from drwells/update-timer...
2017-09-07 David WellsMerge pull request #5040 from davydden/vector_tool_lamb...
2017-09-07 Jean-Paul PelteretMerge pull request #5041 from koecher/doxygen-typo...
2017-09-07 Uwe Köchermoved the doxygen section encapsulation to include... 5041/head
2017-09-07 Uwe Köcherdoxygen typos of sqrt in quadrature documentation
2017-09-07 Denis Davydovfix VectorTools::project lambdas examples to use references 5040/head
2017-09-07 Jean-Paul PelteretMerge pull request #5036 from LucasCampos/correct_div
2017-09-06 Wolfgang BangerthMerge pull request #5038 from tjhei/step-10-warnings
2017-09-06 Timo Heistergrammar 5038/head
2017-09-06 Timo Heisteradd underscores to filenames
2017-09-06 Timo Heisterfix warnings in step-10
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.