]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
7 days agoAffineConstraints: Improve loop 17699/head
Peter Munch [Thu, 12 Sep 2024 20:16:37 +0000 (22:16 +0200)]
AffineConstraints: Improve loop

7 days agoMerge pull request #17690 from bangerth/parsed-function
David Wells [Thu, 12 Sep 2024 17:31:57 +0000 (13:31 -0400)]
Merge pull request #17690 from bangerth/parsed-function

More tests for ParsedFunction.

7 days agoMerge pull request #17695 from bangerth/clean-ups
Martin Kronbichler [Thu, 12 Sep 2024 12:36:36 +0000 (14:36 +0200)]
Merge pull request #17695 from bangerth/clean-ups

Minor cleanups to AffineConstraints to make code easier to read.

7 days agoMerge pull request #17693 from bangerth/taskflow
Martin Kronbichler [Thu, 12 Sep 2024 12:35:51 +0000 (14:35 +0200)]
Merge pull request #17693 from bangerth/taskflow

Make the semantics of a lambda capture clear.

7 days agoMinor cleanups to AffineConstraints to make code easier to read. 17695/head
Wolfgang Bangerth [Thu, 12 Sep 2024 01:06:04 +0000 (19:06 -0600)]
Minor cleanups to AffineConstraints to make code easier to read.

8 days agoMake the semantics of a lambda capture clear. 17693/head
Wolfgang Bangerth [Wed, 11 Sep 2024 23:31:02 +0000 (17:31 -0600)]
Make the semantics of a lambda capture clear.

8 days agoAdd a test that needs to fail. 17690/head
Wolfgang Bangerth [Wed, 11 Sep 2024 19:48:52 +0000 (13:48 -0600)]
Add a test that needs to fail.

8 days agoAdd a new test for ParsedFunction.
Wolfgang Bangerth [Wed, 11 Sep 2024 19:35:15 +0000 (13:35 -0600)]
Add a new test for ParsedFunction.

8 days agoMerge pull request #17688 from tjhei/sv-test
Daniel Arndt [Wed, 11 Sep 2024 15:21:56 +0000 (11:21 -0400)]
Merge pull request #17688 from tjhei/sv-test

add Scott-Vogelius test

8 days agoMerge pull request #17662 from rgoermer/patch_gridtools_transform
Daniel Arndt [Wed, 11 Sep 2024 15:03:21 +0000 (11:03 -0400)]
Merge pull request #17662 from rgoermer/patch_gridtools_transform

Patched GridTools::transform() to work on anisotropically refined meshes in 3D as well

8 days agoPatched GridTools::transform() to work on anisotropically refined meshes in 3D as... 17662/head
Robin Görmer [Thu, 5 Sep 2024 08:19:56 +0000 (10:19 +0200)]
Patched GridTools::transform() to work on anisotropically refined meshes in 3D as well

9 days agoMerge pull request #17671 from marcfehling/tidy
Marc Fehling [Tue, 10 Sep 2024 14:58:07 +0000 (16:58 +0200)]
Merge pull request #17671 from marcfehling/tidy

Update tidy tester to ubuntu 24.04.

9 days agoadd Scott-Vogelius test 17688/head
Timo Heister [Mon, 9 Sep 2024 20:12:45 +0000 (16:12 -0400)]
add Scott-Vogelius test

9 days agoMerge pull request #17679 from bangerth/smart-pointer-4
Marc Fehling [Tue, 10 Sep 2024 09:22:51 +0000 (11:22 +0200)]
Merge pull request #17679 from bangerth/smart-pointer-4

Ensure SmartPointer gives useful compiler errors for types not derived from Subscriptor.

9 days agoMerge pull request #17687 from drwells/use-more-if-constexpr-3
Marc Fehling [Tue, 10 Sep 2024 09:21:29 +0000 (11:21 +0200)]
Merge pull request #17687 from drwells/use-more-if-constexpr-3

