]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2018-04-27 Katharina KormannIntroduce the new class FEFaceEvaluation. Speed up...
2018-04-27 Martin KronbichlerFix the setup of face connectivity.
2018-04-27 Martin KronbichlerAdd tests for multiple components in single DoFHandler.
2018-04-27 Martin KronbichlerIntroduce face loop functionality in MatrixFree. Rework...
2018-04-26 David WellsMerge pull request #6333 from masterleinad/fix_subscrib...
2018-04-26 David WellsMerge pull request #6331 from tjhei/update_copyright
2018-04-25 Bruno TurcksinMerge pull request #6304 from drwells/update-gridgenera...
2018-04-25 David WellsChange step-10 to use FE_Nothing. 6304/head
2018-04-25 David WellsUpdate step-10 for 9.0.
2018-04-25 Wolfgang BangerthMerge pull request #6338 from drwells/update-gridgenera...
2018-04-25 Bruno TurcksinMerge pull request #6310 from kronbichler/matrix_free_m...
2018-04-25 David WellsUpdate step-11. 6338/head
2018-04-25 Martin KronbichlerMerge pull request #6324 from kronbichler/fix_compile_w...
2018-04-25 Daniel ArndtCheck own subscriptions when assigning in Subscriptor 6333/head
2018-04-25 Timo Heisterupdate copyright years 6331/head
2018-04-25 Timo HeisterMerge pull request #6292 from masterleinad/fix_coverity...
2018-04-25 Matthias MaierMerge pull request #6321 from masterleinad/add_codecov_...
2018-04-25 Martin KronbichlerMerge pull request #6327 from masterleinad/fix_typo_dof...
2018-04-25 Daniel ArndtReplace DofHandler by DoFHandler 6327/head
2018-04-25 Daniel ArndtUpdate documentation 6321/head
2018-04-25 Daniel ArndtRequire codecov-bash to be downloaded manually
2018-04-25 Martin KronbichlerFix warning about missing return statement in ICC. 6324/head
2018-04-25 Martin KronbichlerLink main matrix-free objects and data structures to... 6310/head
2018-04-25 Martin KronbichlerWrite doxygen module for MatrixFree with face capabilities.
2018-04-25 Martin KronbichlerMerge pull request #6285 from kkormann/issue_5667_fe_ev...
2018-04-25 Denis DavydovMerge pull request #6323 from bangerth/typo
2018-04-25 Wolfgang BangerthMerge pull request #6322 from masterleinad/fix_petsc_in...
2018-04-25 Wolfgang BangerthFix a grammar mistake. 6323/head
2018-04-24 Wolfgang BangerthMerge pull request #6305 from masterleinad/object_fe_co...
2018-04-24 Daniel ArndtInstantiate distribute_local_to_global for another... 6322/head
2018-04-24 Daniel ArndtAdd codecov support
2018-04-24 Denis DavydovMerge pull request #6320 from tjhei/doxygen_fixes2
2018-04-24 Timo Heistermore doxygen fixes 6320/head
2018-04-24 Denis DavydovMerge pull request #6319 from tjhei/doxygen_fixes
2018-04-24 Timo Heisterdoxygen fixes 6319/head
2018-04-24 Katharina KormannIntroduce face functionality to fe_evaluation. 6285/head
2018-04-24 Matthias MaierMerge pull request #6318 from tjhei/doxygen_formatting2
2018-04-24 Timo Heisterfix some ugly doxygen formatting 6318/head
2018-04-24 Matthias MaierMerge pull request #6315 from masterleinad/less_iterati...
2018-04-24 Matthias MaierMerge pull request #6316 from tjhei/doxygen_formatting
2018-04-24 Denis DavydovMerge pull request #6317 from tjhei/doxygen_add_rol
2018-04-24 Timo Heisterenable ROL in doxygen 6317/head
2018-04-24 Timo Heisterput @ref on separate lines 6316/head
2018-04-24 Timo Heisterfix doxygen group sections
2018-04-24 Daniel ArndtAllow less iterations in petsc_complex/solver_real_02 6315/head
2018-04-24 Daniel ArndtRemove parameter names for defaulted member functions 6305/head
2018-04-24 Matthias MaierMerge pull request #6313 from masterleinad/capitalize_gmsh
2018-04-24 Daniel ArndtCapitalize Gmsh appropriately 6313/head
2018-04-24 Bruno TurcksinMerge pull request #6309 from masterleinad/fix_cuda
2018-04-24 Daniel ArndtAdd assertion for nonempty hp::FECollection
2018-04-24 Daniel ArndtFix failing CUDA test 6309/head
2018-04-24 Martin KronbichlerMerge pull request #6295 from luca-heltai/minmax-diamet...
2018-04-24 Denis DavydovMerge pull request #6302 from tamiko/fix_a_test_16
2018-04-24 Denis DavydovMerge pull request #6308 from tamiko/cmake_würgaround
2018-04-24 Matthias MaierCMake: Ensure to be compatible with version 3.11 FindBl... 6308/head
2018-04-24 Daniel ArndtStore the FECollection object and not just the pointer...
2018-04-23 Matthias MaierMerge pull request #6299 from tjhei/msvc_support
2018-04-23 Matthias MaierTests: metis/metis_05 add output variant 6302/head
2018-04-23 Denis DavydovMerge pull request #6301 from bangerth/update-changelog
2018-04-23 Wolfgang BangerthMinor updates to changelog entries. 6301/head
2018-04-23 Timo HeisterMerge pull request #6284 from tamiko/fix_cornercase
2018-04-23 Daniel ArndtInitialize mapping_type in FE_PolyTensor 6292/head
2018-04-23 Daniel ArndtAvoid uninitialized value in GridIn::read_mesh
2018-04-23 Daniel ArndtCheck dynamic_cast in TimeDependent
2018-04-23 Daniel ArndtUse AssertNothrow in Utilities::MPI::MPI_InitFinalize
2018-04-23 Daniel ArndtRestore formatting options in Abaqus_to_UCD
2018-04-23 Luca HeltaiFixed issues by TH and WB. 6295/head
2018-04-23 Wolfgang BangerthMerge pull request #6298 from tamiko/petsc_390
2018-04-23 Timo Heisterblacklist MSVC 2015 or older 6299/head
2018-04-23 Matthias MaierDoc: Update latest known version to 3.9.0 6298/head
2018-04-23 David WellsMerge pull request #6287 from drwells/update-gridgenera...
2018-04-23 David WellsUpdate basic Manifold usage in the examples. 6287/head
2018-04-23 Wolfgang BangerthMerge pull request #6281 from masterleinad/hp_dh
2018-04-23 Matthias Maieradd a changes entry
2018-04-23 Matthias MaierPETSc: Port to version 3.9.0
2018-04-23 Daniel ArndtUse correct type in GridIn::skip_comment_lines
2018-04-23 Wolfgang BangerthMerge pull request #6293 from tjhei/harden_deprecated_check
2018-04-23 Luca HeltaiChangelog.
2018-04-23 Luca HeltaiAdded test.
2018-04-23 Luca HeltaiAdded optional mapping to minimal/maximal grid diameter.
2018-04-23 Timo Heisterharden cmake deprecation check 6293/head
2018-04-23 Denis DavydovMerge pull request #6289 from BenBrands/rm_scalapack_15_b
2018-04-23 Benjamin BrandsRemove failing ScaLAPACK tests 6289/head
2018-04-23 Denis DavydovMerge pull request #6288 from masterleinad/householder_base
2018-04-22 Daniel ArndtDon't derive Householder from FullMatrix 6288/head
2018-04-22 Daniel ArndtMerge pull request #6286 from masterleinad/fix_msvc_com...
2018-04-22 Daniel ArndtMerge pull request #6185 from drwells/remove-more-Bound...
2018-04-22 Daniel ArndtFix MSVC warning regarding comparison of signed and... 6286/head
2018-04-22 Matthias MaierTests: Always create a small 'detailed.log' file 6284/head
2018-04-22 Daniel ArndtMerge pull request #5990 from tjhei/step-37-print-vec...
2018-04-21 Daniel ArndtMerge pull request #6282 from bangerth/more-2
2018-04-21 Daniel ArndtChangelog entry 6281/head
2018-04-21 Daniel ArndtStore a copy of the FECollection object in hp::DoFHandler
2018-04-21 Denis DavydovMerge pull request #6283 from bangerth/doc-update
2018-04-21 Wolfgang BangerthAvoid using 'info' as a word. 6283/head
2018-04-21 Wolfgang BangerthMerge pull request #6272 from tjhei/document_example_do...
2018-04-21 Timo Heisteradd doc for write_gnuplot_dof_support_point_info 6272/head
2018-04-21 Timo Heisterchangelog 5990/head
2018-04-21 Timo Heisterstep-37: print vectorization info
2018-04-21 Wolfgang BangerthUse a std::map instead of a std::list of std::pair. 6282/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.