]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
9 months 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().

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

10 months 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>
10 months agoImprove test comments. 17491/head
Luca Heltai [Sun, 1 Sep 2024 10:37:03 +0000 (12:37 +0200)]
Improve test comments.

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

10 months agoMerge pull request #17640 from drwells/add-test-variant
Timo Heister [Sat, 31 Aug 2024 12:27:33 +0000 (08:27 -0400)]
Merge pull request #17640 from drwells/add-test-variant

Add a test output file variant.

10 months agoAdd a test output file variant. 17640/head
David Wells [Fri, 30 Aug 2024 20:04:05 +0000 (16:04 -0400)]
Add a test output file variant.

clang formats exceptions in a slightly different way.

10 months agoSimplify assignment of dofs_per_process. 17638/head
Marc Fehling [Fri, 30 Aug 2024 17:53:43 +0000 (11:53 -0600)]
Simplify assignment of dofs_per_process.

10 months agoMake sure stride_small_size is at least 1.
Marc Fehling [Fri, 30 Aug 2024 17:13:51 +0000 (11:13 -0600)]
Make sure stride_small_size is at least 1.

10 months agoMerge pull request #17635 from bangerth/formatting
Daniel Arndt [Thu, 29 Aug 2024 22:40:04 +0000 (18:40 -0400)]
Merge pull request #17635 from bangerth/formatting

Fix formatting issue in tutorials.

10 months agoMerge pull request #17634 from masterleinad/fix_unused_variables
Daniel Arndt [Thu, 29 Aug 2024 22:35:54 +0000 (18:35 -0400)]
Merge pull request #17634 from masterleinad/fix_unused_variables

Fix more warnings for unused variables

10 months agoFix formatting issue in tutorials. 17635/head
Wolfgang Bangerth [Thu, 29 Aug 2024 19:52:23 +0000 (13:52 -0600)]
Fix formatting issue in tutorials.

10 months agoFix more warnings for unused variables 17634/head
Daniel Arndt [Thu, 29 Aug 2024 19:03:37 +0000 (15:03 -0400)]
Fix more warnings for unused variables

10 months agoMerge pull request #17628 from QY-Shi/fix_tpetra_vector_compress
Wolfgang Bangerth [Thu, 29 Aug 2024 18:22:10 +0000 (12:22 -0600)]
Merge pull request #17628 from QY-Shi/fix_tpetra_vector_compress

Fix Tpetra vector compression state after add() into locally owned entry

10 months agoMerge pull request #17623 from bangerth/make-consistent-3
Peter Munch [Thu, 29 Aug 2024 17:04:45 +0000 (19:04 +0200)]
Merge pull request #17623 from bangerth/make-consistent-3

Close an AffineConstraints object before doing anything with it.

10 months agoClose an AffineConstraints object before doing anything with it. 17623/head
Wolfgang Bangerth [Wed, 28 Aug 2024 02:48:23 +0000 (20:48 -0600)]
Close an AffineConstraints object before doing anything with it.

10 months agoFix Tpetra vector compression state after add() into locally owned entry 17628/head
Qingyuan Shi [Wed, 28 Aug 2024 09:08:39 +0000 (17:08 +0800)]
Fix Tpetra vector compression state after add() into locally owned entry

Fix Tpetra vector compression state based on the presence of non-local entries

add a test for Tpetra vector addition into both owned and nonlocal entries

10 months agoMerge pull request #17632 from marcfehling/fix-empty-lines
Martin Kronbichler [Thu, 29 Aug 2024 06:16:09 +0000 (08:16 +0200)]
Merge pull request #17632 from marcfehling/fix-empty-lines

Make make_consistent_in_parallel work with no locally owned dofs.

10 months agoMerge pull request #17606 from tjhei/taskflow-default
Wolfgang Bangerth [Thu, 29 Aug 2024 02:53:11 +0000 (20:53 -0600)]
Merge pull request #17606 from tjhei/taskflow-default

enable taskflow by default

10 months agoMerge pull request #17630 from tjhei/dox-no-zoom-tut-graph
Wolfgang Bangerth [Thu, 29 Aug 2024 02:52:58 +0000 (20:52 -0600)]
Merge pull request #17630 from tjhei/dox-no-zoom-tut-graph