TriaAccessor::face(): consolidate implementations via `if constexpr`.

9 days agoMerge pull request #17686 from bangerth/fix-changelog
Marc Fehling [Tue, 10 Sep 2024 09:21:19 +0000 (11:21 +0200)]
Merge pull request #17686 from bangerth/fix-changelog

Fix a changelog date.

9 days agoMerge pull request #17678 from drwells/fix-codim-2-boundary-ids
Peter Munch [Tue, 10 Sep 2024 06:41:12 +0000 (08:41 +0200)]
Merge pull request #17678 from drwells/fix-codim-2-boundary-ids

Triangulation::get_boundary_ids(): don't return duplicates.

10 days agoMerge pull request #17681 from tjhei/convert_to_simplex_code_review
Timo Heister [Mon, 9 Sep 2024 22:18:23 +0000 (18:18 -0400)]
Merge pull request #17681 from tjhei/convert_to_simplex_code_review

GridGenerator::convert_hypercube_to_simplex_mesh: code cleanup

10 days agoMerge pull request #17677 from bangerth/smart-pointer-3
David Wells [Mon, 9 Sep 2024 20:44:55 +0000 (16:44 -0400)]
Merge pull request #17677 from bangerth/smart-pointer-3

Update documentation of class SmartPointer.

10 days agoTriaAccessor::face(): consolidate implementations via if constexpr. 17687/head
David Wells [Mon, 9 Sep 2024 20:08:38 +0000 (16:08 -0400)]
TriaAccessor::face(): consolidate implementations via if constexpr.

10 days agoTriangulation::get_boundary_ids(): don't return duplicates. 17678/head
David Wells [Fri, 6 Sep 2024 22:52:00 +0000 (18:52 -0400)]
Triangulation::get_boundary_ids(): don't return duplicates.

In 1d we support, in spacedim == 2 and spacedim == 3, more than two boundary
nodes, so we need to remove duplicates from this vector.

10 days agoMerge pull request #17676 from bangerth/smart-pointer-2
Daniel Arndt [Mon, 9 Sep 2024 18:02:13 +0000 (14:02 -0400)]
Merge pull request #17676 from bangerth/smart-pointer-2

Test that one can put a SmartPointer into a std::any object.

10 days agoFix a changelog date. 17686/head
Wolfgang Bangerth [Mon, 9 Sep 2024 17:58:10 +0000 (11:58 -0600)]
Fix a changelog date.

10 days agoGridGenerator::convert_hypercube_to_simplex_mesh: code cleanup 17681/head
Timo Heister [Sat, 7 Sep 2024 01:49:52 +0000 (21:49 -0400)]
GridGenerator::convert_hypercube_to_simplex_mesh: code cleanup

- assert hex mesh
- format comments
- simplify some code

pointed out in the review of #17639

10 days agoMerge pull request #17639 from tjhei/barycenter-refinement
Wolfgang Bangerth [Mon, 9 Sep 2024 17:24:52 +0000 (11:24 -0600)]
Merge pull request #17639 from tjhei/barycenter-refinement

add GridGenerator::alfeld_split_of_simplex_mesh

10 days agoEnsure SmartPointer gives useful compiler errors for types not derived from Subscriptor. 17679/head
Wolfgang Bangerth [Fri, 6 Sep 2024 23:12:58 +0000 (17:12 -0600)]
Ensure SmartPointer gives useful compiler errors for types not derived from Subscriptor.

10 days agoMerge pull request #17685 from dealii/dependabot/github_actions/crate-ci/typos-1...
Marc Fehling [Mon, 9 Sep 2024 12:43:20 +0000 (14:43 +0200)]
Merge pull request #17685 from dealii/dependabot/github_actions/crate-ci/typos-1.24.5

Bump crate-ci/typos from 1.24.3 to 1.24.5

