]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
2 months agoDerivative instead of gradient 17288/head
Maximilian Bergbauer [Thu, 18 Jul 2024 12:54:13 +0000 (14:54 +0200)]
Derivative instead of gradient

2 months agoImplement normal_derivative for FEPointEvaluation
Maximilian Bergbauer [Thu, 18 Jul 2024 11:08:53 +0000 (13:08 +0200)]
Implement normal_derivative for FEPointEvaluation

2 months agoMerge pull request #17262 from bangerth/19-2
Marc Fehling [Tue, 16 Jul 2024 10:42:13 +0000 (12:42 +0200)]
Merge pull request #17262 from bangerth/19-2

Make a 'Mapping' object 'const'.

2 months agoMerge pull request #17261 from bangerth/19-1
David Wells [Mon, 15 Jul 2024 19:08:03 +0000 (15:08 -0400)]
Merge pull request #17261 from bangerth/19-1

Remove an unnecessary 'typename' in step-19.

2 months agoMerge pull request #17255 from bangerth/doc
David Wells [Mon, 15 Jul 2024 15:11:21 +0000 (11:11 -0400)]
Merge pull request #17255 from bangerth/doc

Updates to the LogStream documentation.

2 months agoMerge pull request #17258 from bangerth/29
David Wells [Mon, 15 Jul 2024 15:10:41 +0000 (11:10 -0400)]
Merge pull request #17258 from bangerth/29

step-29 no longer uses deallog. Update output in results.dox accordingly.

2 months agoMerge pull request #17259 from marcfehling/windows-export
Matthias Maier [Mon, 15 Jul 2024 12:27:19 +0000 (12:27 +0000)]
Merge pull request #17259 from marcfehling/windows-export

CMake: Explain why we disable dynamic linking on Windows.

2 months agoMerge pull request #17257 from jpthiele/tpetra-types-bugfix
Timo Heister [Fri, 12 Jul 2024 01:09:09 +0000 (02:09 +0100)]
Merge pull request #17257 from jpthiele/tpetra-types-bugfix

Fix Tpetra types for older Trilinos

2 months agoMerge pull request #17245 from vyushut/CTest_step_seventies
Timo Heister [Thu, 11 Jul 2024 21:06:15 +0000 (22:06 +0100)]
Merge pull request #17245 from vyushut/CTest_step_seventies

testing step-70 to step-79

2 months agoMerge pull request #17165 from vyushut/CTest_step_fourties
Martin Kronbichler [Thu, 11 Jul 2024 19:17:58 +0000 (21:17 +0200)]
Merge pull request #17165 from vyushut/CTest_step_fourties

testing of step-40 to step-49

2 months agoMake a 'Mapping' object 'const'. 17262/head
Wolfgang Bangerth [Thu, 11 Jul 2024 17:38:35 +0000 (11:38 -0600)]
Make a 'Mapping' object 'const'.

2 months agoRemove an unnecessary 'typename'. 17261/head
Wolfgang Bangerth [Thu, 11 Jul 2024 17:38:00 +0000 (11:38 -0600)]
Remove an unnecessary 'typename'.

2 months agoMerge pull request #17252 from pcafrica/discretetime_serialize
Wolfgang Bangerth [Thu, 11 Jul 2024 17:37:08 +0000 (11:37 -0600)]
Merge pull request #17252 from pcafrica/discretetime_serialize

Add DiscreteTime::serialize() and DiscreteTime::memory_consumption()

2 months agoCMake: Explain why we disable dynamic linking on Windows. 17259/head
Marc Fehling [Thu, 11 Jul 2024 16:36:49 +0000 (18:36 +0200)]
CMake: Explain why we disable dynamic linking on Windows.

2 months agostep-29 no longer uses deallog. Update output in results.dox. 17258/head
Wolfgang Bangerth [Thu, 11 Jul 2024 16:23:32 +0000 (10:23 -0600)]
step-29 no longer uses deallog. Update output in results.dox.

