]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
10 days agoUse quotes instead of <...>. 18251/head
Wolfgang Bangerth [Mon, 24 Mar 2025 16:06:30 +0000 (10:06 -0600)]
Use quotes instead of <...>.

2 weeks agoMake argument parsing more robust.
Wolfgang Bangerth [Sat, 15 Mar 2025 23:13:52 +0000 (17:13 -0600)]
Make argument parsing more robust.

2 weeks agoSeparate parsing of macro arguments from their use.
Wolfgang Bangerth [Fri, 14 Mar 2025 21:21:49 +0000 (15:21 -0600)]
Separate parsing of macro arguments from their use.

2 weeks agoMerge pull request #18250 from tamiko/fix_cmake_checks
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

2 weeks agoCMake: bugfix: reset CMAKE_REQUIRED_* variables prior to detecting CXX features 18250/head
Matthias Maier [Fri, 14 Mar 2025 22:19:31 +0000 (17:19 -0500)]
CMake: bugfix: reset CMAKE_REQUIRED_* variables prior to detecting CXX features

2 weeks agoCMake: properly reset CMAKE_REQUIRED_* variables in enable_if_supported()
Matthias Maier [Fri, 14 Mar 2025 22:16:48 +0000 (17:16 -0500)]
CMake: properly reset CMAKE_REQUIRED_* variables in enable_if_supported()

2 weeks agoCMake: properly reset CMAKE_REQUIRED_* variables in enable_if_links()
Matthias Maier [Fri, 14 Mar 2025 22:16:02 +0000 (17:16 -0500)]
CMake: properly reset CMAKE_REQUIRED_* variables in enable_if_links()