10 days agoBump crate-ci/typos from 1.24.3 to 1.24.5 dependabot/github_actions/crate-ci/typos-1.24.5 17685/head
dependabot[bot] [Mon, 9 Sep 2024 02:04:10 +0000 (02:04 +0000)]
Bump crate-ci/typos from 1.24.3 to 1.24.5

Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.24.3 to 1.24.5.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crate-ci/typos/compare/v1.24.3...v1.24.5)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
11 days agoMerge pull request #17682 from simonsticko/nonlinear_solver_selector_no_external
Martin Kronbichler [Sun, 8 Sep 2024 15:08:33 +0000 (17:08 +0200)]
Merge pull request #17682 from simonsticko/nonlinear_solver_selector_no_external

Make it possible to include nonlinear.h when no external libs are enabled

11 days agoMerge pull request #17675 from bangerth/smartpointer
David Wells [Sun, 8 Sep 2024 12:50:10 +0000 (08:50 -0400)]
Merge pull request #17675 from bangerth/smartpointer

Rename a member of class SmartPointer.

12 days agoRename a member of class SmartPointer. 17675/head
Wolfgang Bangerth [Fri, 6 Sep 2024 21:21:46 +0000 (15:21 -0600)]
Rename a member of class SmartPointer.

12 days agoMake it possible to include nonlinear.h when no external libs are enabled 17682/head
Simon Sticko [Sat, 7 Sep 2024 12:50:42 +0000 (14:50 +0200)]
Make it possible to include nonlinear.h when no external libs are enabled

The file nonlinear.h can not be included when none of SUNDIALS,
TRILINOS, or PETSC are enabled. Fix this.

12 days agoMerge pull request #17579 from masterleinad/portable_matrix_free_diagonal
Timo Heister [Sat, 7 Sep 2024 01:58:38 +0000 (21:58 -0400)]
Merge pull request #17579 from masterleinad/portable_matrix_free_diagonal

Portable MatrixFree: compute diagonal

12 days agoaddress comments 17639/head
Timo Heister [Sat, 7 Sep 2024 00:53:47 +0000 (20:53 -0400)]
address comments

13 days agoUpdate documentation of class SmartPointer. 17677/head
Wolfgang Bangerth [Fri, 6 Sep 2024 22:50:08 +0000 (16:50 -0600)]
Update documentation of class SmartPointer.

13 days agoTest that one can put a SmartPointer into a std::any object. 17676/head
Wolfgang Bangerth [Fri, 6 Sep 2024 22:09:07 +0000 (16:09 -0600)]
Test that one can put a SmartPointer into a std::any object.

13 days agoMerge pull request #17668 from tjhei/doc-fix-step-2-svg
Wolfgang Bangerth [Fri, 6 Sep 2024 21:52:52 +0000 (15:52 -0600)]
Merge pull request #17668 from tjhei/doc-fix-step-2-svg

fix step-2 svg display

13 days agoMerge pull request #17673 from bangerth/smart-pointer
David Wells [Fri, 6 Sep 2024 20:09:37 +0000 (16:09 -0400)]
Merge pull request #17673 from bangerth/smart-pointer

Rename function arguments in SmartPointer.

13 days agoRename function arguments in SmartPointer. 17673/head
Wolfgang Bangerth [Fri, 6 Sep 2024 17:55:00 +0000 (11:55 -0600)]
Rename function arguments in SmartPointer.

13 days agoUpdate tidy tester to ubuntu 24.04. 17671/head
Marc Fehling [Fri, 6 Sep 2024 06:32:21 +0000 (08:32 +0200)]
Update tidy tester to ubuntu 24.04.

13 days agoDisable performance-enum-size.
Marc Fehling [Fri, 6 Sep 2024 10:24:18 +0000 (12:24 +0200)]
Disable performance-enum-size.

13 days agoUse run-clang-tidy instead of run-clang-tidy.py.
Marc Fehling [Fri, 6 Sep 2024 07:01:34 +0000 (09:01 +0200)]
Use run-clang-tidy instead of run-clang-tidy.py.

