]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
9 months agomodify comments 17666/head
Mikael Vaillant [Thu, 26 Sep 2024 15:02:14 +0000 (11:02 -0400)]
modify comments

9 months agocorrect typos
Mikael Vaillant [Mon, 23 Sep 2024 20:41:22 +0000 (16:41 -0400)]
correct typos

9 months agoModified code logic to delete all the comments before parsing
Mikael Vaillant [Mon, 23 Sep 2024 17:06:32 +0000 (13:06 -0400)]
Modified code logic to delete all the comments before parsing

9 months agoIndent
Mikael Vaillant [Thu, 5 Sep 2024 17:55:32 +0000 (13:55 -0400)]
Indent

9 months agoModified read_msh function to take into account comments and other msh file structures
Mikael Vaillant [Thu, 5 Sep 2024 17:40:34 +0000 (13:40 -0400)]
Modified read_msh function to take into account comments and other msh file structures

9 months agoMerge pull request #17726 from tjhei/python-in-tutorial-list
Peter Munch [Tue, 24 Sep 2024 05:55:54 +0000 (07:55 +0200)]
Merge pull request #17726 from tjhei/python-in-tutorial-list

update tutorial index to mention python notebooks

9 months agoMerge pull request #17725 from tjhei/python-spelling
David Wells [Tue, 24 Sep 2024 03:03:42 +0000 (23:03 -0400)]
Merge pull request #17725 from tjhei/python-spelling

capitalize Python and Jupyter

9 months agoupdate tutorial index to mention python notebooks 17726/head
Timo Heister [Tue, 24 Sep 2024 01:01:07 +0000 (21:01 -0400)]
update tutorial index to mention python notebooks

9 months agocapitalize Python and Jupyter 17725/head
Timo Heister [Tue, 24 Sep 2024 01:00:20 +0000 (21:00 -0400)]
capitalize Python and Jupyter

9 months agoMerge pull request #17614 from rgoermer/CellAccessor_neighbor
Daniel Arndt [Mon, 23 Sep 2024 16:34:51 +0000 (12:34 -0400)]
Merge pull request #17614 from rgoermer/CellAccessor_neighbor

CellAccessor::neighbor() documentation

9 months agoMerge pull request #17720 from drwells/document-function-parser
Daniel Arndt [Mon, 23 Sep 2024 16:28:23 +0000 (12:28 -0400)]
Merge pull request #17720 from drwells/document-function-parser

FunctionParser: document where we use commas.

9 months agoMerge pull request #17724 from dealii/dependabot/github_actions/crate-ci/typos-1...
Rene Gassmoeller [Mon, 23 Sep 2024 11:57:59 +0000 (04:57 -0700)]
Merge pull request #17724 from dealii/dependabot/github_actions/crate-ci/typos-1.24.6

Bump crate-ci/typos from 1.24.5 to 1.24.6

9 months agoBump crate-ci/typos from 1.24.5 to 1.24.6 dependabot/github_actions/crate-ci/typos-1.24.6 17724/head
dependabot[bot] [Mon, 23 Sep 2024 02:35:34 +0000 (02:35 +0000)]
Bump crate-ci/typos from 1.24.5 to 1.24.6

Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.24.5 to 1.24.6.
- [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.5...v1.24.6)

---
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>
9 months agoFunctionParser: document where we use commas. 17720/head
David Wells [Fri, 20 Sep 2024 18:55:23 +0000 (14:55 -0400)]
FunctionParser: document where we use commas.

We use semicolons in some places in the library and it took me a few minutes to
figure out why those didn't work here.

9 months agoExtended documentation of CellAccesor::neighbor() to include anisotropic refinements... 17614/head
Robin Görmer [Tue, 27 Aug 2024 08:17:34 +0000 (10:17 +0200)]
Extended documentation of CellAccesor::neighbor() to include anisotropic refinements as well. Modified the example accordingly.

9 months agoMerge pull request #17700 from bangerth/x-2
Daniel Arndt [Thu, 19 Sep 2024 12:25:23 +0000 (08:25 -0400)]
Merge pull request #17700 from bangerth/x-2

Make clear what a boolean argument corresponds to.

9 months agoMerge pull request #17707 from RyanMoulday/Improved-Colored-WorkStream
Timo Heister [Thu, 19 Sep 2024 04:44:02 +0000 (00:44 -0400)]
Merge pull request #17707 from RyanMoulday/Improved-Colored-WorkStream

Make improvements to the WorkStream colored implementation

9 months agoMake improvements to the WorkStream colored implementation 17707/head
Ryan Moulday [Mon, 16 Sep 2024 03:40:39 +0000 (23:40 -0400)]
Make improvements to the WorkStream colored implementation