2 weeks agoMerge pull request #18244 from marcfehling/mm_malloc
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`.

3 weeks agoMerge pull request #18245 from masterleinad/fix_more_clang_tidy_complaints
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

3 weeks agoposix_memalign is defined in stdlib.h. 18244/head
Marc Fehling [Thu, 13 Mar 2025 11:17:43 +0000 (12:17 +0100)]
posix_memalign is defined in stdlib.h.

3 weeks agoFix clang-tidy complains 18245/head
Daniel Arndt [Thu, 13 Mar 2025 15:27:07 +0000 (11:27 -0400)]
Fix clang-tidy complains

3 weeks agoMerge pull request #18238 from bangerth/std
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::.

3 weeks agoMerge pull request #18241 from marcfehling/docker-test
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.

3 weeks agoUse all jobs to build. 18241/head
Marc Fehling [Wed, 12 Mar 2025 13:17:57 +0000 (14:17 +0100)]
Use all jobs to build.

3 weeks agoMerge pull request #18236 from bangerth/strtox
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.

3 weeks agoMerge pull request #18239 from bangerth/anonymous
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.

3 weeks agoMerge pull request #18240 from bangerth/types
Martin Kronbichler [Thu, 13 Mar 2025 07:20:42 +0000 (08:20 +0100)]
Merge pull request #18240 from bangerth/types

Simplify some type construct.

3 weeks agoMerge pull request #18237 from bangerth/std-headers
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.

3 weeks agoSimplify some type construct. 18240/head
Wolfgang Bangerth [Thu, 13 Mar 2025 00:53:22 +0000 (18:53 -0600)]
Simplify some type construct.

3 weeks agoAdd necessary std header files. 18237/head
Wolfgang Bangerth [Thu, 13 Mar 2025 00:09:45 +0000 (18:09 -0600)]
Add necessary std header files.

3 weeks agoQualify more things with std::. 18238/head
Wolfgang Bangerth [Tue, 11 Mar 2025 13:51:48 +0000 (07:51 -0600)]
Qualify more things with std::.

3 weeks agoDo not use anonymous namespaces in header files. 18239/head
Wolfgang Bangerth [Wed, 12 Mar 2025 05:28:00 +0000 (23:28 -0600)]
Do not use anonymous namespaces in header files.

3 weeks agoImplement conversion from string to double/int in a different way. 18236/head
Wolfgang Bangerth [Wed, 12 Mar 2025 20:01:55 +0000 (14:01 -0600)]
Implement conversion from string to double/int in a different way.

3 weeks agoMerge pull request #18234 from bangerth/include
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.

3 weeks agoMerge pull request #18233 from bangerth/errno-2
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.

3 weeks agoRevert "Use C++ facilities to convert numbers."
Wolfgang Bangerth [Wed, 12 Mar 2025 17:58:19 +0000 (11:58 -0600)]
Revert "Use C++ facilities to convert numbers."

This reverts commit 182ad380cb6b7cdd3a2a70cf9676d247957f3813.

3 weeks agoRevert "Work around compiler trouble."
Wolfgang Bangerth [Wed, 12 Mar 2025 17:58:13 +0000 (11:58 -0600)]
Revert "Work around compiler trouble."

This reverts commit eee55917d04c812aa5b88bdd8ad071f96f0eb758.

3 weeks agoAdd a necessary header include. 18234/head
Wolfgang Bangerth [Tue, 11 Mar 2025 14:59:26 +0000 (08:59 -0600)]
Add a necessary header include.

3 weeks agoRemove a header include that is no longer needed. 18233/head
Wolfgang Bangerth [Tue, 11 Mar 2025 15:00:51 +0000 (09:00 -0600)]
Remove a header include that is no longer needed.

3 weeks agoMerge pull request #18172 from marcfehling/docker-arm64
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.

3 weeks agoMerge pull request #18229 from bangerth/errno
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.

3 weeks agoMerge pull request #18231 from bangerth/anonynous
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.

3 weeks agoMerge pull request #18230 from bangerth/specialization
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.

3 weeks agoDo not use anonymous namespaces in header files. 18231/head
Wolfgang Bangerth [Wed, 12 Mar 2025 05:15:52 +0000 (23:15 -0600)]
Do not use anonymous namespaces in header files.

3 weeks agoUse 'if constexpr' to avoid many explicit specializations. 18230/head
Wolfgang Bangerth [Wed, 12 Mar 2025 03:58:43 +0000 (21:58 -0600)]
Use 'if constexpr' to avoid many explicit specializations.

3 weeks agoWork around compiler trouble. 18229/head
Wolfgang Bangerth [Tue, 11 Mar 2025 23:15:02 +0000 (17:15 -0600)]
Work around compiler trouble.

3 weeks agoUse C++ facilities to convert numbers.
Wolfgang Bangerth [Tue, 11 Mar 2025 17:08:02 +0000 (11:08 -0600)]
Use C++ facilities to convert numbers.

3 weeks agoMerge pull request #18187 from drwells/redo-orientation-module
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.

3 weeks agoClean up and expand the orientation module. 18187/head
David Wells [Sun, 2 Mar 2025 22:56:40 +0000 (17:56 -0500)]
Clean up and expand the orientation module.

Part of #14667.

3 weeks agoMerge pull request #18215 from bangerth/mpi
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.

3 weeks agoMerge pull request #18224 from bangerth/anonymous
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.

3 weeks agoMerge pull request #18227 from tjhei/cmaeke-tpetra-warning-format
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

3 weeks agocmake: fix warning formatting for tpetra 18227/head
Timo Heister [Tue, 11 Mar 2025 13:33:06 +0000 (09:33 -0400)]
cmake: fix warning formatting for tpetra

3 weeks agoDo not include <mpi.h> from config.h. 18215/head
Wolfgang Bangerth [Mon, 10 Mar 2025 16:38:54 +0000 (10:38 -0600)]
Do not include <mpi.h> from config.h.

3 weeks agoDon't include mpi.h directly.
Wolfgang Bangerth [Tue, 11 Mar 2025 03:39:52 +0000 (21:39 -0600)]
Don't include mpi.h directly.

3 weeks agoDisable warnings coming from mpi.h.
Wolfgang Bangerth [Mon, 10 Mar 2025 16:58:21 +0000 (10:58 -0600)]
Disable warnings coming from mpi.h.

3 weeks agoMerge pull request #18225 from bangerth/_v
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.

3 weeks agoMerge pull request #18221 from bangerth/includes
Martin Kronbichler [Tue, 11 Mar 2025 07:02:28 +0000 (08:02 +0100)]
Merge pull request #18221 from bangerth/includes

Add missing #includes.

3 weeks agoMerge pull request #18222 from bangerth/std
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 ::.

3 weeks agoMerge pull request #18223 from bangerth/static
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.

3 weeks agoDo not use 'static' functions in header files. 18223/head
Wolfgang Bangerth [Mon, 10 Mar 2025 23:53:00 +0000 (17:53 -0600)]
Do not use 'static' functions in header files.

3 weeks agoUse functions/types from std:: instead of ::. 18222/head
Wolfgang Bangerth [Tue, 11 Mar 2025 00:35:46 +0000 (18:35 -0600)]
Use functions/types from std:: instead of ::.

3 weeks agoAdd missing #includes. 18221/head
Wolfgang Bangerth [Tue, 11 Mar 2025 00:36:49 +0000 (18:36 -0600)]
Add missing #includes.

3 weeks agoUse _v variables instead of ...::value. 18225/head
Wolfgang Bangerth [Tue, 11 Mar 2025 00:37:18 +0000 (18:37 -0600)]
Use _v variables instead of ...::value.

3 weeks agoDo not use anonymous namespaces in header files. 18224/head
Wolfgang Bangerth [Tue, 11 Mar 2025 03:27:41 +0000 (21:27 -0600)]
Do not use anonymous namespaces in header files.

3 weeks agoMerge pull request #18218 from bangerth/kokkos-version
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.

3 weeks agoFix the name of variable reporting the Kokkos version. 18218/head
Wolfgang Bangerth [Mon, 10 Mar 2025 21:28:33 +0000 (15:28 -0600)]
Fix the name of variable reporting the Kokkos version.

3 weeks agoMerge pull request #18216 from bangerth/include
Timo Heister [Mon, 10 Mar 2025 20:08:48 +0000 (16:08 -0400)]
Merge pull request #18216 from bangerth/include

Move an #include statement.

3 weeks agoMove an #include statement. 18216/head
Wolfgang Bangerth [Mon, 10 Mar 2025 16:52:35 +0000 (10:52 -0600)]
Move an #include statement.

3 weeks agoMerge pull request #18214 from drwells/test-compilation-werror
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.

3 weeks agoMake a test compile with -Werror. 18214/head
David Wells [Mon, 10 Mar 2025 13:48:19 +0000 (09:48 -0400)]
Make a test compile with -Werror.

3 weeks agoMerge pull request #18212 from drwells/remove-hardcoded-orientations-2
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

3 weeks agoMerge pull request #18211 from drwells/remove-hardcoded-default-orientations
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.

3 weeks agoFE_PolyTensor: don't assume the default line orientation is 1. 18212/head
David Wells [Sun, 9 Mar 2025 17:01:34 +0000 (13:01 -0400)]
FE_PolyTensor: don't assume the default line orientation is 1.

3 weeks agoTriangulation: 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.

3 weeks agoMerge pull request #18207 from tjhei/local-sparsity-test
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

3 weeks agoUn-hardcode some default orientation values. 18211/head
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.

3 weeks agoMerge pull request #18195 from tjhei/fe_system_prolong_hang_fix
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

3 weeks agoimprove Q_iso_Q1 test 18207/head
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

3 weeks agoMerge pull request #18204 from bangerth/constexpr
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'.

3 weeks agoMerge pull request #18196 from drwells/qprojector-docs
Martin Kronbichler [Fri, 7 Mar 2025 23:09:19 +0000 (00:09 +0100)]
Merge pull request #18196 from drwells/qprojector-docs

QProjector: overhaul documentation.

3 weeks agoMerge pull request #18198 from tjhei/iso-q1-custom-points-local-sp
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

3 weeks agoMerge pull request #18203 from masterleinad/fix_team_vector_range
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

3 weeks agoConvert a couple places into 'if constexpr'. 18204/head
Wolfgang Bangerth [Sun, 2 Mar 2025 20:49:05 +0000 (13:49 -0700)]
Convert a couple places into 'if constexpr'.

3 weeks agoOnly use TeamVectorRange from Kokkos 2.9.00 on 18203/head
Daniel Arndt [Fri, 7 Mar 2025 15:10:20 +0000 (09:10 -0600)]
Only use TeamVectorRange from Kokkos 2.9.00 on

3 weeks agoMerge pull request #18202 from marcfehling/enable_mold
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.

3 weeks agoEnable mold again. 18202/head
Marc Fehling [Fri, 7 Mar 2025 13:32:19 +0000 (14:32 +0100)]
Enable mold again.

This reverts commit 1bd9e88638cbdfedb353a5f2623629fea795f1fe of #18194.

4 weeks agoMerge pull request #18200 from bangerth/58
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.

4 weeks agodo not launch taskflow tasks from inside tasks 18195/head
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

4 weeks agoQProjector: overhaul documentation. 18196/head
David Wells [Wed, 5 Mar 2025 22:31:38 +0000 (17:31 -0500)]
QProjector: overhaul documentation.

4 weeks agoLeave a note with step-58. 18200/head
Wolfgang Bangerth [Thu, 6 Mar 2025 20:02:58 +0000 (13:02 -0700)]
Leave a note with step-58.

4 weeks agoMerge pull request #18194 from masterleinad/fix_docker_mold
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

4 weeks agoMerge pull request #18197 from tjhei/dox-full-width
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

4 weeks agofix local sparsity for Q_iso_Q1 18198/head
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.

4 weeks agodoxygen: use full page width 18197/head
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.

4 weeks agoMerge pull request #18098 from mwichro/master
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.

4 weeks agoMerge pull request #18124 from YiminJin/matrix-free-kokkos
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

4 weeks agoExplicitly disable mold in failing builds using Docker containers 18194/head
Daniel Arndt [Wed, 5 Mar 2025 13:21:42 +0000 (07:21 -0600)]
Explicitly disable mold in failing builds using Docker containers

4 weeks agoMerge pull request #18175 from peterrum/fe_face_evaluation_fe_dgp
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

4 weeks agoUse a functor 18124/head
Daniel Arndt [Wed, 5 Mar 2025 03:51:20 +0000 (03:51 +0000)]
Use a functor

4 weeks agoMerge pull request #18189 from tjhei/warn-debug-mode-opencascade
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

4 weeks agofix warning in Assert macro 18189/head
Timo Heister [Mon, 3 Mar 2025 21:44:00 +0000 (16:44 -0500)]
fix warning in Assert macro

4 weeks agoMerge pull request #18188 from masterleinad/fix_assert_warnings
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

4 weeks agoFEFaceEvaluation: enable FE_DGP 18175/head
Peter Munch [Fri, 28 Feb 2025 08:27:07 +0000 (09:27 +0100)]
FEFaceEvaluation: enable FE_DGP

4 weeks agoAssert: Avoid warnings about unused variables before C++20 18188/head
Daniel Arndt [Mon, 3 Mar 2025 16:11:08 +0000 (10:11 -0600)]
Assert: Avoid warnings about unused variables before C++20

4 weeks agoMerge pull request #18158 from chaos-polymtl/parsed_function_default_expression
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

4 weeks agoMerge pull request #18186 from drwells/geometry-header-simplex-update
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.

4 weeks agoMerge pull request #18176 from marcfehling/update-precommit
Wolfgang Bangerth [Sun, 2 Mar 2025 17:18:48 +0000 (10:18 -0700)]
Merge pull request #18176 from marcfehling/update-precommit

Update pre-commit.

4 weeks agoUpdate some documentation to reference ReferenceCell. 18186/head
David Wells [Sun, 2 Mar 2025 15:17:28 +0000 (10:17 -0500)]
Update some documentation to reference ReferenceCell.

4 weeks agoMerge pull request #18180 from bangerth/header
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.