13 days agoMerge pull request #17672 from marcfehling/fix-const-ref
Daniel Arndt [Fri, 6 Sep 2024 13:20:23 +0000 (09:20 -0400)]
Merge pull request #17672 from marcfehling/fix-const-ref

Fix some clang-tidy warnings.

13 days agoFix modernize-type-traits. 17672/head
Marc Fehling [Fri, 6 Sep 2024 09:13:11 +0000 (11:13 +0200)]
Fix modernize-type-traits.

13 days agoFix performance-noexcept-swap.
Marc Fehling [Fri, 6 Sep 2024 08:50:41 +0000 (10:50 +0200)]
Fix performance-noexcept-swap.

13 days agoFix performance-unnecessary-copy-initialization.
Marc Fehling [Fri, 6 Sep 2024 08:45:18 +0000 (10:45 +0200)]
Fix performance-unnecessary-copy-initialization.

13 days agoMerge pull request #17670 from bangerth/make-consistent-5
Martin Kronbichler [Fri, 6 Sep 2024 06:11:59 +0000 (08:11 +0200)]
Merge pull request #17670 from bangerth/make-consistent-5

Make a lambda function a proper function of its own.

13 days agoMerge pull request #17631 from tjhei/github-cuda-clang-update
Marc Fehling [Fri, 6 Sep 2024 05:58:37 +0000 (07:58 +0200)]
Merge pull request #17631 from tjhei/github-cuda-clang-update

cuda-clang tester: update clang version (and ubuntu version)

2 weeks agoMake a lambda function a proper function of its own. 17670/head
Wolfgang Bangerth [Wed, 4 Sep 2024 15:43:19 +0000 (09:43 -0600)]
Make a lambda function a proper function of its own.

2 weeks agocuda-clang: update clang version (and ubuntu version) 17631/head
Timo Heister [Wed, 28 Aug 2024 21:02:15 +0000 (17:02 -0400)]
cuda-clang: update clang version (and ubuntu version)

- update to ubuntu 22.04
- install latest cuda 11 version
- manually install clang-18 to support cuda 11

2 weeks agofix step-2 svg display 17668/head
Timo Heister [Thu, 5 Sep 2024 21:11:55 +0000 (17:11 -0400)]
fix step-2 svg display

without this, the images are shown as 0x0 size. Fixes #17667

2 weeks agoMerge pull request #17663 from marcfehling/warning-unused-variable
Marc Fehling [Thu, 5 Sep 2024 17:36:47 +0000 (11:36 -0600)]
Merge pull request #17663 from marcfehling/warning-unused-variable

Flag variable maybe_unused.

2 weeks agoMerge pull request #17134 from dario-coscia/solvercg
Martin Kronbichler [Thu, 5 Sep 2024 16:45:43 +0000 (18:45 +0200)]
Merge pull request #17134 from dario-coscia/solvercg

Additional Data for Solver CG

2 weeks agoFlag variable maybe_unused. 17663/head
Marc Fehling [Thu, 5 Sep 2024 15:03:53 +0000 (17:03 +0200)]
Flag variable maybe_unused.

2 weeks agoMerge pull request #17658 from tjhei/fix_petsc_with_kokkos_check
Daniel Arndt [Thu, 5 Sep 2024 12:59:30 +0000 (08:59 -0400)]
Merge pull request #17658 from tjhei/fix_petsc_with_kokkos_check

fix cmake bug in PETSC_WITH_KOKKOS check

2 weeks agoadding additional data for solver cg 17134/head
Dario Coscia [Tue, 3 Sep 2024 14:46:20 +0000 (16:46 +0200)]
adding additional data for solver cg

Co-authored-by: Martin Kronbichler <martin.kronbichler@rub.de>
richer docstring

