]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2022-11-30 Wolfgang BangerthRun the different parts of creating VTU output in parallel. 14504/head
2022-11-30 Daniel ArndtMerge pull request #14503 from bangerth/vtu-5
2022-11-30 Matthias MaierMerge pull request #14494 from tamiko/modernize_cmake_p...
2022-11-30 Matthias MaierCMake: rename internal example targets to example_step_... 14494/head
2022-11-30 Marc FehlingMerge pull request #14502 from bangerth/taskgroup
2022-11-29 Wolfgang BangerthReorder declaration and use of local lambda functions. 14503/head
2022-11-29 Marc FehlingMerge pull request #14443 from vyushut/master
2022-11-29 Marc FehlingMerge pull request #14499 from bangerth/vtu-2
2022-11-29 Marc FehlingMerge pull request #14500 from tamiko/silence_configure...
2022-11-29 Wolfgang BangerthAdd a changelog entry. 14502/head
2022-11-29 Wolfgang BangerthAdd a test.
2022-11-29 Wolfgang BangerthAdd Threads::TaskGroup::return_values().
2022-11-29 Matthias MaierMerge pull request #14493 from tamiko/modernize_cmake_p...
2022-11-29 Wolfgang BangerthMerge pull request #14456 from masterleinad/fix_petsc_p...
2022-11-29 Marc FehlingMerge pull request #14498 from bangerth/vtu-1
2022-11-29 Wolfgang BangerthUpdate some commentary. 14499/head
2022-11-29 David WellsMerge pull request #14497 from tamiko/avoid_a_warning_1
2022-11-29 Daniel ArndtMerge pull request #14496 from tamiko/avoid_a_warning_2
2022-11-29 Daniel ArndtMerge pull request #14492 from bangerth/ref
2022-11-29 Matthias MaierCMake: silence configure warnings for ArborX and Ginkgo 14500/head
2022-11-29 Vladimir Yushutinstep-85: typo in Section L^2-Error 14443/head
2022-11-29 Matthias MaierBundled: avoid a warning in boost::serialization 14497/head
2022-11-29 Matthias Maierbase/work_stream: remove unused using declaration 14496/head
2022-11-29 Wolfgang BangerthRemove a dependency in writing VTU files. 14498/head
2022-11-29 Matthias Maieradd a news/changes entry 14493/head
2022-11-29 Matthias MaierCMake: prepend quick_tests_ to quick test targets
2022-11-29 Matthias MaierCMake: rename macro to insource_setup_target()
2022-11-29 Wolfgang BangerthDon't make copies of expensive objects. 14492/head
2022-11-29 Matthias MaierMerge pull request #14480 from tamiko/cmake_cleanup_2
2022-11-29 Matthias MaierMerge pull request #14476 from marcfehling/blockreinit
2022-11-29 Matthias Maierdoc: Update CMake cache config documentation 14480/head
2022-11-29 Matthias MaierCMake: Bugfix: Allow again to override the entire exter...
2022-11-29 Bruno TurcksinMerge pull request #14482 from tamiko/modernize_cmake_p...
2022-11-29 Bruno TurcksinMerge pull request #14490 from bangerth/vtu-4
2022-11-29 Bruno TurcksinMerge pull request #14475 from masterleinad/replace_for...
2022-11-28 Wolfgang BangerthEncapulate different parts of write_vtu_main() into... 14490/head
2022-11-28 Daniel ArndtDEAL_II_HOST_DEV* -> DEAL_II_HOST_DEVICE* 14475/head
2022-11-28 Daniel ArndtDEAL_II_HOST_DEV_ALWAYS_INLINE implies inline
2022-11-28 Daniel ArndtIntroduce DEAL_II_HOST_DEV_ALWAYS_INLINE
2022-11-28 Daniel ArndtCall the base class constructor with MPI_COMM_NULL... 14456/head
2022-11-28 David WellsMerge pull request #14477 from bangerth/vtu-7
2022-11-28 Martin KronbichlerMerge pull request #14486 from marcfehling/blockreinig...
2022-11-28 Wolfgang BangerthAvoid an MSVC error where constexpr variables are not... 14477/head
2022-11-27 Wolfgang BangerthMerge pull request #14484 from marcfehling/constraints-in
2022-11-27 Wolfgang BangerthAvoid a warning about lambda-capturing constexpr variables.
2022-11-27 Wolfgang BangerthMake code easier to read by replacing a preprocessor...
2022-11-27 David WellsMerge pull request #14485 from mschreter/mpi_scatter_as...
2022-11-27 Marc FehlingAdd more reinit() to LA::distributed::BlockVector. 14486/head
2022-11-27 Magdalena Schreterimporve asserts of MPI::scatter 14485/head
2022-11-27 Marc FehlingMerge pull request #14483 from tamiko/cmake_bugfix
2022-11-27 Marc FehlingAdd one distribute_local_to_global instantiation. 14484/head
2022-11-27 Marc FehlingRefactor one distribute_local_to_global instantiation.
2022-11-26 Matthias MaierCMake: Update forgotten find_package() call 14483/head
2022-11-26 Matthias MaierCMake: bugfix: make sure that cached feature variables... 14482/head
2022-11-26 Matthias MaierCMake: export <FEATURE>_SPLIT_CONFIGURATION
2022-11-26 Matthias MaierCMake: Rename macro to process_feature() and rework...
2022-11-26 Matthias MaierMerge pull request #14479 from tamiko/cmake_cleanup
2022-11-26 Matthias MaierCMake: run contrib/utilities/lowercase_cmake 14479/head
2022-11-26 Matthias MaierCMake: Update configure_feature() macro to use lowercas...
2022-11-26 Matthias MaierCMake: ensure that macro/function definitions are lowercase
2022-11-26 Matthias MaierCMake: ensure that else() and endif() statements contai...
2022-11-26 Matthias MaierCMake: simplify clean/purge_feature macros
2022-11-26 Matthias MaierMerge pull request #14467 from tamiko/modernize_cmake_p...
2022-11-26 Matthias MaierCMake: Introduce a dealii:: namespace for targets and... 14467/head
2022-11-26 Timo HeisterMerge pull request #14478 from marcfehling/doxygen
2022-11-26 Marc FehlingUpdate exception message in tests. 14476/head
2022-11-26 Marc FehlingSimplify reinit() of PETSc/Trilinos BlockVector.
2022-11-26 Marc FehlingRemove obsolete doxygen tags. 14478/head
2022-11-26 Wolfgang BangerthInline most of the remaining functions in VtuStream...
2022-11-25 David WellsMerge pull request #14472 from tamiko/modernize_cmake_p...
2022-11-25 Matthias MaierMerge pull request #14473 from drwells/spb-changelog
2022-11-25 Matthias MaierMerge pull request #14474 from masterleinad/update_doc_...
2022-11-25 Matthias MaierCMake: remove CMAKE_MODULE_PATH workarounds 14472/head
2022-11-25 Matthias MaierCMake: Update configure macros to use DEAL_II_* feature...
2022-11-25 Matthias MaierCMake: rename all find modules to DEAL_II_*
2022-11-25 Daniel Arndtextend comment about C++17 support 14474/head
2022-11-25 Timo HeisterMerge pull request #14468 from tamiko/fix_arborx_detection
2022-11-25 Timo HeisterMerge pull request #14471 from tamiko/modernize_cmake_p...
2022-11-25 Daniel ArndtUpdate documentation for deal.II+Cuda
2022-11-25 David Wellsadd a changelog for SparsityPatternBase. 14473/head
2022-11-25 Matthias MaierCMake: add compatibility definitions to Config.cmake.in 14471/head
2022-11-25 Matthias MaierCMake: Remove _USER variables
2022-11-25 Martin KronbichlerMerge pull request #14453 from Rombur/kokkos_function
2022-11-25 Peter MunchMerge pull request #14464 from mschreter/add_mpi_scatter
2022-11-25 Matthias MaierCMake: Bugfix: only configure arborx with matching... 14468/head
2022-11-25 David WellsMerge pull request #14469 from tamiko/modernize_cmake_p...
2022-11-25 David WellsMerge pull request #14463 from tamiko/modernize_cmake_p...
2022-11-24 Matthias Maieradd a news/changes entry 14469/head
2022-11-24 Magdalena Schreteradd utility function MPI::scatter 14464/head
2022-11-24 Matthias MaierCMake: apply contrib/utilities/lowercase_cmake 14463/head
2022-11-24 Matthias MaierExamples: Fix regular expression
2022-11-24 Matthias Maiercontrib/utilities: hook cmake_lowercase into check_inde...
2022-11-24 Matthias Maiercontrib/utilities: add script to convert cmake function...
2022-11-24 Matthias MaierMerge pull request #14466 from tamiko/avoid_kokkos_warning
2022-11-24 Matthias MaierMerge pull request #14465 from tamiko/modernize_cmake_p...
2022-11-24 Matthias MaierCMake: search quietly for kokkos and avoid an unnecessa... 14466/head
2022-11-24 Matthias MaierMerge pull request #14459 from tamiko/make_clang_tidy_c...
2022-11-24 Matthias MaierCMake: always export compile_commands.json in deal... 14465/head
2022-11-23 Wolfgang BangerthMerge pull request #14462 from tamiko/ignore_clangd_files
2022-11-23 Wolfgang BangerthMerge pull request #14460 from kronbichler/fix_warnings
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.