9 months agoMerge pull request #17714 from bangerth/smart-pointer
David Wells [Thu, 19 Sep 2024 01:15:51 +0000 (21:15 -0400)]
Merge pull request #17714 from bangerth/smart-pointer

Make sure the SmartPointer template remains accessible.

9 months agoMake sure the SmartPointer template remains accessible. 17714/head
Wolfgang Bangerth [Wed, 18 Sep 2024 22:25:22 +0000 (16:25 -0600)]
Make sure the SmartPointer template remains accessible.

This needs to be so even if one includes the *new* file, as is done
transitively throughtout the library, rather than including only
the old file.

9 months agoRename a constructor argument and member variable. 17700/head
Wolfgang Bangerth [Wed, 18 Sep 2024 21:57:28 +0000 (15:57 -0600)]
Rename a constructor argument and member variable.

9 months agoMerge pull request #17709 from koch-andreas/fix_normal_hessian_n_comp
Daniel Arndt [Wed, 18 Sep 2024 16:10:21 +0000 (12:10 -0400)]
Merge pull request #17709 from koch-andreas/fix_normal_hessian_n_comp

Fix normal_hessian functions for arbitrary number of components

9 months agoMerge pull request #17710 from bergbauer/changelog_normal_hessian
Marc Fehling [Wed, 18 Sep 2024 10:55:46 +0000 (12:55 +0200)]
Merge pull request #17710 from bergbauer/changelog_normal_hessian

Add changelog for normal hessian functions

9 months agoAdd changelog for normal hessian functions 17710/head
Maximilian Bergbauer [Wed, 18 Sep 2024 08:41:40 +0000 (10:41 +0200)]
Add changelog for normal hessian functions

9 months agofix failing test 17709/head
Andreas Ritthaler [Wed, 18 Sep 2024 07:01:08 +0000 (09:01 +0200)]
fix failing test

9 months agoMerge pull request #17689 from bangerth/smart-pointer
Daniel Arndt [Tue, 17 Sep 2024 21:29:11 +0000 (17:29 -0400)]
Merge pull request #17689 from bangerth/smart-pointer

Rename SmartPointer -> ObserverPointer.

9 months agoMerge pull request #17698 from bangerth/doc-1
Daniel Arndt [Tue, 17 Sep 2024 21:28:02 +0000 (17:28 -0400)]
Merge pull request #17698 from bangerth/doc-1

Remove a section about ways to use doxygen that we don't use.

9 months agoMerge pull request #17701 from bangerth/x-1
Daniel Arndt [Tue, 17 Sep 2024 21:23:55 +0000 (17:23 -0400)]
Merge pull request #17701 from bangerth/x-1

Clarify documentation.

9 months agoMerge pull request #17704 from bangerth/compute-index-owner
Daniel Arndt [Tue, 17 Sep 2024 21:22:42 +0000 (17:22 -0400)]
Merge pull request #17704 from bangerth/compute-index-owner

Use Utilties::MPI::compute_index_owner() instead of lower-level facilities.

9 months agoMerge pull request #17408 from vinayakvijay/symmetrize_fourth_order_tensor
Daniel Arndt [Tue, 17 Sep 2024 19:45:11 +0000 (15:45 -0400)]
Merge pull request #17408 from vinayakvijay/symmetrize_fourth_order_tensor

Symmetrize fourth order tensor

9 months agoadd test
Andreas Ritthaler [Tue, 17 Sep 2024 15:03:31 +0000 (17:03 +0200)]
add test

9 months agofix normal_hessian n_comp
Andreas Ritthaler [Tue, 17 Sep 2024 13:13:12 +0000 (15:13 +0200)]
fix normal_hessian n_comp

9 months agoMerge pull request #17708 from bangerth/six
Daniel Arndt [Mon, 16 Sep 2024 14:47:38 +0000 (10:47 -0400)]
Merge pull request #17708 from bangerth/six

Add a forgotten closing parenthesis.

9 months agoAdd a forgotten closing parenthesis. 17708/head
Wolfgang Bangerth [Mon, 16 Sep 2024 14:12:28 +0000 (08:12 -0600)]
Add a forgotten closing parenthesis.

9 months agosymmetrize fourth order tensors 17408/head
Vinayak Vijay [Wed, 31 Jul 2024 14:04:54 +0000 (19:34 +0530)]
symmetrize fourth order tensors

9 months agoMerge pull request #17683 from bangerth/lazy-2
Daniel Arndt [Fri, 13 Sep 2024 15:20:35 +0000 (11:20 -0400)]
Merge pull request #17683 from bangerth/lazy-2

Use TaskResult::emplace_object() in class Lazy.

9 months agoUse Utilties::MPI::compute_index_owner() instead of lower-level facilities. 17704/head
Wolfgang Bangerth [Fri, 13 Sep 2024 13:27:53 +0000 (07:27 -0600)]
Use Utilties::MPI::compute_index_owner() instead of lower-level facilities.