2 weeks agoMerge pull request #17661 from kronbichler/fix_indent_changelog
Peter Munch [Thu, 5 Sep 2024 10:38:47 +0000 (12:38 +0200)]
Merge pull request #17661 from kronbichler/fix_indent_changelog

Fix indent run of changelog entry

2 weeks agoMerge pull request #17647 from bangerth/make-consistent
Martin Kronbichler [Thu, 5 Sep 2024 09:06:40 +0000 (11:06 +0200)]
Merge pull request #17647 from bangerth/make-consistent

Avoid some copying of data in make_consistent_in_parallel().

2 weeks agoFix indent run of changelog entry 17661/head
Martin Kronbichler [Thu, 5 Sep 2024 07:41:53 +0000 (09:41 +0200)]
Fix indent run of changelog entry

2 weeks agoMerge pull request #17374 from bangerth/lazy
Martin Kronbichler [Thu, 5 Sep 2024 06:58:10 +0000 (08:58 +0200)]
Merge pull request #17374 from bangerth/lazy

Implement Lazy in terms of TaskResult.

2 weeks agoMerge pull request #17611 from marcfehling/failing-test-original
Martin Kronbichler [Thu, 5 Sep 2024 06:22:42 +0000 (08:22 +0200)]
Merge pull request #17611 from marcfehling/failing-test-original

Enhance test for hp-constraints.

2 weeks agoMerge pull request #17656 from masterleinad/filter_parameter_handler_29
David Wells [Thu, 5 Sep 2024 02:21:55 +0000 (22:21 -0400)]
Merge pull request #17656 from masterleinad/filter_parameter_handler_29

Filter output of parameter_handler_29 test

2 weeks agoMerge pull request #17660 from tjhei/petsc-cuda-compiler-bug
David Wells [Thu, 5 Sep 2024 02:20:34 +0000 (22:20 -0400)]
Merge pull request #17660 from tjhei/petsc-cuda-compiler-bug

NVCC: work around compiler bug

2 weeks agoMerge pull request #17655 from peterrum/fix_indentation_script
Peter Munch [Thu, 5 Sep 2024 00:23:47 +0000 (02:23 +0200)]
Merge pull request #17655 from peterrum/fix_indentation_script

Fix indentation script

2 weeks agoMerge pull request #17590 from OresteMarquis/has_support_points
Wolfgang Bangerth [Wed, 4 Sep 2024 22:25:33 +0000 (16:25 -0600)]
Merge pull request #17590 from OresteMarquis/has_support_points

 Fix FiniteElement::has_generalized_support_points() and FiniteElement::has_face_support_points()  for FE_Nothing. #17584

2 weeks agoMerge pull request #17473 from gassmoeller/parse_prm_files
Wolfgang Bangerth [Wed, 4 Sep 2024 22:16:46 +0000 (16:16 -0600)]
Merge pull request #17473 from gassmoeller/parse_prm_files

Parse prm files in python script

2 weeks agoNVCC: work around compiler bug 17660/head
Timo Heister [Wed, 4 Sep 2024 21:53:07 +0000 (17:53 -0400)]
NVCC: work around compiler bug

2 weeks agofix cmake bug in PETSC_WITH_KOKKOS check 17658/head
Timo Heister [Wed, 4 Sep 2024 21:44:20 +0000 (17:44 -0400)]
fix cmake bug in PETSC_WITH_KOKKOS check

The variable DEAL_II_PETSC_WITH_KOKKOS is only defined once the
configuration finishes.

2 weeks agoFilter output of parameter_handler_29 test 17656/head
Daniel Arndt [Tue, 3 Sep 2024 13:45:30 +0000 (09:45 -0400)]
Filter output of parameter_handler_29 test

2 weeks agoFix indentation script 17655/head
Peter Munch [Wed, 4 Sep 2024 21:19:51 +0000 (23:19 +0200)]
Fix indentation script