doxygen: do not zoom out of tutorial graph

10 months agoMerge pull request #17629 from tjhei/simplex-smoothing-error
Wolfgang Bangerth [Thu, 29 Aug 2024 02:52:41 +0000 (20:52 -0600)]
Merge pull request #17629 from tjhei/simplex-smoothing-error

add test for simplex smoothing flags

10 months agoMake make_consistent_in_parallel work with no locally owned dofs. 17632/head
Marc Fehling [Wed, 28 Aug 2024 21:57:27 +0000 (15:57 -0600)]
Make make_consistent_in_parallel work with no locally owned dofs.

10 months agowork around compile error about noinline for clang+cuda 17606/head
Timo Heister [Wed, 28 Aug 2024 19:44:25 +0000 (15:44 -0400)]
work around compile error about noinline for clang+cuda

10 months agoenable taskflow by default
Timo Heister [Sun, 25 Aug 2024 21:19:09 +0000 (17:19 -0400)]
enable taskflow by default

We now have some tasking functionality implemented via taskflow instead
of TBB. It makes sense to enable it by default to shake out any
problems.

10 months agodoxygen: do not zoom out of tutorial graph 17630/head
Timo Heister [Wed, 28 Aug 2024 20:24:37 +0000 (16:24 -0400)]
doxygen: do not zoom out of tutorial graph

This requires scrolling left/right but fixes the unusable click targets.

fixes #17600

10 months agoMerge pull request #17624 from bangerth/make-consistent-1
Marc Fehling [Wed, 28 Aug 2024 18:59:52 +0000 (12:59 -0600)]
Merge pull request #17624 from bangerth/make-consistent-1

Sort a set of indices before importing into IndexSet.

10 months agoadd test for simplex smoothing flags 17629/head
Timo Heister [Wed, 28 Aug 2024 18:21:42 +0000 (14:21 -0400)]
add test for simplex smoothing flags

10 months agoReserve the necessary amount of space. 17624/head
Wolfgang Bangerth [Wed, 28 Aug 2024 15:51:05 +0000 (09:51 -0600)]
Reserve the necessary amount of space.

10 months agoMerge pull request #17625 from bangerth/make-consistent-2
Daniel Arndt [Wed, 28 Aug 2024 12:53:10 +0000 (08:53 -0400)]
Merge pull request #17625 from bangerth/make-consistent-2

Make a condition easier to read.

10 months agoMerge pull request #17584 from bangerth/has_support_points
Martin Kronbichler [Wed, 28 Aug 2024 06:54:05 +0000 (08:54 +0200)]
Merge pull request #17584 from bangerth/has_support_points

Fix FiniteElement::has_support_points() for FE_Nothing.

10 months agoMerge pull request #17622 from bangerth/make-consistent-4
Martin Kronbichler [Wed, 28 Aug 2024 06:46:35 +0000 (08:46 +0200)]
Merge pull request #17622 from bangerth/make-consistent-4

Rename a variable and better document steps.

10 months agoMerge pull request #17619 from bangerth/mpi-tags
Marc Fehling [Wed, 28 Aug 2024 04:50:57 +0000 (22:50 -0600)]
Merge pull request #17619 from bangerth/mpi-tags

Remove an MPI tag now no longer used.

10 months agoMerge pull request #17621 from bangerth/simplify-test
Marc Fehling [Wed, 28 Aug 2024 04:50:43 +0000 (22:50 -0600)]
Merge pull request #17621 from bangerth/simplify-test

Simplify a test.

10 months agoMerge pull request #17596 from marcfehling/failing-test
Wolfgang Bangerth [Wed, 28 Aug 2024 03:22:37 +0000 (21:22 -0600)]
Merge pull request #17596 from marcfehling/failing-test

Add hp hanging node face test.

10 months agoRename a variable and better document steps. 17622/head
Wolfgang Bangerth [Wed, 28 Aug 2024 02:49:09 +0000 (20:49 -0600)]
Rename a variable and better document steps.

10 months agoMake a condition easier to read. 17625/head
Wolfgang Bangerth [Wed, 28 Aug 2024 02:48:41 +0000 (20:48 -0600)]
Make a condition easier to read.