2 months agoMerge pull request #17254 from kronbichler/fix_step87
Martin Kronbichler [Thu, 11 Jul 2024 14:56:26 +0000 (16:56 +0200)]
Merge pull request #17254 from kronbichler/fix_step87

step-87: Clear ghost values in a vector

2 months agoFix Tpetra types for older Trilinos 17257/head
Jan Philipp Thiele [Thu, 11 Jul 2024 13:54:16 +0000 (15:54 +0200)]
Fix Tpetra types for older Trilinos

2 months agoMerge pull request #17243 from gassmoeller/docker-build-ghcr
Bruno Turcksin [Thu, 11 Jul 2024 14:36:24 +0000 (10:36 -0400)]
Merge pull request #17243 from gassmoeller/docker-build-ghcr

Build docker image for ghcr first, then push to Dockerhub

2 months agoAdd DiscreteTime::serialize() and DiscreteTime::memory_consumption() 17252/head
Pasquale Africa [Thu, 11 Jul 2024 07:03:08 +0000 (09:03 +0200)]
Add DiscreteTime::serialize() and DiscreteTime::memory_consumption()

2 months agoUpdates to the LogStream documentation. 17255/head
Wolfgang Bangerth [Thu, 11 Jul 2024 13:21:51 +0000 (07:21 -0600)]
Updates to the LogStream documentation.

2 months agoClear ghost values in a vector 17254/head
Martin Kronbichler [Thu, 11 Jul 2024 11:42:08 +0000 (13:42 +0200)]
Clear ghost values in a vector

2 months agoMerge pull request #17225 from tjhei/fix-tests-nonlinear-solver-mpi
Martin Kronbichler [Thu, 11 Jul 2024 11:33:35 +0000 (13:33 +0200)]
Merge pull request #17225 from tjhei/fix-tests-nonlinear-solver-mpi

fix tests/numerics/nonlinear_solver_selector_01

2 months agoMerge pull request #17242 from marcfehling/fix-warning-step-63
Martin Kronbichler [Thu, 11 Jul 2024 06:51:24 +0000 (08:51 +0200)]
Merge pull request #17242 from marcfehling/fix-warning-step-63

Fix MSVC warning in step-63.

2 months agoMerge pull request #17222 from jpthiele/tpetra-types
Wolfgang Bangerth [Wed, 10 Jul 2024 19:55:23 +0000 (13:55 -0600)]
Merge pull request #17222 from jpthiele/tpetra-types

Rework and restructure type definitions of TpetraWrappers classes

2 months agostep-71 is omitted for now. step-73 does not exist. 17245/head
Vladimir Yushutin [Wed, 10 Jul 2024 16:50:13 +0000 (12:50 -0400)]
step-71 is omitted for now. step-73 does not exist.

2 months agoMerge pull request #17241 from kronbichler/fix_step_66
Wolfgang Bangerth [Wed, 10 Jul 2024 17:09:31 +0000 (11:09 -0600)]
Merge pull request #17241 from kronbichler/fix_step_66

Fix ghost update for step-66

2 months agoFix MSVC warning in step-63. 17242/head
Marc Fehling [Wed, 10 Jul 2024 16:18:40 +0000 (18:18 +0200)]
Fix MSVC warning in step-63.

2 months agoPush to ghcr.io first 17243/head
Rene Gassmoeller [Wed, 10 Jul 2024 12:44:05 +0000 (14:44 +0200)]
Push to ghcr.io first

2 months agoFix digest download
Rene Gassmoeller [Mon, 8 Jul 2024 14:03:03 +0000 (16:03 +0200)]
Fix digest download

2 months agoFix ghost update for step-66 17241/head
Martin Kronbichler [Wed, 10 Jul 2024 12:15:03 +0000 (14:15 +0200)]
Fix ghost update for step-66

