]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2025-03-12 Wolfgang BangerthRevert "Work around compiler trouble."
2025-03-12 Luca HeltaiMerge pull request #18172 from marcfehling/docker-arm64
2025-03-12 Bruno TurcksinMerge pull request #18229 from bangerth/errno
2025-03-12 Daniel ArndtMerge pull request #18231 from bangerth/anonynous
2025-03-12 Martin KronbichlerMerge pull request #18230 from bangerth/specialization
2025-03-12 Wolfgang BangerthDo not use anonymous namespaces in header files. 18231/head
2025-03-12 Wolfgang BangerthUse 'if constexpr' to avoid many explicit specializations. 18230/head
2025-03-11 Wolfgang BangerthWork around compiler trouble. 18229/head
2025-03-11 Wolfgang BangerthUse C++ facilities to convert numbers.
2025-03-11 Wolfgang BangerthMerge pull request #18187 from drwells/redo-orientation...
2025-03-11 David WellsClean up and expand the orientation module. 18187/head
2025-03-11 Bruno TurcksinMerge pull request #18215 from bangerth/mpi
2025-03-11 David WellsMerge pull request #18224 from bangerth/anonymous
2025-03-11 Daniel ArndtMerge pull request #18227 from tjhei/cmaeke-tpetra...
2025-03-11 Timo Heistercmake: fix warning formatting for tpetra 18227/head
2025-03-11 Wolfgang BangerthDo not include <mpi.h> from config.h. 18215/head
2025-03-11 Wolfgang BangerthDon't include mpi.h directly.
2025-03-11 Wolfgang BangerthDisable warnings coming from mpi.h.
2025-03-11 Marc FehlingMerge pull request #18225 from bangerth/_v
2025-03-11 Martin KronbichlerMerge pull request #18221 from bangerth/includes
2025-03-11 Martin KronbichlerMerge pull request #18222 from bangerth/std
2025-03-11 Martin KronbichlerMerge pull request #18223 from bangerth/static
2025-03-11 Wolfgang BangerthDo not use 'static' functions in header files. 18223/head
2025-03-11 Wolfgang BangerthUse functions/types from std:: instead of ::. 18222/head
2025-03-11 Wolfgang BangerthAdd missing #includes. 18221/head
2025-03-11 Wolfgang BangerthUse _v variables instead of ...::value. 18225/head
2025-03-11 Wolfgang BangerthDo not use anonymous namespaces in header files. 18224/head
2025-03-11 Timo HeisterMerge pull request #18218 from bangerth/kokkos-version
2025-03-10 Wolfgang BangerthFix the name of variable reporting the Kokkos version. 18218/head
2025-03-10 Timo HeisterMerge pull request #18216 from bangerth/include
2025-03-10 Wolfgang BangerthMove an #include statement. 18216/head
2025-03-10 Wolfgang BangerthMerge pull request #18214 from drwells/test-compilation...
2025-03-10 David WellsMake a test compile with -Werror. 18214/head
2025-03-10 Wolfgang BangerthMerge pull request #18212 from drwells/remove-hardcoded...
2025-03-09 Timo HeisterMerge pull request #18211 from drwells/remove-hardcoded...
2025-03-09 David WellsFE_PolyTensor: don't assume the default line orientatio... 18212/head
2025-03-09 David WellsTriangulation: don't assume the default line orientatio...
2025-03-09 Martin KronbichlerMerge pull request #18207 from tjhei/local-sparsity...
2025-03-09 David WellsUn-hardcode some default orientation values. 18211/head
2025-03-08 David WellsMerge pull request #18195 from tjhei/fe_system_prolong_...
2025-03-08 Timo Heisterimprove Q_iso_Q1 test 18207/head
2025-03-07 Martin KronbichlerMerge pull request #18204 from bangerth/constexpr
2025-03-07 Martin KronbichlerMerge pull request #18196 from drwells/qprojector-docs
2025-03-07 Peter MunchMerge pull request #18198 from tjhei/iso-q1-custom...
2025-03-07 Bruno TurcksinMerge pull request #18203 from masterleinad/fix_team_ve...
2025-03-07 Wolfgang BangerthConvert a couple places into 'if constexpr'. 18204/head
2025-03-07 Daniel ArndtOnly use TeamVectorRange from Kokkos 2.9.00 on 18203/head
2025-03-07 Daniel ArndtMerge pull request #18202 from marcfehling/enable_mold
2025-03-07 Marc FehlingEnable mold again. 18202/head
2025-03-06 Timo HeisterMerge pull request #18200 from bangerth/58
2025-03-06 Timo Heisterdo not launch taskflow tasks from inside tasks 18195/head
2025-03-06 David WellsQProjector: overhaul documentation. 18196/head
2025-03-06 Wolfgang BangerthLeave a note with step-58. 18200/head
2025-03-06 Marc FehlingMerge pull request #18194 from masterleinad/fix_docker_mold
2025-03-06 Daniel ArndtMerge pull request #18197 from tjhei/dox-full-width
2025-03-06 Timo Heisterfix local sparsity for Q_iso_Q1 18198/head
2025-03-06 Timo Heisterdoxygen: use full page width 18197/head
2025-03-05 Peter MunchMerge pull request #18098 from mwichro/master
2025-03-05 Daniel ArndtMerge pull request #18124 from YiminJin/matrix-free...
2025-03-05 Daniel ArndtExplicitly disable mold in failing builds using Docker... 18194/head
2025-03-05 Martin KronbichlerMerge pull request #18175 from peterrum/fe_face_evaluat...
2025-03-05 Daniel ArndtUse a functor 18124/head
2025-03-04 Daniel ArndtMerge pull request #18189 from tjhei/warn-debug-mode...
2025-03-03 Timo Heisterfix warning in Assert macro 18189/head
2025-03-03 David WellsMerge pull request #18188 from masterleinad/fix_assert_...
2025-03-03 Peter MunchFEFaceEvaluation: enable FE_DGP 18175/head
2025-03-03 Daniel ArndtAssert: Avoid warnings about unused variables before... 18188/head
2025-03-03 Daniel ArndtMerge pull request #18158 from chaos-polymtl/parsed_fun...
2025-03-02 Wolfgang BangerthMerge pull request #18186 from drwells/geometry-header...
2025-03-02 Wolfgang BangerthMerge pull request #18176 from marcfehling/update-precommit
2025-03-02 David WellsUpdate some documentation to reference ReferenceCell. 18186/head
2025-03-02 Martin KronbichlerMerge pull request #18180 from bangerth/header
2025-03-01 Bruno BlaisMerge pull request #18181 from bangerth/DEBUG
2025-03-01 Bruno BlaisMerge pull request #18182 from bangerth/include
2025-03-01 Bruno BlaisMerge pull request #18183 from bangerth/warning
2025-03-01 Marc Fehlingdocker: Build images for different platforms. 18172/head
2025-03-01 Marc FehlingUpdate pre-commit. 18176/head
2025-03-01 Yimin Jingeneralize the portable MF methods to fe_degree < n_q_p...
2025-03-01 Wolfgang BangerthMerge pull request #18179 from gassmoeller/fix_pdf_zero...
2025-02-28 Wolfgang BangerthInclude a header file, rather than forward declaring... 18180/head
2025-02-28 Wolfgang BangerthAvoid a couple more uses of the DEBUG macro. 18181/head
2025-02-28 Wolfgang BangerthAvoid a warning about an unused variable. 18183/head
2025-02-28 Wolfgang BangerthUse proper <deal.II/...> includes instead of "deal... 18182/head
2025-02-28 Olivier GaboriaultCHANGELOG 18158/head
2025-02-28 Rene GassmoellerFix division by zero in particle generator 18179/head
2025-02-28 Bruno TurcksinMerge pull request #18057 from bangerth/constexpr-debug
2025-02-28 Daniel ArndtMerge pull request #18099 from marcfehling/indent-latest
2025-02-27 Wolfgang BangerthWhere possible, replace '#ifdef DEBUG' by 'if constexpr... 18057/head
2025-02-27 Wolfgang BangerthWhere possible, replace '#ifdef DEBUG' by 'if constexpr...
2025-02-27 Wolfgang BangerthWhere possible, replace '#ifdef DEBUG' by 'if constexpr...
2025-02-27 Wolfgang BangerthProvide a way to query debug/release status as a C...
2025-02-27 David WellsMerge pull request #18173 from bangerth/unused
2025-02-27 Wolfgang BangerthRemove variables that are only ever set, but never... 18173/head
2025-02-27 Luca HeltaiMerge pull request #18171 from marcfehling/docker-noble
2025-02-27 Olivier GaboriaultApplied Bruno's comments
2025-02-27 Olivier GaboriaultIndent
2025-02-27 Olivier GaboriaultAdded input parameter with the Assert
2025-02-27 Marc Fehlingdocker: Build noble image. 18171/head
2025-02-27 Marc FehlingMerge pull request #18168 from bangerth/grid-in
2025-02-27 Marc FehlingMerge pull request #18152 from luca-heltai/fix-doc...
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.