10 months agoSort a set of indices before importing into IndexSet.
Wolfgang Bangerth [Wed, 28 Aug 2024 02:47:09 +0000 (20:47 -0600)]
Sort a set of indices before importing into IndexSet.

10 months agoSimplify a test. 17621/head
Wolfgang Bangerth [Wed, 28 Aug 2024 02:28:35 +0000 (20:28 -0600)]
Simplify a test.

10 months agoRemove an MPI tag now no longer used. 17619/head
Wolfgang Bangerth [Tue, 27 Aug 2024 21:44:44 +0000 (15:44 -0600)]
Remove an MPI tag now no longer used.

10 months agoMerge pull request #17616 from gassmoeller/avoid_whitespace_line_endings
Wolfgang Bangerth [Tue, 27 Aug 2024 21:41:14 +0000 (15:41 -0600)]
Merge pull request #17616 from gassmoeller/avoid_whitespace_line_endings

Do not print unnecessary whitespace in ParameterHandler

10 months agoMerge pull request #17617 from gassmoeller/remaining_void_cast_tutorial_prs
Wolfgang Bangerth [Tue, 27 Aug 2024 21:41:04 +0000 (15:41 -0600)]
Merge pull request #17617 from gassmoeller/remaining_void_cast_tutorial_prs

Finish remaining void cast tutorial PRs

10 months agoMerge pull request #17618 from bangerth/some-to-some
Marc Fehling [Tue, 27 Aug 2024 19:35:31 +0000 (13:35 -0600)]
Merge pull request #17618 from bangerth/some-to-some

Substantially simplify code by using MPI::some_to_some().

10 months agoSubstantially simplify code by using MPI::some_to_some(). 17618/head
Wolfgang Bangerth [Tue, 27 Aug 2024 16:45:42 +0000 (10:45 -0600)]
Substantially simplify code by using MPI::some_to_some().

10 months agoCleanup commits 17617/head
Rene Gassmoeller [Tue, 27 Aug 2024 14:30:57 +0000 (16:30 +0200)]
Cleanup commits

10 months agoReplaced void with maybe_unused
Yi-Yung Yang [Mon, 12 Aug 2024 22:17:49 +0000 (18:17 -0400)]
Replaced void with maybe_unused

10 months agofix_void_problem
Yingli Li [Mon, 12 Aug 2024 20:53:53 +0000 (14:53 -0600)]
fix_void_problem

10 months agoMake use of [[maybe_unused]] instead of (void) (first 5 occurrences)
Fernando Herrera [Mon, 12 Aug 2024 20:49:35 +0000 (14:49 -0600)]
Make use of [[maybe_unused]] instead of (void) (first 5 occurrences)

10 months agoMerge pull request #17550 from peterrum/mapping_fe_different_manifolds
Luca Heltai [Tue, 27 Aug 2024 14:43:51 +0000 (16:43 +0200)]
Merge pull request #17550 from peterrum/mapping_fe_different_manifolds

Generalize MappingFE::compute_mapping_support_points()

10 months agoDo not print unnecessary whitespace 17616/head
Rene Gassmoeller [Tue, 27 Aug 2024 13:01:29 +0000 (15:01 +0200)]
Do not print unnecessary whitespace

10 months agoMerge pull request #17612 from bangerth/cleanup
Martin Kronbichler [Tue, 27 Aug 2024 06:33:15 +0000 (08:33 +0200)]
Merge pull request #17612 from bangerth/cleanup

Give a number of variables explicit types.

10 months agoMerge pull request #17466 from gassmoeller/allow_parameter_deprecation
Wolfgang Bangerth [Tue, 27 Aug 2024 03:23:12 +0000 (21:23 -0600)]
Merge pull request #17466 from gassmoeller/allow_parameter_deprecation

Allow to deprecate entries in ParameterHandler.

10 months agoMerge pull request #17479 from peterrum/extract_constant_modes_return
Wolfgang Bangerth [Tue, 27 Aug 2024 03:08:17 +0000 (21:08 -0600)]
Merge pull request #17479 from peterrum/extract_constant_modes_return

`DoFTools::extract_constant_modes()`: return vectors