2 months agoMerge pull request #17231 from labdala/add_instatiation_to_dof_renumbering
Marc Fehling [Wed, 10 Jul 2024 11:28:24 +0000 (13:28 +0200)]
Merge pull request #17231 from labdala/add_instatiation_to_dof_renumbering

Add instantiations to dof_renumbering.inst.in

2 months agoMerge pull request #17240 from bangerth/ida
Marc Fehling [Wed, 10 Jul 2024 11:27:12 +0000 (13:27 +0200)]
Merge pull request #17240 from bangerth/ida

Leave another comment in the documentation of SUNDIALS::IDA.

2 months agoMerge pull request #17235 from bangerth/petsc-ts-doc
Marc Fehling [Wed, 10 Jul 2024 11:26:50 +0000 (13:26 +0200)]
Merge pull request #17235 from bangerth/petsc-ts-doc

Augment the documentation of some PETScWrapper::TimeStepper callbacks.

2 months agoRework and restructure type definitions of TpetraWrappers classes 17222/head
Jan Philipp Thiele [Mon, 8 Jul 2024 08:58:02 +0000 (10:58 +0200)]
Rework and restructure type definitions of TpetraWrappers classes

2 months agoLeave another comment in the documentation of SUNDIALS::IDA. 17240/head
Wolfgang Bangerth [Tue, 9 Jul 2024 22:19:10 +0000 (16:19 -0600)]
Leave another comment in the documentation of SUNDIALS::IDA.

2 months agoMerge pull request #17234 from bangerth/petsc-ts-compat
David Wells [Wed, 10 Jul 2024 03:20:40 +0000 (23:20 -0400)]
Merge pull request #17234 from bangerth/petsc-ts-compat

Add a test that checks backward compatibility.

2 months agoMerge pull request #17237 from masterleinad/fix_doxygen_warnings
Wolfgang Bangerth [Wed, 10 Jul 2024 03:12:52 +0000 (21:12 -0600)]
Merge pull request #17237 from masterleinad/fix_doxygen_warnings

Fix doxygen warnings

2 months agoMerge pull request #17238 from kronbichler/fix_warning6
David Wells [Wed, 10 Jul 2024 03:06:25 +0000 (23:06 -0400)]
Merge pull request #17238 from kronbichler/fix_warning6

AffineConstraints: Fix compile warning in new code

2 months agoMerge pull request #17239 from bangerth/prm
David Wells [Wed, 10 Jul 2024 03:06:11 +0000 (23:06 -0400)]
Merge pull request #17239 from bangerth/prm

Provide a better error message.

2 months agoProvide a better error message. 17239/head
Wolfgang Bangerth [Tue, 9 Jul 2024 21:18:56 +0000 (15:18 -0600)]
Provide a better error message.

2 months agoFix doxygen warnings 17237/head
Daniel Arndt [Tue, 9 Jul 2024 17:45:48 +0000 (13:45 -0400)]
Fix doxygen warnings

2 months agoAffineConstraints: Fix compile warning in new code 17238/head
Martin Kronbichler [Tue, 9 Jul 2024 19:00:49 +0000 (21:00 +0200)]
AffineConstraints: Fix compile warning in new code

2 months agofix tests/numerics/nonlinear_solver_selector_01 17225/head
Timo Heister [Mon, 8 Jul 2024 12:14:46 +0000 (08:14 -0400)]
fix tests/numerics/nonlinear_solver_selector_01

we should initialize MPI before make calls into sundials, otherwise we
might get runtime errors:

https://cdash.dealii.org/test/1390077

2 months agoAdd instantiations to dof_renumbering.inst.in 17231/head
Laryssa Abdala [Tue, 9 Jul 2024 14:54:31 +0000 (10:54 -0400)]
Add instantiations to dof_renumbering.inst.in

2 months agoAugment the documentation of some PETScWrapper::TimeStepper callbacks. 17235/head
Wolfgang Bangerth [Tue, 9 Jul 2024 17:06:28 +0000 (11:06 -0600)]
Augment the documentation of some PETScWrapper::TimeStepper callbacks.

