]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2021-12-11 Martin KronbichlerSimplify extract of face information, preparing for...
2021-12-11 Maximilian... Fix hessian tests
2021-12-11 Martin KronbichlerSimplify calls to FEEvaluation kernels
2021-12-11 Martin KronbichlerMerge pull request #13059 from peterrum/mf_shmem_tests
2021-12-10 Peter MunchMerge pull request #13058 from peterrum/ecl_pbc_orientation
2021-12-10 Peter MunchAdd tests for MatrixFree + SHMEM 13059/head
2021-12-10 Peter MunchMatrixFree: fix orientation for cell-centric loop and pbc 13058/head
2021-12-10 Peter MunchMerge pull request #13042 from peterrum/mf_mixed_internal
2021-12-10 Marc FehlingMerge pull request #13054 from peterrum/apply_hanging_n...
2021-12-10 Marc FehlingMerge pull request #13045 from bangerth/tbb
2021-12-09 Peter MunchMatrixFree: distinguish internally between mixed and... 13042/head
2021-12-09 Wolfgang BangerthMerge pull request #12958 from tamiko/support_tbb
2021-12-09 Peter MunchMerge pull request #13053 from peterrum/reinit_geometri...
2021-12-09 Peter MunchFEEvaluationBase::apply_hanging_node_constraints()... 13054/head
2021-12-09 Peter MunchFix MGTwoLevelTransfer::reinit_geometric_transfer for... 13053/head
2021-12-09 Martin KronbichlerMerge pull request #12990 from kronbichler/remove_insta...
2021-12-09 Peter MunchMerge pull request #13046 from peterrum/FEEvaluationImp...
2021-12-09 Matthias MaierCMake: do not use TBB with oneAPI interface for now 12958/head
2021-12-09 Matthias MaierTBB OneAPI: Update includes
2021-12-09 Matthias MaierCMake: Export whether we have encountered the ONEAPI...
2021-12-09 Matthias MaierCMake: Update module to find oneapi tbb
2021-12-09 Wolfgang BangerthMerge pull request #13050 from tamiko/avoid_warning_bun...
2021-12-09 Wolfgang BangerthMerge pull request #13049 from tamiko/suppress_boost_wa...
2021-12-09 Matthias MaierMerge pull request #13047 from tamiko/default_disable_t...
2021-12-08 Matthias Maierbundled/tbb: avoid a warning when compiling with -std... 13050/head
2021-12-08 Matthias Maieravoid another boost deprecated headers warning 13049/head
2021-12-08 Matthias MaierMerge pull request #12953 from bangerth/unsigned
2021-12-08 Matthias MaierMerge pull request #13018 from bangerth/clean
2021-12-08 Matthias MaierCMake: set the taskflow feature default to disabled 13047/head
2021-12-08 Peter MunchFEEvaluationImplHangingNodes: use ShapeInfo as input... 13046/head
2021-12-08 Martin KronbichlerMerge pull request #13044 from peterrum/all_reference_c...
2021-12-08 Wolfgang BangerthRename a few variables to make their intent clearer. 13045/head
2021-12-08 Wolfgang BangerthName a function better.
2021-12-08 Wolfgang BangerthUse range-based for loops in a number of places.
2021-12-08 Wolfgang BangerthBreak a loop early.
2021-12-08 Peter MunchAdd Triangulation::all_reference_cells_are_simplex... 13044/head
2021-12-08 Wolfgang BangerthMerge pull request #13043 from peterrum/clang-format_re...
2021-12-08 Peter MunchRemove simplex from .clang-format 13043/head
2021-12-07 Martin KronbichlerDo not split instantiations for evaluation_template_fac... 12990/head
2021-12-07 Peter MunchMerge pull request #13017 from kronbichler/reduce_heade...
2021-12-07 Timo HeisterMerge pull request #13036 from tamiko/disallow_boost_177
2021-12-07 Martin KronbichlerMerge pull request #13035 from bangerth/grid-out
2021-12-07 Matthias MaierMerge pull request #13019 from bangerth/setup
2021-12-06 Matthias MaierBugfix: Drop out of the right loop, annotate logic 13019/head
2021-12-06 Wolfgang BangerthSkip a bunch of work for tests that we don't actually...
2021-12-06 Wolfgang BangerthAdd changelog entry. 13035/head
2021-12-06 Wolfgang BangerthAdd a test.
2021-12-06 Matthias MaierMerge pull request #13032 from bangerth/tbb
2021-12-06 Matthias MaierBoost: Disallow version 1.77 due to multiple unresolved... 13036/head
2021-12-06 Matthias MaierBoost: undo header adjustments
2021-12-06 Martin KronbichlerSimplify some code by default copy constructor 13017/head
2021-12-06 Wolfgang BangerthTake tokens as pointers, not references to pointers. 13032/head
2021-12-06 Wolfgang BangerthEnable GridOut::write_gmsh() for simplex cells.
2021-12-06 Wolfgang BangerthMake gmsh element types available via ReferenceCell.
2021-12-06 David WellsMerge pull request #13027 from bangerth/face_number
2021-12-06 Martin KronbichlerMove the main data pointers to the FEEvaluationBaseData...
2021-12-06 Martin KronbichlerSimplify extraction of shape info data structure
2021-12-06 Martin KronbichlerMake evaluation_kernels only include FEEvaluationData...
2021-12-06 Wolfgang BangerthImprove documentation.
2021-12-06 Wolfgang BangerthRename a variable to be grammatically correct.
2021-12-06 Wolfgang BangerthAlso inline the worker class as a lambda function.
2021-12-06 Wolfgang BangerthMove a check out of an inner loop.
2021-12-06 Wolfgang BangerthRemove the TBBCopier class and just inline its only...
2021-12-06 Wolfgang BangerthBe type correct -- the new TBB allows us to.
2021-12-06 Marc FehlingMerge pull request #13031 from bangerth/tbb
2021-12-05 Wolfgang BangerthMinimal change to make WorkStream work with newer TBB... 13031/head
2021-12-05 Wolfgang BangerthMake MS VC happy by being consistent with class vs... 13027/head
2021-12-05 Wolfgang BangerthAdd a changelog entry.
2021-12-05 Wolfgang BangerthAdd a test.
2021-12-05 Wolfgang BangerthActually store the face number for DataPostprocessor...
2021-12-05 Wolfgang BangerthAllow storing the face number for DataPostprocessor...
2021-12-05 Wolfgang BangerthTry to work around an issue with the Xcode compiler. 13018/head
2021-12-05 Wolfgang BangerthExplicitly disallow copying or moving TaskData objects.
2021-12-05 Wolfgang BangerthSpawn tasks via the TBB again.
2021-12-05 Marc FehlingMerge pull request #13029 from drwells/remove-explicit...
2021-12-05 David WellsRemove references to DEAL_II_EXPLICIT_CONSTRUCTOR_BUG. 13029/head
2021-12-05 David WellsMerge pull request #13024 from bangerth/threads
2021-12-03 Wolfgang BangerthMerge pull request #13026 from marcfehling/assert
2021-12-03 Marc FehlingAdjust assert. 13026/head
2021-12-02 Wolfgang BangerthMerge pull request #13025 from marcfehling/hp_step-4
2021-12-02 Marc FehlingFix test `mpi/hp_step-4`. 13025/head
2021-12-02 Wolfgang BangerthExplicitly wait for tasks to be done. 13024/head
2021-12-02 Marc FehlingMerge pull request #13022 from tjhei/ci-no-win2016
2021-12-01 David WellsMerge pull request #13014 from bangerth/aligned-2
2021-12-01 Timo HeisterCI: replace windows-2016 by windows-2022 13022/head
2021-12-01 Martin KronbichlerMerge pull request #13021 from tamiko/avoid_spurious_bo...
2021-12-01 Martin KronbichlerMerge pull request #13016 from kronbichler/tests_uninit...
2021-12-01 Matthias MaierBoost includes: use BOOST_ALLOW_DEPRECATED_HEADERS... 13021/head
2021-12-01 Matthias MaierCMake: add a configure check for spurious boost depreca...
2021-11-30 Martin KronbichlerMerge pull request #12756 from simonsticko/non_matching...
2021-11-30 Peter MunchMerge pull request #13013 from kronbichler/move_impleme...
2021-11-30 Martin KronbichlerDo not use uninitialized variable in tests 13016/head
2021-11-30 Martin KronbichlerMerge pull request #13015 from bangerth/clean
2021-11-30 Martin KronbichlerMerge pull request #13008 from marcfehling/angle-2
2021-11-30 Martin KronbichlerUpdate two tests 13013/head
2021-11-30 Martin KronbichlerChangelog
2021-11-30 Wolfgang BangerthGuard a forward declaration. 13015/head
2021-11-30 Wolfgang BangerthMerge pull request #13011 from kronbichler/mapping_q_na...
2021-11-30 Wolfgang BangerthAvoid unnecessary memory allocation. 13014/head
2021-11-30 Marc FehlingFunctions for calculating angles between vectors. 13008/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.