10 months agoUse naming of a type used elsewhere. 17612/head
Wolfgang Bangerth [Mon, 26 Aug 2024 23:16:17 +0000 (17:16 -0600)]
Use naming of a type used elsewhere.

10 months agoGive a number of variables explicit types.
Wolfgang Bangerth [Mon, 26 Aug 2024 23:13:21 +0000 (17:13 -0600)]
Give a number of variables explicit types.

10 months agoClose constraints before output. 17596/head
Marc Fehling [Mon, 26 Aug 2024 17:59:05 +0000 (11:59 -0600)]
Close constraints before output.

10 months agoMerge pull request #17442 from masterleinad/tpetra_test_memory_space_default
Timo Heister [Mon, 26 Aug 2024 17:49:11 +0000 (13:49 -0400)]
Merge pull request #17442 from masterleinad/tpetra_test_memory_space_default

Tpetra: Test with MemorySpace::Default

10 months agoMerge pull request #17547 from kronbichler/gmres_improve_deal_vector
Timo Heister [Mon, 26 Aug 2024 17:00:23 +0000 (13:00 -0400)]
Merge pull request #17547 from kronbichler/gmres_improve_deal_vector

SolverGMRES: Implement optimized orthogonalization also for dealii::Vector

10 months agoAddress comments 17466/head
Rene Gassmoeller [Mon, 26 Aug 2024 14:47:05 +0000 (16:47 +0200)]
Address comments

10 months agoDoFTools::extract_constant_modes(): return vectors 17479/head
Peter Munch [Sat, 10 Aug 2024 17:26:11 +0000 (19:26 +0200)]
DoFTools::extract_constant_modes(): return vectors

10 months agoMerge pull request #17605 from tjhei/doc_grid_gen
Martin Kronbichler [Mon, 26 Aug 2024 06:47:16 +0000 (08:47 +0200)]
Merge pull request #17605 from tjhei/doc_grid_gen

doc: wording improvements for simplex functions

10 months agoMerge pull request #17602 from peterrum/gi
Marc Fehling [Mon, 26 Aug 2024 03:53:45 +0000 (21:53 -0600)]
Merge pull request #17602 from peterrum/gi

Convert some GeometryInfos

10 months agoMerge pull request #17607 from dealii/dependabot/github_actions/crate-ci/typos-1...
Marc Fehling [Mon, 26 Aug 2024 03:51:19 +0000 (21:51 -0600)]
Merge pull request #17607 from dealii/dependabot/github_actions/crate-ci/typos-1.24.1

Bump crate-ci/typos from 1.23.6 to 1.24.1