9 months agoReplace 'processor' by 'process'. 17701/head
Wolfgang Bangerth [Fri, 13 Sep 2024 13:11:34 +0000 (07:11 -0600)]
Replace 'processor' by 'process'.

9 months agoMerge pull request #17702 from bangerth/make-consistent-5
Peter Munch [Fri, 13 Sep 2024 06:35:13 +0000 (08:35 +0200)]
Merge pull request #17702 from bangerth/make-consistent-5

Better document an algorithm.

9 months agoBetter document an algorithm. 17702/head
Wolfgang Bangerth [Thu, 12 Sep 2024 23:15:13 +0000 (17:15 -0600)]
Better document an algorithm.

9 months agoMerge pull request #17699 from peterrum/ac_remove_nested_loo
Wolfgang Bangerth [Fri, 13 Sep 2024 01:45:00 +0000 (19:45 -0600)]
Merge pull request #17699 from peterrum/ac_remove_nested_loo

`AffineConstraints`: Improve loop

9 months agoMake clear what a boolean argument corresponds to.
Wolfgang Bangerth [Thu, 12 Sep 2024 23:09:57 +0000 (17:09 -0600)]
Make clear what a boolean argument corresponds to.

9 months agoClarify documentation.
Wolfgang Bangerth [Thu, 12 Sep 2024 23:09:35 +0000 (17:09 -0600)]
Clarify documentation.

9 months agoMerge pull request #17697 from bangerth/doc-2
David Wells [Thu, 12 Sep 2024 21:58:47 +0000 (17:58 -0400)]
Merge pull request #17697 from bangerth/doc-2

Remove references to BlockMatrixArray from the documentation.

9 months agoAffineConstraints: Improve loop 17699/head
Peter Munch [Thu, 12 Sep 2024 20:16:37 +0000 (22:16 +0200)]
AffineConstraints: Improve loop

9 months agoRemove references to BlockMatrixArray from the documentation. 17697/head
Wolfgang Bangerth [Thu, 12 Sep 2024 18:57:16 +0000 (12:57 -0600)]
Remove references to BlockMatrixArray from the documentation.

This class was removed several releases ago.

9 months agoRemove a section about ways to use doxygen that we don't use. 17698/head
Wolfgang Bangerth [Thu, 12 Sep 2024 18:56:42 +0000 (12:56 -0600)]
Remove a section about ways to use doxygen that we don't use.

9 months 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.

9 months agoUndo the changes to the changelog files. 17689/head
Wolfgang Bangerth [Thu, 12 Sep 2024 16:40:18 +0000 (10:40 -0600)]
Undo the changes to the changelog files.

9 months agoAdd a test.
Wolfgang Bangerth [Wed, 11 Sep 2024 15:38:36 +0000 (09:38 -0600)]
Add a test.

9 months agoMake the old class name available as an alias.
Wolfgang Bangerth [Wed, 11 Sep 2024 15:34:00 +0000 (09:34 -0600)]
Make the old class name available as an alias.

9 months agoRename the file that provides ObserverPointer.
Wolfgang Bangerth [Wed, 11 Sep 2024 15:33:09 +0000 (09:33 -0600)]
Rename the file that provides ObserverPointer.

9 months agoAdd a changelog entry.
Wolfgang Bangerth [Mon, 9 Sep 2024 17:57:03 +0000 (11:57 -0600)]
Add a changelog entry.

9 months agoRename SmartPointer -> ObserverPointer.
Wolfgang Bangerth [Mon, 9 Sep 2024 17:46:48 +0000 (11:46 -0600)]
Rename SmartPointer -> ObserverPointer.

9 months 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.

9 months 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.

9 months 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.

9 months 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.

9 months 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.

9 months 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.

9 months 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

9 months 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

9 months 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 months 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 months agoadd Scott-Vogelius test 17688/head
Timo Heister [Mon, 9 Sep 2024 20:12:45 +0000 (16:12 -0400)]
add Scott-Vogelius test

9 months 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 months 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 months 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 months 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.

9 months 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

9 months 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.

9 months 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.

9 months 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.

9 months 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.

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

9 months 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

9 months 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

9 months 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.

9 months 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

9 months 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>
9 months 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

9 months 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.

10 months agoUse TaskResult::emplace_object() in class Lazy. 17683/head
Wolfgang Bangerth [Wed, 21 Aug 2024 22:20:01 +0000 (16:20 -0600)]
Use TaskResult::emplace_object() in class Lazy.

10 months 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.

10 months 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.

10 months 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

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

10 months 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.

10 months 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.

10 months 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

10 months 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.

10 months 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.

10 months 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.

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

10 months 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.

10 months 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.

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

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

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

10 months 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.


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.