2 weeks agoMerge pull request #17649 from bangerth/make-consistent-3
Marc Fehling [Wed, 4 Sep 2024 21:00:51 +0000 (15:00 -0600)]
Merge pull request #17649 from bangerth/make-consistent-3

Rename the argument of a lambda function.

2 weeks agoMerge pull request #17648 from bangerth/make-consistent-2
Marc Fehling [Wed, 4 Sep 2024 20:56:22 +0000 (14:56 -0600)]
Merge pull request #17648 from bangerth/make-consistent-2

Add another testcase for make_consistent_in_parallel().

2 weeks agoEnhance the original failing make_consistent_in_parallel test. 17611/head
Marc Fehling [Wed, 4 Sep 2024 20:49:29 +0000 (22:49 +0200)]
Enhance the original failing make_consistent_in_parallel test.

2 weeks agoMerge pull request #17642 from RyanMoulday/Taskflow-Coloring
Timo Heister [Wed, 4 Sep 2024 20:00:57 +0000 (16:00 -0400)]
Merge pull request #17642 from RyanMoulday/Taskflow-Coloring

Workstream::run() colored implementation with TaskFlow

2 weeks agoComplementary work to fix FiniteElement::has_*() functions for FE_Nothing. 17590/head
Oreste Marquis [Wed, 21 Aug 2024 20:33:30 +0000 (16:33 -0400)]
Complementary work to fix FiniteElement::has_*() functions for FE_Nothing.

2 weeks agoMerge pull request #17592 from bangerth/emplace-object
Timo Heister [Wed, 4 Sep 2024 15:44:55 +0000 (11:44 -0400)]
Merge pull request #17592 from bangerth/emplace-object

Add TaskResult::emplace_object().

2 weeks agoMerge pull request #17644 from fernandohv3279/add_empty_function_to_vector
David Wells [Wed, 4 Sep 2024 13:42:42 +0000 (09:42 -0400)]
Merge pull request #17644 from fernandohv3279/add_empty_function_to_vector

Add empty() function to deal.II/lac/vector.h and use it instead of size()==0

2 weeks agoRename the argument of a lambda function. 17649/head
Wolfgang Bangerth [Tue, 3 Sep 2024 23:59:13 +0000 (17:59 -0600)]
Rename the argument of a lambda function.

2 weeks agoAvoid some copying of data in make_consistent_in_parallel(). 17647/head
Wolfgang Bangerth [Tue, 3 Sep 2024 23:56:03 +0000 (17:56 -0600)]
Avoid some copying of data in make_consistent_in_parallel().

2 weeks agoAdd another testcase for make_consistent_in_parallel(). 17648/head
Wolfgang Bangerth [Tue, 3 Sep 2024 23:57:03 +0000 (17:57 -0600)]
Add another testcase for make_consistent_in_parallel().

2 weeks agoMerge pull request #17626 from bangerth/make-consistent
Marc Fehling [Tue, 3 Sep 2024 18:40:09 +0000 (12:40 -0600)]
Merge pull request #17626 from bangerth/make-consistent

Don't merge constraints, just drop constraints.

2 weeks agoMerge pull request #17641 from marcfehling/step-75-fix
Wolfgang Bangerth [Tue, 3 Sep 2024 15:44:34 +0000 (09:44 -0600)]
Merge pull request #17641 from marcfehling/step-75-fix

Fix pcout in step-75.

2 weeks agoAdd a changelog entry. 17626/head
Wolfgang Bangerth [Fri, 30 Aug 2024 14:01:48 +0000 (08:01 -0600)]
Add a changelog entry.

2 weeks agoFix a test.
Wolfgang Bangerth [Wed, 28 Aug 2024 02:40:44 +0000 (20:40 -0600)]
Fix a test.

2 weeks agoAdd the testcase from #17599.
Wolfgang Bangerth [Fri, 30 Aug 2024 14:12:26 +0000 (08:12 -0600)]
Add the testcase from #17599.

