]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
2 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.

2 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

2 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

2 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.

2 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>
2 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

2 months agoImprove test comments. 17491/head
Luca Heltai [Sun, 1 Sep 2024 10:37:03 +0000 (12:37 +0200)]
Improve test comments.

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

2 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.

2 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.

2 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.

2 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.

2 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.

2 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

2 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.

2 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

2 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

2 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.

2 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.

2 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

2 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.

2 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

2 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

2 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

2 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.

2 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

2 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.

2 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

2 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.

2 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

2 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.

2 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.

2 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.

2 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.

2 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.

2 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.

2 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.

2 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.

2 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.

2 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.

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

2 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.

2 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

2 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

2 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().

2 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().

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

2 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

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

2 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)

2 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()

2 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

2 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.

2 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.

2 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

2 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.

2 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.

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

2 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

2 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

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

2 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

2 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

2 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

2 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

2 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>
2 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

2 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.

2 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

2 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)

2 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

2 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

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

2 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

2 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

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

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

2 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

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

2 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.

2 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

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

2 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

2 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

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

2 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

2 months agoadded my contribution to minor changes 17588/head
Mohamad Ghadban [Wed, 21 Aug 2024 00:36:00 +0000 (18:36 -0600)]
added my contribution to minor changes

2 months agoMerge pull request #17589 from tjhei/remove-stale-cuda-quick-test
Daniel Arndt [Wed, 21 Aug 2024 20:52:44 +0000 (16:52 -0400)]
Merge pull request #17589 from tjhei/remove-stale-cuda-quick-test

remove a forgotten cuda quick_test output

2 months agoMerge pull request #17557 from pcafrica/doxygen_style
Timo Heister [Wed, 21 Aug 2024 19:41:15 +0000 (15:41 -0400)]
Merge pull request #17557 from pcafrica/doxygen_style

Use doxygen-awesome template for the documentation

2 months agoUse doxygen-awesome template for the documentation 17557/head
Pasquale Africa [Fri, 16 Aug 2024 12:26:57 +0000 (12:26 +0000)]
Use doxygen-awesome template for the documentation

2 months agoMerge pull request #17571 from marcfehling/typo
Marc Fehling [Wed, 21 Aug 2024 17:59:28 +0000 (11:59 -0600)]
Merge pull request #17571 from marcfehling/typo

Update typos to 1.23.6.

2 months agoremove a forgotten cuda quick_test output 17589/head
Timo Heister [Wed, 21 Aug 2024 17:58:36 +0000 (13:58 -0400)]
remove a forgotten cuda quick_test output

2 months agoMerge pull request #17582 from masterleinad/portable_matrix_free_initialize_host_vector
Daniel Arndt [Wed, 21 Aug 2024 17:21:12 +0000 (13:21 -0400)]
Merge pull request #17582 from masterleinad/portable_matrix_free_initialize_host_vector

Portable MatrixFree: Allow initializing host vector

2 months agoMemorySpace -> MemorySpaceType 17582/head
Daniel Arndt [Wed, 21 Aug 2024 13:22:54 +0000 (09:22 -0400)]
MemorySpace -> MemorySpaceType

2 months agoAdd function to deprecate parameter.
Rene Gassmoeller [Sun, 11 Aug 2024 16:43:09 +0000 (10:43 -0600)]
Add function to deprecate parameter.

2 months agoMerge pull request #17581 from marcfehling/doc-soltrans
Martin Kronbichler [Wed, 21 Aug 2024 08:39:30 +0000 (10:39 +0200)]
Merge pull request #17581 from marcfehling/doc-soltrans

Enhance documentation of SolutionTransfer.

2 months agoMerge pull request #17585 from bangerth/adjust
Martin Kronbichler [Wed, 21 Aug 2024 08:35:48 +0000 (10:35 +0200)]
Merge pull request #17585 from bangerth/adjust

Adjust a variable name in a test.

2 months agoMerge pull request #17587 from bangerth/fast-path
Martin Kronbichler [Wed, 21 Aug 2024 08:35:15 +0000 (10:35 +0200)]
Merge pull request #17587 from bangerth/fast-path

Reintroduce a fast path for FESystem::compare_for_domination().

2 months agoReintroduce a fast path for FESystem::compare_for_domination(). 17587/head
Wolfgang Bangerth [Tue, 20 Aug 2024 23:41:45 +0000 (17:41 -0600)]
Reintroduce a fast path for FESystem::compare_for_domination().

2 months agoAdjust a variable name in a test. 17585/head
Wolfgang Bangerth [Tue, 20 Aug 2024 23:28:00 +0000 (17:28 -0600)]
Adjust a variable name in a test.

The test checks the FiniteElementData members, but the objects stored in the
array used in the test are all FiniteElement objects.


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.