2 months agoAdd a test that checks backward compatibility. 17234/head
Wolfgang Bangerth [Tue, 9 Jul 2024 16:57:36 +0000 (10:57 -0600)]
Add a test that checks backward compatibility.

2 months agoMerge pull request #14905 from bergbauer/consistent_constraints_in_parallel
Peter Munch [Tue, 9 Jul 2024 16:55:48 +0000 (18:55 +0200)]
Merge pull request #14905 from bergbauer/consistent_constraints_in_parallel

Add consistent strategy to merge constraints in parallel

2 months agoAdd consistent strategy to merge constraints in parallel 14905/head
Maximilian Bergbauer [Thu, 16 Mar 2023 16:56:39 +0000 (17:56 +0100)]
Add consistent strategy to merge constraints in parallel

2 months agoMerge pull request #17230 from dominiktassilostill/const_matrix_free_utils
Marc Fehling [Tue, 9 Jul 2024 13:11:25 +0000 (15:11 +0200)]
Merge pull request #17230 from dominiktassilostill/const_matrix_free_utils

Make `fe` `const` in `matrix_free/util.h`

2 months agoMake fe constant 17230/head
Dominik Still [Tue, 9 Jul 2024 08:10:31 +0000 (10:10 +0200)]
Make fe constant

2 months agoMerge pull request #17229 from drwells/fix-rwv-copy
Martin Kronbichler [Tue, 9 Jul 2024 07:18:32 +0000 (09:18 +0200)]
Merge pull request #17229 from drwells/fix-rwv-copy

ReadWriteVector: correctly copy an index set with no elements.

2 months agoMerge pull request #17228 from bangerth/deprecate
David Wells [Mon, 8 Jul 2024 22:36:26 +0000 (18:36 -0400)]
Merge pull request #17228 from bangerth/deprecate

Add missing deprecation.

2 months agoReadWriteVector: correctly copy an index set with no elements. 17229/head
David Wells [Mon, 8 Jul 2024 21:32:10 +0000 (17:32 -0400)]
ReadWriteVector: correctly copy an index set with no elements.

2 months agoMerge pull request #17227 from masterleinad/update_copyright_years
Wolfgang Bangerth [Mon, 8 Jul 2024 18:58:17 +0000 (12:58 -0600)]
Merge pull request #17227 from masterleinad/update_copyright_years

Update copyright years

2 months agoMerge pull request #17211 from tjhei/test-feiv-stokes-simplex
Wolfgang Bangerth [Mon, 8 Jul 2024 18:13:01 +0000 (12:13 -0600)]
Merge pull request #17211 from tjhei/test-feiv-stokes-simplex

add tests/feinterface/stokes_simplex

2 months agoAdd missing deprecation. 17228/head
Wolfgang Bangerth [Mon, 8 Jul 2024 18:05:48 +0000 (12:05 -0600)]
Add missing deprecation.

2 months agoUpdate copyright years 17227/head
Daniel Arndt [Mon, 8 Jul 2024 16:59:36 +0000 (12:59 -0400)]
Update copyright years

2 months agoMerge pull request #17223 from tjhei/fix-tests-step-40
Matthias Maier [Mon, 8 Jul 2024 16:28:57 +0000 (16:28 +0000)]
Merge pull request #17223 from tjhei/fix-tests-step-40

fix tests/examples/step-40

2 months agoMerge pull request #17224 from tjhei/fix-tests-sundials-kinsol08-warning
Matthias Maier [Mon, 8 Jul 2024 16:28:32 +0000 (16:28 +0000)]
Merge pull request #17224 from tjhei/fix-tests-sundials-kinsol08-warning

fix tests/sundials/kinsol_08 warning

2 months agoMerge pull request #17226 from tjhei/fix-tests-sundials-nvector
Matthias Maier [Mon, 8 Jul 2024 16:27:58 +0000 (16:27 +0000)]
Merge pull request #17226 from tjhei/fix-tests-sundials-nvector

