]>
https://gitweb.dealii.org/ - dealii.git/log
Wolfgang Bangerth [Mon, 24 Mar 2025 16:06:30 +0000 (10:06 -0600)]
Use quotes instead of <...>.
Wolfgang Bangerth [Sat, 15 Mar 2025 23:13:52 +0000 (17:13 -0600)]
Make argument parsing more robust.
Wolfgang Bangerth [Fri, 14 Mar 2025 21:21:49 +0000 (15:21 -0600)]
Separate parsing of macro arguments from their use.
Wolfgang Bangerth [Sat, 15 Mar 2025 00:08:42 +0000 (18:08 -0600)]
Merge pull request #18250 from tamiko/fix_cmake_checks
CMake: Bugfix: ensure that `CMAKE_REQUIRED_*` are populated prior to language feature checks
Matthias Maier [Fri, 14 Mar 2025 22:19:31 +0000 (17:19 -0500)]
CMake: bugfix: reset CMAKE_REQUIRED_* variables prior to detecting CXX features
Matthias Maier [Fri, 14 Mar 2025 22:16:48 +0000 (17:16 -0500)]
CMake: properly reset CMAKE_REQUIRED_* variables in enable_if_supported()
Matthias Maier [Fri, 14 Mar 2025 22:16:02 +0000 (17:16 -0500)]
CMake: properly reset CMAKE_REQUIRED_* variables in enable_if_links()
Marc Fehling [Fri, 14 Mar 2025 06:26:46 +0000 (07:26 +0100)]
Merge pull request #18244 from marcfehling/mm_malloc
Remove `mm_malloc.h`.
Daniel Arndt [Thu, 13 Mar 2025 22:30:01 +0000 (18:30 -0400)]
Merge pull request #18245 from masterleinad/fix_more_clang_tidy_complaints
Fix clang-tidy complaints
Marc Fehling [Thu, 13 Mar 2025 11:17:43 +0000 (12:17 +0100)]
posix_memalign is defined in stdlib.h.
Daniel Arndt [Thu, 13 Mar 2025 15:27:07 +0000 (11:27 -0400)]
Fix clang-tidy complains
Bruno Turcksin [Thu, 13 Mar 2025 15:28:01 +0000 (10:28 -0500)]
Merge pull request #18238 from bangerth/std
Qualify more things with std::.
Luca Heltai [Thu, 13 Mar 2025 11:30:41 +0000 (04:30 -0700)]
Merge pull request #18241 from marcfehling/docker-test
github-actions: Use all jobs to build docker image.
Marc Fehling [Wed, 12 Mar 2025 13:17:57 +0000 (14:17 +0100)]
Use all jobs to build.
Martin Kronbichler [Thu, 13 Mar 2025 07:23:29 +0000 (08:23 +0100)]
Merge pull request #18236 from bangerth/strtox
Use C++ facilities to convert numbers. Second try.
Martin Kronbichler [Thu, 13 Mar 2025 07:22:50 +0000 (08:22 +0100)]
Merge pull request #18239 from bangerth/anonymous
Do not use anonymous namespaces in header files.
Martin Kronbichler [Thu, 13 Mar 2025 07:20:42 +0000 (08:20 +0100)]
Merge pull request #18240 from bangerth/types
Simplify some type construct.
Martin Kronbichler [Thu, 13 Mar 2025 07:17:17 +0000 (08:17 +0100)]
Merge pull request #18237 from bangerth/std-headers
Add necessary std header files.
Wolfgang Bangerth [Thu, 13 Mar 2025 00:53:22 +0000 (18:53 -0600)]
Simplify some type construct.
Wolfgang Bangerth [Thu, 13 Mar 2025 00:09:45 +0000 (18:09 -0600)]
Add necessary std header files.
Wolfgang Bangerth [Tue, 11 Mar 2025 13:51:48 +0000 (07:51 -0600)]
Qualify more things with std::.
Wolfgang Bangerth [Wed, 12 Mar 2025 05:28:00 +0000 (23:28 -0600)]
Do not use anonymous namespaces in header files.
Wolfgang Bangerth [Wed, 12 Mar 2025 20:01:55 +0000 (14:01 -0600)]
Implement conversion from string to double/int in a different way.
Bruno Turcksin [Wed, 12 Mar 2025 20:00:13 +0000 (15:00 -0500)]
Merge pull request #18234 from bangerth/include
Add a necessary header include.
David Wells [Wed, 12 Mar 2025 19:27:40 +0000 (15:27 -0400)]
Merge pull request #18233 from bangerth/errno-2
Remove a header include that is no longer needed.
Wolfgang Bangerth [Wed, 12 Mar 2025 17:58:19 +0000 (11:58 -0600)]
Revert "Use C++ facilities to convert numbers."
This reverts commit
182ad380cb6b7cdd3a2a70cf9676d247957f3813.
Wolfgang Bangerth [Wed, 12 Mar 2025 17:58:13 +0000 (11:58 -0600)]
Revert "Work around compiler trouble."
This reverts commit
eee55917d04c812aa5b88bdd8ad071f96f0eb758.
Wolfgang Bangerth [Tue, 11 Mar 2025 14:59:26 +0000 (08:59 -0600)]
Add a necessary header include.
Wolfgang Bangerth [Tue, 11 Mar 2025 15:00:51 +0000 (09:00 -0600)]
Remove a header include that is no longer needed.
Luca Heltai [Wed, 12 Mar 2025 13:06:38 +0000 (06:06 -0700)]
Merge pull request #18172 from marcfehling/docker-arm64
github: Build docker images for different platforms.
Bruno Turcksin [Wed, 12 Mar 2025 12:29:36 +0000 (07:29 -0500)]
Merge pull request #18229 from bangerth/errno
Use C++ facilities to convert numbers.
Daniel Arndt [Wed, 12 Mar 2025 11:16:47 +0000 (07:16 -0400)]
Merge pull request #18231 from bangerth/anonynous
Do not use anonymous namespaces in header files.
Martin Kronbichler [Wed, 12 Mar 2025 07:37:22 +0000 (08:37 +0100)]
Merge pull request #18230 from bangerth/specialization
Use 'if constexpr' to avoid many explicit specializations.
Wolfgang Bangerth [Wed, 12 Mar 2025 05:15:52 +0000 (23:15 -0600)]
Do not use anonymous namespaces in header files.
Wolfgang Bangerth [Wed, 12 Mar 2025 03:58:43 +0000 (21:58 -0600)]
Use 'if constexpr' to avoid many explicit specializations.
Wolfgang Bangerth [Tue, 11 Mar 2025 23:15:02 +0000 (17:15 -0600)]
Work around compiler trouble.
Wolfgang Bangerth [Tue, 11 Mar 2025 17:08:02 +0000 (11:08 -0600)]
Use C++ facilities to convert numbers.
Wolfgang Bangerth [Tue, 11 Mar 2025 20:12:33 +0000 (14:12 -0600)]
Merge pull request #18187 from drwells/redo-orientation-module
Clean up and expand the orientation module.
David Wells [Sun, 2 Mar 2025 22:56:40 +0000 (17:56 -0500)]
Clean up and expand the orientation module.
Part of #14667.
Bruno Turcksin [Tue, 11 Mar 2025 15:03:39 +0000 (10:03 -0500)]
Merge pull request #18215 from bangerth/mpi
Do not include <mpi.h> from config.h.
David Wells [Tue, 11 Mar 2025 14:03:02 +0000 (10:03 -0400)]
Merge pull request #18224 from bangerth/anonymous
Do not use anonymous namespaces in header files.
Daniel Arndt [Tue, 11 Mar 2025 13:58:51 +0000 (09:58 -0400)]
Merge pull request #18227 from tjhei/cmaeke-tpetra-warning-format
cmake: fix warning formatting for tpetra
Timo Heister [Tue, 11 Mar 2025 13:33:06 +0000 (09:33 -0400)]
cmake: fix warning formatting for tpetra
Wolfgang Bangerth [Mon, 10 Mar 2025 16:38:54 +0000 (10:38 -0600)]
Do not include <mpi.h> from config.h.
Wolfgang Bangerth [Tue, 11 Mar 2025 03:39:52 +0000 (21:39 -0600)]
Don't include mpi.h directly.
Wolfgang Bangerth [Mon, 10 Mar 2025 16:58:21 +0000 (10:58 -0600)]
Disable warnings coming from mpi.h.
Marc Fehling [Tue, 11 Mar 2025 09:40:06 +0000 (10:40 +0100)]
Merge pull request #18225 from bangerth/_v
Use _v variables instead of ...::value.
Martin Kronbichler [Tue, 11 Mar 2025 07:02:28 +0000 (08:02 +0100)]
Merge pull request #18221 from bangerth/includes
Add missing #includes.
Martin Kronbichler [Tue, 11 Mar 2025 07:00:57 +0000 (08:00 +0100)]
Merge pull request #18222 from bangerth/std
Use functions/types from std:: instead of ::.
Martin Kronbichler [Tue, 11 Mar 2025 06:59:40 +0000 (07:59 +0100)]
Merge pull request #18223 from bangerth/static
Do not use 'static' functions in header files.
Wolfgang Bangerth [Mon, 10 Mar 2025 23:53:00 +0000 (17:53 -0600)]
Do not use 'static' functions in header files.
Wolfgang Bangerth [Tue, 11 Mar 2025 00:35:46 +0000 (18:35 -0600)]
Use functions/types from std:: instead of ::.
Wolfgang Bangerth [Tue, 11 Mar 2025 00:36:49 +0000 (18:36 -0600)]
Add missing #includes.
Wolfgang Bangerth [Tue, 11 Mar 2025 00:37:18 +0000 (18:37 -0600)]
Use _v variables instead of ...::value.
Wolfgang Bangerth [Tue, 11 Mar 2025 03:27:41 +0000 (21:27 -0600)]
Do not use anonymous namespaces in header files.
Timo Heister [Tue, 11 Mar 2025 01:50:01 +0000 (21:50 -0400)]
Merge pull request #18218 from bangerth/kokkos-version
Fix the name of variable reporting the Kokkos version.
Wolfgang Bangerth [Mon, 10 Mar 2025 21:28:33 +0000 (15:28 -0600)]
Fix the name of variable reporting the Kokkos version.
Timo Heister [Mon, 10 Mar 2025 20:08:48 +0000 (16:08 -0400)]
Merge pull request #18216 from bangerth/include
Move an #include statement.
Wolfgang Bangerth [Mon, 10 Mar 2025 16:52:35 +0000 (10:52 -0600)]
Move an #include statement.
Wolfgang Bangerth [Mon, 10 Mar 2025 15:46:53 +0000 (09:46 -0600)]
Merge pull request #18214 from drwells/test-compilation-werror
Make a test compile with -Werror.
David Wells [Mon, 10 Mar 2025 13:48:19 +0000 (09:48 -0400)]
Make a test compile with -Werror.
Wolfgang Bangerth [Mon, 10 Mar 2025 00:03:06 +0000 (18:03 -0600)]
Merge pull request #18212 from drwells/remove-hardcoded-orientations-2
Remove hardcoded orientations 2
Timo Heister [Sun, 9 Mar 2025 19:42:27 +0000 (15:42 -0400)]
Merge pull request #18211 from drwells/remove-hardcoded-default-orientations
Un-hardcode some default orientation values.
David Wells [Sun, 9 Mar 2025 17:01:34 +0000 (13:01 -0400)]
FE_PolyTensor: don't assume the default line orientation is 1.
David Wells [Sun, 9 Mar 2025 16:55:41 +0000 (12:55 -0400)]
Triangulation: don't assume the default line orientation is 1.
Martin Kronbichler [Sun, 9 Mar 2025 02:08:59 +0000 (03:08 +0100)]
Merge pull request #18207 from tjhei/local-sparsity-test
improve Q_iso_Q1 test
David Wells [Sat, 8 Mar 2025 23:45:19 +0000 (18:45 -0500)]
Un-hardcode some default orientation values.
While we're at it, make a loop more legible.
Part of #14667.
David Wells [Sat, 8 Mar 2025 21:38:41 +0000 (16:38 -0500)]
Merge pull request #18195 from tjhei/fe_system_prolong_hang_fix
Fix tasking deadlocks
Timo Heister [Sat, 8 Mar 2025 00:52:10 +0000 (19:52 -0500)]
improve Q_iso_Q1 test
... and actually test the new local sparsity introduced in #18198 with custom support points
Martin Kronbichler [Fri, 7 Mar 2025 23:09:41 +0000 (00:09 +0100)]
Merge pull request #18204 from bangerth/constexpr
Convert a couple places into 'if constexpr'.
Martin Kronbichler [Fri, 7 Mar 2025 23:09:19 +0000 (00:09 +0100)]
Merge pull request #18196 from drwells/qprojector-docs
QProjector: overhaul documentation.
Peter Munch [Fri, 7 Mar 2025 22:52:48 +0000 (23:52 +0100)]
Merge pull request #18198 from tjhei/iso-q1-custom-points-local-sp
fix local sparsity for Q_iso_Q1
Bruno Turcksin [Fri, 7 Mar 2025 21:14:00 +0000 (15:14 -0600)]
Merge pull request #18203 from masterleinad/fix_team_vector_range
Only use TeamVectorRange from Kokkos 2.9.00 on
Wolfgang Bangerth [Sun, 2 Mar 2025 20:49:05 +0000 (13:49 -0700)]
Convert a couple places into 'if constexpr'.
Daniel Arndt [Fri, 7 Mar 2025 15:10:20 +0000 (09:10 -0600)]
Only use TeamVectorRange from Kokkos 2.9.00 on
Daniel Arndt [Fri, 7 Mar 2025 14:55:56 +0000 (08:55 -0600)]
Merge pull request #18202 from marcfehling/enable_mold
github-actions: Enable mold again.
Marc Fehling [Fri, 7 Mar 2025 13:32:19 +0000 (14:32 +0100)]
Enable mold again.
This reverts commit
1bd9e88638cbdfedb353a5f2623629fea795f1fe of #18194.
Timo Heister [Thu, 6 Mar 2025 22:33:40 +0000 (17:33 -0500)]
Merge pull request #18200 from bangerth/58
Leave a note with step-58.
Timo Heister [Wed, 11 Dec 2024 21:26:49 +0000 (16:26 -0500)]
do not launch taskflow tasks from inside tasks
This works around the deadlocks reported in #17669
David Wells [Wed, 5 Mar 2025 22:31:38 +0000 (17:31 -0500)]
QProjector: overhaul documentation.
Wolfgang Bangerth [Thu, 6 Mar 2025 20:02:58 +0000 (13:02 -0700)]
Leave a note with step-58.
Marc Fehling [Thu, 6 Mar 2025 10:38:19 +0000 (11:38 +0100)]
Merge pull request #18194 from masterleinad/fix_docker_mold
Explicitly disable mold in failing builds using Docker containers
Daniel Arndt [Thu, 6 Mar 2025 03:47:24 +0000 (21:47 -0600)]
Merge pull request #18197 from tjhei/dox-full-width
doxygen: use full page width
Timo Heister [Thu, 6 Mar 2025 02:00:47 +0000 (21:00 -0500)]
fix local sparsity for Q_iso_Q1
Add local sparsity pattern logic to FE_Q_iso_Q1 also when custom support points are given.
Timo Heister [Thu, 6 Mar 2025 00:10:23 +0000 (19:10 -0500)]
doxygen: use full page width
this will use the full width of the browser window and fixes unclickable
dot figures.
Peter Munch [Wed, 5 Mar 2025 19:37:49 +0000 (20:37 +0100)]
Merge pull request #18098 from mwichro/master
Include Ghost cells in MatrixFree data starage: active level. Tests.
Daniel Arndt [Wed, 5 Mar 2025 13:38:38 +0000 (07:38 -0600)]
Merge pull request #18124 from YiminJin/matrix-free-kokkos
generalize the portable MF methods to fe_degree < n_q_points_1d cases
Daniel Arndt [Wed, 5 Mar 2025 13:21:42 +0000 (07:21 -0600)]
Explicitly disable mold in failing builds using Docker containers
Martin Kronbichler [Wed, 5 Mar 2025 11:06:06 +0000 (12:06 +0100)]
Merge pull request #18175 from peterrum/fe_face_evaluation_fe_dgp
FEFaceEvaluation: enable FE_DGP
Daniel Arndt [Wed, 5 Mar 2025 03:51:20 +0000 (03:51 +0000)]
Use a functor
Daniel Arndt [Tue, 4 Mar 2025 14:15:59 +0000 (08:15 -0600)]
Merge pull request #18189 from tjhei/warn-debug-mode-opencascade
Food warning in assert macro
Timo Heister [Mon, 3 Mar 2025 21:44:00 +0000 (16:44 -0500)]
fix warning in Assert macro
David Wells [Mon, 3 Mar 2025 19:26:35 +0000 (14:26 -0500)]
Merge pull request #18188 from masterleinad/fix_assert_warnings
Assert: Avoid warnings about unused variables before C++20
Peter Munch [Fri, 28 Feb 2025 08:27:07 +0000 (09:27 +0100)]
FEFaceEvaluation: enable FE_DGP
Daniel Arndt [Mon, 3 Mar 2025 16:11:08 +0000 (10:11 -0600)]
Assert: Avoid warnings about unused variables before C++20
Daniel Arndt [Mon, 3 Mar 2025 03:44:30 +0000 (21:44 -0600)]
Merge pull request #18158 from chaos-polymtl/parsed_function_default_expression
Added an optional parameter for the ParsedFunction
Wolfgang Bangerth [Sun, 2 Mar 2025 17:25:10 +0000 (10:25 -0700)]
Merge pull request #18186 from drwells/geometry-header-simplex-update
Update some documentation to reference ReferenceCell.
Wolfgang Bangerth [Sun, 2 Mar 2025 17:18:48 +0000 (10:18 -0700)]
Merge pull request #18176 from marcfehling/update-precommit
Update pre-commit.
David Wells [Sun, 2 Mar 2025 15:17:28 +0000 (10:17 -0500)]
Update some documentation to reference ReferenceCell.
Martin Kronbichler [Sun, 2 Mar 2025 11:53:59 +0000 (12:53 +0100)]
Merge pull request #18180 from bangerth/header
Include a header file, rather than forward declaring a BOOST class.
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.