2 weeks agoAdd another test.
Wolfgang Bangerth [Wed, 28 Aug 2024 03:15:05 +0000 (21:15 -0600)]
Add another test.

2 weeks agoAdd a test.
Wolfgang Bangerth [Tue, 27 Aug 2024 23:48:32 +0000 (17:48 -0600)]
Add a test.

2 weeks agoDon't merge, just drop constraints.
Wolfgang Bangerth [Wed, 28 Aug 2024 02:49:23 +0000 (20:49 -0600)]
Don't merge, just drop constraints.

2 weeks agoMerge pull request #17638 from marcfehling/divide-by-zero
Daniel Arndt [Tue, 3 Sep 2024 13:29:48 +0000 (09:29 -0400)]
Merge pull request #17638 from marcfehling/divide-by-zero

Make sure `stride_small_size` is at least 1.

2 weeks agoFix pcout in step-75. 17641/head
Marc Fehling [Fri, 30 Aug 2024 22:03:24 +0000 (16:03 -0600)]
Fix pcout in step-75.

2 weeks agoAdd taskflow with coloring 17642/head
Ryan Moulday [Sun, 11 Aug 2024 23:29:23 +0000 (19:29 -0400)]
Add taskflow with coloring

2 weeks agoMerge pull request #17645 from dealii/dependabot/github_actions/crate-ci/typos-1...
Marc Fehling [Mon, 2 Sep 2024 19:46:20 +0000 (13:46 -0600)]
Merge pull request #17645 from dealii/dependabot/github_actions/crate-ci/typos-1.24.3

Bump crate-ci/typos from 1.24.1 to 1.24.3

2 weeks agoMerge pull request #17637 from peterrum/extract_constant_modes_cm_optional
Timo Heister [Mon, 2 Sep 2024 15:40:08 +0000 (11:40 -0400)]
Merge pull request #17637 from peterrum/extract_constant_modes_cm_optional

DoFTools::extract_constant_modes() and extract_rigid_body_modes(): make ComponentMask optional

2 weeks agoMerge pull request #17491 from luca-heltai/patterns-enums
Bruno Blais [Mon, 2 Sep 2024 14:42:10 +0000 (10:42 -0400)]
Merge pull request #17491 from luca-heltai/patterns-enums

Added support for magic_enum.

2 weeks agoBump crate-ci/typos from 1.24.1 to 1.24.3 dependabot/github_actions/crate-ci/typos-1.24.3 17645/head
dependabot[bot] [Mon, 2 Sep 2024 02:22:10 +0000 (02:22 +0000)]
Bump crate-ci/typos from 1.24.1 to 1.24.3

Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.24.1 to 1.24.3.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crate-ci/typos/compare/v1.24.1...v1.24.3)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 weeks agoDoFTools::extract_constant_modes() and extract_rigid_body_modes(): make ComponentMask... 17637/head
Peter Munch [Fri, 30 Aug 2024 15:43:36 +0000 (17:43 +0200)]
DoFTools::extract_constant_modes() and extract_rigid_body_modes(): make ComponentMask optional

2 weeks agoAdd empty() function to deal.II/lac/vector.h and use it instead of size() == 0 17644/head
Fernando Herrera [Tue, 13 Aug 2024 20:14:08 +0000 (14:14 -0600)]
Add empty() function to deal.II/lac/vector.h and use it instead of size() == 0

Co-authored-by: Sanjeeb Poudel <paudelsanjeeb@gmail.com>
2 weeks agoImprove test comments. 17491/head
Luca Heltai [Sun, 1 Sep 2024 10:37:03 +0000 (12:37 +0200)]
Improve test comments.

2 weeks agoReview.
Luca Heltai [Sun, 1 Sep 2024 10:33:04 +0000 (12:33 +0200)]
Review.

2 weeks agocite
Timo Heister [Sat, 31 Aug 2024 19:22:02 +0000 (15:22 -0400)]
cite


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.