10 months agoBump crate-ci/typos from 1.23.6 to 1.24.1 dependabot/github_actions/crate-ci/typos-1.24.1 17607/head
dependabot[bot] [Mon, 26 Aug 2024 03:45:09 +0000 (03:45 +0000)]
Bump crate-ci/typos from 1.23.6 to 1.24.1

Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.23.6 to 1.24.1.
- [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.23.6...v1.24.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
10 months agoMerge pull request #17604 from tjhei/class-graph-no-cuda
Marc Fehling [Mon, 26 Aug 2024 03:43:44 +0000 (21:43 -0600)]
Merge pull request #17604 from tjhei/class-graph-no-cuda

class graph: remove cuda

10 months agoclass graph: remove cuda 17604/head
Timo Heister [Sun, 25 Aug 2024 21:02:47 +0000 (17:02 -0400)]
class graph: remove cuda

- remove cuda
- add kokkos
- add link to opencascade namespace

strictly speaking we should add kokkos->petsc and kokkos->trilinos, but
the figure becomes way to ugly/busy that way.

10 months agodoc: wording improvements for simplex functions 17605/head
Timo Heister [Sun, 25 Aug 2024 21:13:24 +0000 (17:13 -0400)]
doc: wording improvements for simplex functions

10 months agoMerge pull request #17119 from RyanMoulday/Taskflow-Workstream
Wolfgang Bangerth [Sun, 25 Aug 2024 14:53:05 +0000 (08:53 -0600)]
Merge pull request #17119 from RyanMoulday/Taskflow-Workstream

Implementing Workstream::run() with Taskflow (no coloring)

10 months agoMerge pull request #17553 from peterrum/data_out_simplex_cubic
Peter Munch [Sat, 24 Aug 2024 12:27:55 +0000 (14:27 +0200)]
Merge pull request #17553 from peterrum/data_out_simplex_cubic

Enable cubic simplex output by DataOut

10 months agoMerge pull request #17591 from peterrum/Text_ShortText_remove
Peter Munch [Sat, 24 Aug 2024 12:27:24 +0000 (14:27 +0200)]
Merge pull request #17591 from peterrum/Text_ShortText_remove

Remove deprecated entries in OutputStyle

10 months agoConvert some GeometryInfos 17602/head
Peter Munch [Fri, 23 Aug 2024 20:58:48 +0000 (22:58 +0200)]
Convert some GeometryInfos

10 months agoMerge pull request #17477 from peterrum/extract_elasticity_modes
Peter Munch [Fri, 23 Aug 2024 20:26:58 +0000 (22:26 +0200)]
Merge pull request #17477 from peterrum/extract_elasticity_modes

`DoFTools`: Extract elasticity modes

10 months agoMerge pull request #17398 from masterleinad/remove_step_52
Daniel Arndt [Fri, 23 Aug 2024 19:07:47 +0000 (15:07 -0400)]
Merge pull request #17398 from masterleinad/remove_step_52

 Remove step-52

10 months agoChangelog entry 17398/head
Daniel Arndt [Mon, 29 Jul 2024 02:43:38 +0000 (22:43 -0400)]
Changelog entry

10 months agoRemove step-52
Daniel Arndt [Fri, 26 Jul 2024 15:33:09 +0000 (11:33 -0400)]
Remove step-52

10 months agoRemove deprecated entries in OutputStyle 17591/head
Peter Munch [Wed, 21 Aug 2024 21:01:00 +0000 (23:01 +0200)]
Remove deprecated entries in OutputStyle

10 months agoApply changes 17477/head
Peter Munch [Thu, 22 Aug 2024 18:25:14 +0000 (20:25 +0200)]
Apply changes

10 months agoAdd hp hanging node face test.
Marc Fehling [Thu, 22 Aug 2024 23:14:47 +0000 (17:14 -0600)]
Add hp hanging node face test.

10 months agoMerge pull request #17593 from peterrum/ph_keep_changed
Bruno Blais [Thu, 22 Aug 2024 20:55:02 +0000 (16:55 -0400)]
Merge pull request #17593 from peterrum/ph_keep_changed

ParameterHandler: Only keep non-default parameters during printing

10 months agoAdd DoFTools::extract_elasticity_modes()
Peter Munch [Wed, 7 Aug 2024 08:00:45 +0000 (10:00 +0200)]
Add DoFTools::extract_elasticity_modes()

10 months agoParameterHandler: Only keep non-default parameters during printing 17593/head
Peter Munch [Wed, 21 Aug 2024 21:10:12 +0000 (23:10 +0200)]
ParameterHandler: Only keep non-default parameters during printing

10 months agoMerge pull request #17594 from pcafrica/doxygen_style
Matthias Maier [Thu, 22 Aug 2024 13:57:26 +0000 (13:57 +0000)]
Merge pull request #17594 from pcafrica/doxygen_style

Fix doxygen-awesome colors

10 months agoFix doxygen-awesome colors 17594/head
Pasquale Africa [Thu, 22 Aug 2024 10:11:58 +0000 (10:11 +0000)]
Fix doxygen-awesome colors

10 months agoMerge pull request #17588 from mkghadban/added_contribution_to_minor_changes
Wolfgang Bangerth [Wed, 21 Aug 2024 22:59:29 +0000 (16:59 -0600)]
Merge pull request #17588 from mkghadban/added_contribution_to_minor_changes

added my contribution to list of minor changes

10 months agoAdd a test. 17592/head
Wolfgang Bangerth [Wed, 21 Aug 2024 22:28:08 +0000 (16:28 -0600)]
Add a test.

10 months agoAdd a changelog entry.
Wolfgang Bangerth [Wed, 21 Aug 2024 22:21:58 +0000 (16:21 -0600)]
Add a changelog entry.


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.