fix tests/sundial/n_vector.cc for sundials 7

2 months agofix tests/sundial/n_vector.cc for sundials 7 17226/head
Timo Heister [Mon, 8 Jul 2024 12:24:21 +0000 (08:24 -0400)]
fix tests/sundial/n_vector.cc for sundials 7

it turns out the API made incompatible changes

see https://cdash.dealii.org/test/1377355

2 months agofix tests/sundials/kinsol_08 warning 17224/head
Timo Heister [Mon, 8 Jul 2024 12:10:48 +0000 (08:10 -0400)]
fix tests/sundials/kinsol_08 warning

I don't quite know why clang 18 complains
/srv/temp/testsuite-rKmw5ZRc/dealii/tests/sundials/kinsol_08.cc:67:27:
warning: lambda capture 'N' is not required to be captured for this use
[-Wunused-lambda-capture]
   67 |   kinsol.reinit_vector = [N](VectorType &v) { v.reinit(N); };
but this fixes it

2 months agofix tests/examples/step-40 17223/head
Timo Heister [Mon, 8 Jul 2024 11:57:16 +0000 (07:57 -0400)]
fix tests/examples/step-40

try again fixing the alternative output for tests/examples/step-40.cc

2 months agoMerge pull request #17220 from tamiko/fix_compilation
Timo Heister [Sun, 7 Jul 2024 08:20:59 +0000 (09:20 +0100)]
Merge pull request #17220 from tamiko/fix_compilation

fix compilation by putting back std::move()

2 months agoMerge pull request #17221 from tamiko/fix_checksum
Martin Kronbichler [Sun, 7 Jul 2024 07:30:19 +0000 (09:30 +0200)]
Merge pull request #17221 from tamiko/fix_checksum

distributed::Triangulation: broadcast p4est checksum over all ranks

2 months agotests mpi/p4est_save* update test output for p4est checksum change 17221/head
Matthias Maier [Sun, 7 Jul 2024 04:05:48 +0000 (23:05 -0500)]
tests mpi/p4est_save* update test output for p4est checksum change

2 months agotests: mpi/p4est_2d/3d* update test output for p4est checksum change
Matthias Maier [Sun, 7 Jul 2024 03:59:45 +0000 (22:59 -0500)]
tests: mpi/p4est_2d/3d*  update test output for p4est checksum change

2 months agotests: mpi/codim* update test output for p4est checksum change
Matthias Maier [Sun, 7 Jul 2024 03:54:38 +0000 (22:54 -0500)]
tests: mpi/codim* update test output for p4est checksum change

2 months agotests: mpi/attach_data* update test output for p4est checksum change
Matthias Maier [Sat, 6 Jul 2024 00:41:23 +0000 (19:41 -0500)]
tests: mpi/attach_data* update test output for p4est checksum change

2 months agotests: mappings/* update test output for p4est checksum change
Matthias Maier [Fri, 5 Jul 2024 23:18:26 +0000 (18:18 -0500)]
tests: mappings/* update test output for p4est checksum change

2 months agodistributed::Triangulation: broadcast proper p4est checksum over all ranks
Matthias Maier [Fri, 5 Jul 2024 23:02:20 +0000 (18:02 -0500)]
distributed::Triangulation: broadcast proper p4est checksum over all ranks

2 months agoMerge pull request #17214 from drwells/nodal-quadrature
Matthias Maier [Sun, 7 Jul 2024 04:14:57 +0000 (04:14 +0000)]
Merge pull request #17214 from drwells/nodal-quadrature

Add FETools::compute_nodal_quadrature().

2 months agofix compilation by putting back std::move() 17220/head
Matthias Maier [Sun, 7 Jul 2024 03:48:22 +0000 (22:48 -0500)]
fix compilation by putting back std::move()

2 months agoMerge pull request #17205 from dominiktassilostill/SimplexGaussLobattoDummyQuadrature
Peter Munch [Sat, 6 Jul 2024 20:12:19 +0000 (22:12 +0200)]
Merge pull request #17205 from dominiktassilostill/SimplexGaussLobattoDummyQuadrature

Add QSupportPointsSimplex

2 months agoMerge pull request #17187 from drwells/cylindrical-manifold-public-data
Martin Kronbichler [Sat, 6 Jul 2024 19:19:40 +0000 (21:19 +0200)]
Merge pull request #17187 from drwells/cylindrical-manifold-public-data

Add accessor functions for essential geometric properties of the Manifold classes.

2 months agothe vtk's are output now 17165/head
Vladimir Yushutin [Fri, 5 Jul 2024 18:47:22 +0000 (14:47 -0400)]
the vtk's are output now

2 months agoSphericalManifold: deprecate the public center member. 17187/head
David Wells [Sat, 6 Jul 2024 14:15:06 +0000 (10:15 -0400)]
SphericalManifold: deprecate the public center member.

2 months agoPolarManifold: deprecate the public center member.
David Wells [Sat, 6 Jul 2024 14:10:58 +0000 (10:10 -0400)]
PolarManifold: deprecate the public center member.

2 months agoManifold: add accessors for all Manifold ctor arguments.
David Wells [Sat, 6 Jul 2024 13:32:31 +0000 (09:32 -0400)]
Manifold: add accessors for all Manifold ctor arguments.

This makes it easier to manipulate Manifolds after they are constructed, e.g.,
by applying a translation.

2 months agoTorusManifold: rename R and r to centerline_radius and inner_radius.
David Wells [Sat, 6 Jul 2024 13:28:33 +0000 (09:28 -0400)]
TorusManifold: rename R and r to centerline_radius and inner_radius.

These names are self-describing.

2 months agoAdd FETools::compute_nodal_quadrature(). 17214/head
David Wells [Fri, 5 Jul 2024 18:09:44 +0000 (14:09 -0400)]
Add FETools::compute_nodal_quadrature().

2 months agoMerge pull request #17217 from tamiko/fix_cmake
David Wells [Sat, 6 Jul 2024 12:39:32 +0000 (08:39 -0400)]
Merge pull request #17217 from tamiko/fix_cmake

CMake: fix release/debug only configure with CMake 3.30

2 months agoMerge pull request #17215 from tamiko/do_not_use_valgrind
David Wells [Sat, 6 Jul 2024 12:38:35 +0000 (08:38 -0400)]
Merge pull request #17215 from tamiko/do_not_use_valgrind

CMake: Bugfix: only set up valgrind wrapper when needed

2 months agoCMake: fix "Release" and "Debug" only configure for CMake 3.30 17217/head
Matthias Maier [Fri, 5 Jul 2024 22:52:04 +0000 (17:52 -0500)]
CMake: fix "Release" and "Debug" only configure for CMake 3.30

Beginning with version 3.30 CMake makes it an error to specify a
nonexistent target in a call to target_link_libraries() even if that
target is never used internally and only part of the exported interface.
This is a problem as we want to add configuration dependent targets with
a generator expression that are later exported:

  $<$<CONFIG:Release>:dealii::dealii_release> (...)

Note that we cannot simply use $<$<CONFIG:Release>:dealii_release> as
CMake then does not complete "dealii_release" to "dealii::dealii_release"
upon target export...

As a workaround we create alias targets with the "dealii::" namespace,
which makes the call to target_link_libraries() succeed.

2 months agoCMake: Bugfix: only set up valgrind wrapper when needed 17215/head
Matthias Maier [Fri, 5 Jul 2024 19:31:39 +0000 (14:31 -0500)]
CMake: Bugfix: only set up valgrind wrapper when needed

2 months agoMerge pull request #17208 from masterleinad/fix_cppcheck
Matthias Maier [Fri, 5 Jul 2024 17:53:11 +0000 (17:53 +0000)]
Merge pull request #17208 from masterleinad/fix_cppcheck

Fix CppCheck complaints

2 months agoMerge pull request #17207 from masterleinad/fix_clang_tidy_findings
Matthias Maier [Fri, 5 Jul 2024 17:52:36 +0000 (17:52 +0000)]
Merge pull request #17207 from masterleinad/fix_clang_tidy_findings

Fix clang-tidy findings

2 months agoMerge pull request #17212 from masterleinad/fix_kokkos_abort_noreturn_warning
Matthias Maier [Fri, 5 Jul 2024 17:51:59 +0000 (17:51 +0000)]
Merge pull request #17212 from masterleinad/fix_kokkos_abort_noreturn_warning

Fix deal_II_exceptions::internal::abort [[noexcept]] attribute for old Kokkos

2 months agoFix deal_II_exceptions::internal::abort [[noexcept]] attribute for old Kokkos 17212/head
Daniel Arndt [Fri, 5 Jul 2024 14:59:24 +0000 (10:59 -0400)]
Fix deal_II_exceptions::internal::abort [[noexcept]] attribute for old Kokkos

2 months agoMerge pull request #17206 from marcfehling/codespell
Daniel Arndt [Fri, 5 Jul 2024 14:31:21 +0000 (10:31 -0400)]
Merge pull request #17206 from marcfehling/codespell

Run codespell.

2 months agoMerge pull request #17198 from drwells/user-pointer-docs
Martin Kronbichler [Fri, 5 Jul 2024 13:08:56 +0000 (15:08 +0200)]
Merge pull request #17198 from drwells/user-pointer-docs

Clean up some documentation for user pointers.

2 months agoResotore ad_number_traits.h 17207/head
Daniel Arndt [Fri, 5 Jul 2024 00:20:08 +0000 (20:20 -0400)]
Resotore ad_number_traits.h

2 months agoAdd support for integrations on simplex unit support points 17205/head
Dominik Still [Fri, 5 Jul 2024 11:59:44 +0000 (13:59 +0200)]
Add support for integrations on simplex unit support points

2 months agoUpdate Truesdell & Toupin chapter. 17206/head
Marc Fehling [Fri, 5 Jul 2024 11:53:07 +0000 (13:53 +0200)]
Update Truesdell & Toupin chapter.

2 months agoadd tests/feinterface/stokes_simplex 17211/head
Timo Heister [Fri, 5 Jul 2024 10:13:20 +0000 (06:13 -0400)]
add tests/feinterface/stokes_simplex

This is adding a meshworker simplex test for DG Stokes, extracted from
#13868

2 months agoMerge pull request #17199 from gassmoeller/docker-fix-build
Luca Heltai [Fri, 5 Jul 2024 07:28:41 +0000 (09:28 +0200)]
Merge pull request #17199 from gassmoeller/docker-fix-build

2 months agoMerge pull request #17194 from bangerth/petsc-ts-rename-2
Martin Kronbichler [Fri, 5 Jul 2024 06:30:47 +0000 (08:30 +0200)]
Merge pull request #17194 from bangerth/petsc-ts-rename-2

Rename a second callback in PETScWrappers::TimeStepper.

2 months agoMerge pull request #17210 from drwells/generalize-local-to-global-vertex-index
Martin Kronbichler [Fri, 5 Jul 2024 06:12:37 +0000 (08:12 +0200)]
Merge pull request #17210 from drwells/generalize-local-to-global-vertex-index

Make a function work with any Triangulation class.

2 months agoMerge pull request #17203 from tjhei/release-step-reflinks
Daniel Arndt [Fri, 5 Jul 2024 02:41:59 +0000 (22:41 -0400)]
Merge pull request #17203 from tjhei/release-step-reflinks

fix doxygen reflinks

2 months agoRestore comment 17208/head
Daniel Arndt [Fri, 5 Jul 2024 00:13:32 +0000 (20:13 -0400)]
Restore comment


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.