]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
5 weeks agoMerge pull request #17510 from tamiko/minimize_unused_parameter_warnings
Timo Heister [Tue, 13 Aug 2024 19:23:52 +0000 (15:23 -0400)]
Merge pull request #17510 from tamiko/minimize_unused_parameter_warnings

Assert Macro: avoid unused parameters (etc.) warnings by always using macro arguments

5 weeks agoMerge pull request #17508 from tjhei/fix-warn
Matthias Maier [Tue, 13 Aug 2024 19:22:29 +0000 (19:22 +0000)]
Merge pull request #17508 from tjhei/fix-warn

remove [[maybe_unused]] in fe.cc

5 weeks agoMerge pull request #17507 from drwells/fix-petsc-matrix-base-set-add
Matthias Maier [Tue, 13 Aug 2024 17:28:50 +0000 (17:28 +0000)]
Merge pull request #17507 from drwells/fix-petsc-matrix-base-set-add

Fix PETScWrappers::MatrixBase::add()

5 weeks agoAssert Macro: avoid unused parameters (etc.) warnings by always using macro arguments 17510/head
Matthias Maier [Tue, 13 Aug 2024 15:50:44 +0000 (10:50 -0500)]
Assert Macro: avoid unused parameters (etc.) warnings by always using macro arguments

5 weeks agoremove [[maybe_unused]] in fe.cc 17508/head
Timo Heister [Tue, 13 Aug 2024 15:02:53 +0000 (11:02 -0400)]
remove [[maybe_unused]] in fe.cc

This fixes the serial jenkins (gcc 9.4+unity build)

5 weeks agoMerge pull request #17499 from Sam0h51/remove_void_cast_init_finalize
Wolfgang Bangerth [Tue, 13 Aug 2024 15:00:29 +0000 (09:00 -0600)]
Merge pull request #17499 from Sam0h51/remove_void_cast_init_finalize

Replaced void cast with [[maybe_unused]] in init_finalize.cc

5 weeks agoMerge pull request #17498 from jordanhoffart/remove_void_cast_fe
Matthias Maier [Tue, 13 Aug 2024 03:19:05 +0000 (03:19 +0000)]
Merge pull request #17498 from jordanhoffart/remove_void_cast_fe

Remove first 6/13 void casts in fe.cc

5 weeks agoMerge pull request #17494 from gassmoeller/remove_void_cast_mapping_q_eulerian
Matthias Maier [Tue, 13 Aug 2024 03:16:03 +0000 (03:16 +0000)]
Merge pull request #17494 from gassmoeller/remove_void_cast_mapping_q_eulerian

Modernize void cast

5 weeks agoMerge pull request #17493 from lpsaavedra/remove_void_cast
Matthias Maier [Tue, 13 Aug 2024 03:15:21 +0000 (03:15 +0000)]
Merge pull request #17493 from lpsaavedra/remove_void_cast

Replace void cast with `[[maybe_unused]]` in FESystem source file

5 weeks agoMerge pull request #17416 from bangerth/smart-pointer
David Wells [Tue, 13 Aug 2024 02:56:51 +0000 (20:56 -0600)]
Merge pull request #17416 from bangerth/smart-pointer

Add move operations to SmartPointer.

5 weeks agoPETScWrappers::MatrixBase: use small_vector to avoid an allocation. 17507/head
David Wells [Tue, 13 Aug 2024 02:13:39 +0000 (20:13 -0600)]
PETScWrappers::MatrixBase: use small_vector to avoid an allocation.

Make it big enough to support a common Stokes element.

5 weeks agoMerge pull request #17481 from tamiko/relax_64bit_constraints
Wolfgang Bangerth [Tue, 13 Aug 2024 02:20:20 +0000 (20:20 -0600)]
Merge pull request #17481 from tamiko/relax_64bit_constraints

CMake: allow PETSc to be configured with differing ordinals

5 weeks agoPETScWrappers::MatrixBase: consolidate the add and set functions.
David Wells [Mon, 12 Aug 2024 22:24:45 +0000 (16:24 -0600)]
PETScWrappers::MatrixBase: consolidate the add and set functions.

The only difference is the VectorOperation.

5 weeks agoMake indent 17494/head
Rene Gassmoeller [Mon, 12 Aug 2024 22:15:44 +0000 (16:15 -0600)]
Make indent

5 weeks agoPETScWrappers::MatrixBase: remove some mutable variables.
David Wells [Mon, 12 Aug 2024 21:57:00 +0000 (15:57 -0600)]
PETScWrappers::MatrixBase: remove some mutable variables.

5 weeks agoMerge pull request #17476 from tjhei/move-changelog-entry
Marc Fehling [Mon, 12 Aug 2024 21:37:14 +0000 (15:37 -0600)]
Merge pull request #17476 from tjhei/move-changelog-entry

put a changelog entry into the right place

5 weeks agoMerge pull request #17478 from peterrum/static_cast_remove
Matthias Maier [Mon, 12 Aug 2024 21:12:36 +0000 (21:12 +0000)]
Merge pull request #17478 from peterrum/static_cast_remove

Remove `static_cast`

5 weeks agoRemove void casts in FESystem source file 17493/head
Laura Prieto Saavedra [Mon, 12 Aug 2024 21:12:35 +0000 (17:12 -0400)]
Remove void casts in FESystem source file

5 weeks agoReplaced void cast with [[maybe_unused]] in init_finalize.cc 17499/head
Sam Scheuerman [Mon, 12 Aug 2024 21:12:22 +0000 (15:12 -0600)]
Replaced void cast with [[maybe_unused]] in init_finalize.cc

5 weeks agoModernize void cast
Rene Gassmoeller [Mon, 12 Aug 2024 21:12:08 +0000 (15:12 -0600)]
Modernize void cast

5 weeks agoRemove first 6/13 void casts in fe.cc 17498/head
Jordan Hoffart [Mon, 12 Aug 2024 20:51:50 +0000 (14:51 -0600)]
Remove first 6/13 void casts in fe.cc

5 weeks agoMerge pull request #17480 from tjhei/fix-some-changelog-dates
Matthias Maier [Mon, 12 Aug 2024 20:34:29 +0000 (20:34 +0000)]
Merge pull request #17480 from tjhei/fix-some-changelog-dates

fix some very old changelog dates

5 weeks agoone more 17480/head
Timo Heister [Mon, 12 Aug 2024 17:23:25 +0000 (13:23 -0400)]
one more

5 weeks agoMerge pull request #17471 from tjhei/really-disable-complex-int
Matthias Maier [Mon, 12 Aug 2024 16:53:23 +0000 (16:53 +0000)]
Merge pull request #17471 from tjhei/really-disable-complex-int

change DEAL_II_WITH_COMPLEX_VALUES default to OFF

5 weeks agofix some very old changelog dates
Timo Heister [Mon, 12 Aug 2024 15:48:23 +0000 (11:48 -0400)]
fix some very old changelog dates

5 weeks agoput a changelog entry into the right place 17476/head
Timo Heister [Mon, 12 Aug 2024 13:32:17 +0000 (09:32 -0400)]
put a changelog entry into the right place

5 weeks agoDisallow copying SmartPointers pointing to dead objects. 17416/head
Wolfgang Bangerth [Mon, 12 Aug 2024 14:27:21 +0000 (08:27 -0600)]
Disallow copying SmartPointers pointing to dead objects.

5 weeks agodisable two tests 17471/head
Timo Heister [Mon, 12 Aug 2024 13:29:57 +0000 (09:29 -0400)]
disable two tests

5 weeks agoMerge pull request #17469 from drwells/petsc-communication-pattern-assertions
David Wells [Mon, 12 Aug 2024 13:06:07 +0000 (07:06 -0600)]
Merge pull request #17469 from drwells/petsc-communication-pattern-assertions

Check all PETSc index conversions.

5 weeks agoMerge pull request #17475 from tjhei/step-81-print-output
David Wells [Mon, 12 Aug 2024 04:37:43 +0000 (22:37 -0600)]
Merge pull request #17475 from tjhei/step-81-print-output

step-81: print something more to the screen

5 weeks agoPETScWrappers::VectorBase: use a better assertion. 17469/head
David Wells [Mon, 12 Aug 2024 02:43:54 +0000 (20:43 -0600)]
PETScWrappers::VectorBase: use a better assertion.

5 weeks agoPETScWrappers::MatrixBase: fix an assertion.
David Wells [Sun, 11 Aug 2024 21:24:31 +0000 (15:24 -0600)]
PETScWrappers::MatrixBase: fix an assertion.

5 weeks agoPETScWrappers::MPI::Vector: add index conversion checks.
David Wells [Sun, 11 Aug 2024 21:11:44 +0000 (15:11 -0600)]
PETScWrappers::MPI::Vector: add index conversion checks.

5 weeks agoPETScWrappers::VectorBase: add index conversion checks.
David Wells [Sun, 11 Aug 2024 21:11:15 +0000 (15:11 -0600)]
PETScWrappers::VectorBase: add index conversion checks.

5 weeks agoPETScWrappers::SparseMatrix: add index conversion checks.
David Wells [Sun, 11 Aug 2024 20:12:04 +0000 (14:12 -0600)]
PETScWrappers::SparseMatrix: add index conversion checks.

5 weeks agoPETScWrappers::MPI::SparseMatrix: add index conversion checks.
David Wells [Sun, 11 Aug 2024 20:08:48 +0000 (14:08 -0600)]
PETScWrappers::MPI::SparseMatrix: add index conversion checks.

5 weeks agoPetscWrappers::MatrixBase: add index conversion checks.
David Wells [Sun, 11 Aug 2024 20:08:11 +0000 (14:08 -0600)]
PetscWrappers::MatrixBase: add index conversion checks.

5 weeks agoIndexSet::make_petsc_is(): assert indices are in range.
David Wells [Sun, 11 Aug 2024 19:13:35 +0000 (13:13 -0600)]
IndexSet::make_petsc_is(): assert indices are in range.

5 weeks agoPETScWrappers::MatrixBase::add(): assert indices are in range.
David Wells [Sun, 11 Aug 2024 19:12:16 +0000 (13:12 -0600)]
PETScWrappers::MatrixBase::add(): assert indices are in range.

5 weeks agoPETScWrappers::MatrixBase::set(): assert indices are in range.
David Wells [Sun, 11 Aug 2024 18:49:08 +0000 (12:49 -0600)]
PETScWrappers::MatrixBase::set(): assert indices are in range.

5 weeks agoPETScWrappers::CommunicationPattern: assert indices are in range.
David Wells [Sun, 11 Aug 2024 18:19:14 +0000 (12:19 -0600)]
PETScWrappers::CommunicationPattern: assert indices are in range.

5 weeks agoAdd assertions for integer conversions.
David Wells [Sun, 11 Aug 2024 18:18:19 +0000 (12:18 -0600)]
Add assertions for integer conversions.

These are the same as AssertDimension() but for integer conversions.

5 weeks agoMerge pull request #17468 from drwells/fix-petsc-extract-subvector
David Wells [Mon, 12 Aug 2024 02:26:42 +0000 (20:26 -0600)]
Merge pull request #17468 from drwells/fix-petsc-extract-subvector

PETScWrappers::VectorBase: avoid hard-coding unsigned int indices.

5 weeks agostep-81: print something more to the screen 17475/head
Timo Heister [Sun, 11 Aug 2024 19:05:49 +0000 (15:05 -0400)]
step-81: print something more to the screen

5 weeks agoMerge pull request #17467 from tjhei/disable-complex-inst
Matthias Maier [Mon, 12 Aug 2024 00:21:54 +0000 (00:21 +0000)]
Merge pull request #17467 from tjhei/disable-complex-inst

step-81: do not require WITH_COMPLEX_VALUES

5 weeks agoMerge pull request #17470 from tamiko/strict_aliasing
Matthias Maier [Sun, 11 Aug 2024 23:38:27 +0000 (23:38 +0000)]
Merge pull request #17470 from tamiko/strict_aliasing

CMake: do not set -fstrict-aliasing explicitly

5 weeks agochangelog
Timo Heister [Sun, 11 Aug 2024 22:59:39 +0000 (18:59 -0400)]
changelog

5 weeks agochange DEAL_II_WITH_COMPLEX_VALUES default to OFF
Timo Heister [Sun, 11 Aug 2024 22:15:33 +0000 (18:15 -0400)]
change DEAL_II_WITH_COMPLEX_VALUES default to OFF

5 weeks agoMerge pull request #17465 from tjhei/kokkos-cuda-warn-return
Daniel Arndt [Sun, 11 Aug 2024 20:09:11 +0000 (14:09 -0600)]
Merge pull request #17465 from tjhei/kokkos-cuda-warn-return

Kokkos+CUDA: disable warning

5 weeks agoalso enable test 17467/head
Timo Heister [Sun, 11 Aug 2024 19:05:01 +0000 (15:05 -0400)]
also enable test

5 weeks agoCMake: do not set -fstrict-aliasing explicitly 17470/head
Matthias Maier [Sun, 11 Aug 2024 18:59:19 +0000 (13:59 -0500)]
CMake: do not set -fstrict-aliasing explicitly

This flag is part of the -O2 optimization set already. So let's not set
it manually.

5 weeks agoCMake: allow PETSc to be configured with differing ordinals 17481/head
Matthias Maier [Sun, 11 Aug 2024 17:50:26 +0000 (12:50 -0500)]
CMake: allow PETSc to be configured with differing ordinals

5 weeks agoPETScWrappers::VectorBase: avoid hard-coding unsigned int indices. 17468/head
David Wells [Sun, 11 Aug 2024 17:50:05 +0000 (11:50 -0600)]
PETScWrappers::VectorBase: avoid hard-coding unsigned int indices.

Part of #16528.

5 weeks agostep-81: do not require WITH_COMPLEX_VALUES
Timo Heister [Sun, 11 Aug 2024 17:31:09 +0000 (13:31 -0400)]
step-81: do not require WITH_COMPLEX_VALUES

We are not using any of the SP/Matrices with complex

5 weeks agoKokkos+CUDA: disable warning 17465/head
Timo Heister [Sun, 11 Aug 2024 17:21:58 +0000 (13:21 -0400)]
Kokkos+CUDA: disable warning

nvcc decides that it should produce a warning about a missing return in
a situation like this:
```
{
  if (check)
    return true;
  else
    return false;
}
```
Disable this warning.

5 weeks agoRemove static_cast 17478/head
Peter Munch [Sat, 10 Aug 2024 16:38:33 +0000 (18:38 +0200)]
Remove static_cast

5 weeks agoMerge pull request #17449 from bangerth/assertion-text
Rene Gassmoeller [Sat, 10 Aug 2024 15:46:14 +0000 (08:46 -0700)]
Merge pull request #17449 from bangerth/assertion-text

Improve an error message.

5 weeks agoMake sure noexcept functions are indeed noexcept.
Wolfgang Bangerth [Tue, 6 Aug 2024 17:17:18 +0000 (11:17 -0600)]
Make sure noexcept functions are indeed noexcept.

5 weeks agoMake code easier to read by moving a condition outward.
Wolfgang Bangerth [Tue, 6 Aug 2024 16:27:40 +0000 (10:27 -0600)]
Make code easier to read by moving a condition outward.

5 weeks agoAdd a forgotten std::move(...) use.
Wolfgang Bangerth [Thu, 1 Aug 2024 16:28:37 +0000 (10:28 -0600)]
Add a forgotten std::move(...) use.

5 weeks agoAdd move operations to SmartPointer.
Wolfgang Bangerth [Thu, 25 Jul 2024 23:51:33 +0000 (17:51 -0600)]
Add move operations to SmartPointer.

5 weeks agoMerge pull request #17463 from marcfehling/ref-nedelec
Martin Kronbichler [Fri, 9 Aug 2024 08:42:45 +0000 (10:42 +0200)]
Merge pull request #17463 from marcfehling/ref-nedelec

Move some references out of the NedelecSZ class.

5 weeks agoMove some references out of the NedelecSZ class. 17463/head
Marc Fehling [Fri, 9 Aug 2024 06:34:56 +0000 (08:34 +0200)]
Move some references out of the NedelecSZ class.

6 weeks agoMerge pull request #17460 from masterleinad/fix_nedelecsz
Wolfgang Bangerth [Thu, 8 Aug 2024 21:34:36 +0000 (15:34 -0600)]
Merge pull request #17460 from masterleinad/fix_nedelecsz

Fix documentation for FE_NedelecSZ

6 weeks agoMerge pull request #17430 from masterleinad/tpetra_on_device_new
Timo Heister [Thu, 8 Aug 2024 21:14:08 +0000 (17:14 -0400)]
Merge pull request #17430 from masterleinad/tpetra_on_device_new

Fix Tpetra with MemorySpace::Default

6 weeks agoMerge pull request #17457 from masterleinad/fix_depreacted_errors
Daniel Arndt [Thu, 8 Aug 2024 20:58:17 +0000 (16:58 -0400)]
Merge pull request #17457 from masterleinad/fix_depreacted_errors

Fix tests after removing deprecated code

6 weeks agoMerge pull request #17452 from marcfehling/step-86
Wolfgang Bangerth [Thu, 8 Aug 2024 16:56:01 +0000 (10:56 -0600)]
Merge pull request #17452 from marcfehling/step-86

step-86: Fix mathjax error.

6 weeks agoFix documentatioj for FE_NedelecSZ 17460/head
Daniel Arndt [Thu, 8 Aug 2024 16:31:37 +0000 (12:31 -0400)]
Fix documentatioj for FE_NedelecSZ

6 weeks agoFix tests after reoving deprecated code 17457/head
Daniel Arndt [Thu, 8 Aug 2024 16:02:10 +0000 (12:02 -0400)]
Fix tests after reoving deprecated code

6 weeks agoMerge pull request #17454 from bergbauer/fix_tpetra
Matthias Maier [Thu, 8 Aug 2024 16:02:13 +0000 (16:02 +0000)]
Merge pull request #17454 from bergbauer/fix_tpetra

Fix Tpetra for 13.0

6 weeks agoMerge pull request #17447 from eterrell11/fix_step_86_dependencies
Matthias Maier [Thu, 8 Aug 2024 15:22:47 +0000 (15:22 +0000)]
Merge pull request #17447 from eterrell11/fix_step_86_dependencies

Edit step-86 CMakeLists.txt such that it recognizes dependency on P4EST

6 weeks agoFix Tpetra for 13.0 17454/head
Maximilian Bergbauer [Thu, 8 Aug 2024 10:24:51 +0000 (12:24 +0200)]
Fix Tpetra for 13.0

6 weeks agostep-86: Fix mathjax error. 17452/head
Marc Fehling [Thu, 8 Aug 2024 08:22:35 +0000 (10:22 +0200)]
step-86: Fix mathjax error.

6 weeks agoMerge pull request #17446 from bangerth/assertion
Daniel Arndt [Wed, 7 Aug 2024 20:54:33 +0000 (16:54 -0400)]
Merge pull request #17446 from bangerth/assertion

Add missing assertions.

6 weeks agoImprove an error message. 17449/head
Wolfgang Bangerth [Wed, 7 Aug 2024 20:38:45 +0000 (14:38 -0600)]
Improve an error message.

6 weeks agoMerge pull request #17441 from masterleinad/fix_cuda-ci
Daniel Arndt [Wed, 7 Aug 2024 19:56:45 +0000 (15:56 -0400)]
Merge pull request #17441 from masterleinad/fix_cuda-ci

 GitHub Cuda CI: Remove large packages

6 weeks agoEdit step-86 CMakeLists.txt such that it recognizes dependency on P4EST 17447/head
Edward Terrell [Wed, 7 Aug 2024 18:40:47 +0000 (14:40 -0400)]
Edit step-86 CMakeLists.txt such that it recognizes dependency on P4EST

6 weeks agoMerge pull request #17444 from masterleinad/fix_deprecatins
Wolfgang Bangerth [Wed, 7 Aug 2024 17:32:28 +0000 (11:32 -0600)]
Merge pull request #17444 from masterleinad/fix_deprecatins

Remove deprecations in 9.5.0 release

6 weeks agoAdd missing assertions. 17446/head
Wolfgang Bangerth [Wed, 7 Aug 2024 17:14:07 +0000 (11:14 -0600)]
Add missing assertions.

6 weeks agoRemove 9.5 release deprecations 17444/head
Daniel Arndt [Tue, 6 Aug 2024 21:03:09 +0000 (17:03 -0400)]
Remove 9.5 release deprecations

6 weeks agoMerge pull request #17424 from tjhei/kokkos-nvcc-ignore-cast-qual
Daniel Arndt [Tue, 6 Aug 2024 19:41:30 +0000 (15:41 -0400)]
Merge pull request #17424 from tjhei/kokkos-nvcc-ignore-cast-qual

silence a Kokkos+CUDA warning

6 weeks agoMerge pull request #17437 from masterleinad/fix_tpetra_aliases
Daniel Arndt [Tue, 6 Aug 2024 19:41:12 +0000 (15:41 -0400)]
Merge pull request #17437 from masterleinad/fix_tpetra_aliases

Use aliases for TpetraTypes::[Dual]View[Unmanaged]

6 weeks agoMerge pull request #17425 from tjhei/nvcc-particle-get_prop-hack
Daniel Arndt [Tue, 6 Aug 2024 19:40:42 +0000 (15:40 -0400)]
Merge pull request #17425 from tjhei/nvcc-particle-get_prop-hack

fix nvcc compilation in particle handler

6 weeks agoMerge pull request #17415 from QY-Shi/fix_petsc_vector_entry_ptr
Wolfgang Bangerth [Tue, 6 Aug 2024 17:22:46 +0000 (11:22 -0600)]
Merge pull request #17415 from QY-Shi/fix_petsc_vector_entry_ptr

Fix pointer traversal range of PETSc vectors on each process

6 weeks agoMerge pull request #17423 from drwells/petsc-partitioner-deprecated
Wolfgang Bangerth [Tue, 6 Aug 2024 17:19:09 +0000 (11:19 -0600)]
Merge pull request #17423 from drwells/petsc-partitioner-deprecated

PETScWrappers: don't use deprecated functions.

6 weeks agoDon't install nsight compute 17441/head
Daniel Arndt [Tue, 6 Aug 2024 17:01:35 +0000 (13:01 -0400)]
Don't install nsight compute

6 weeks agoReplace ghc with nsight-compute
Daniel Arndt [Tue, 6 Aug 2024 16:15:50 +0000 (12:15 -0400)]
Replace ghc with nsight-compute

6 weeks agoMerge pull request #17396 from peterrum/vt_interpolate_mg
Martin Kronbichler [Tue, 6 Aug 2024 16:11:34 +0000 (18:11 +0200)]
Merge pull request #17396 from peterrum/vt_interpolate_mg

VT::interpolate() for multigrid levels

6 weeks agoGitHub Cuda CI: Remove large packages
Daniel Arndt [Tue, 6 Aug 2024 15:35:55 +0000 (11:35 -0400)]
GitHub Cuda CI: Remove large packages

6 weeks agoDefine HostViewType in terms of DualViewType 17437/head
Daniel Arndt [Tue, 6 Aug 2024 15:06:18 +0000 (11:06 -0400)]
Define HostViewType in terms of DualViewType

6 weeks agoMerge pull request #17436 from masterleinad/update_print_deprecations
David Wells [Tue, 6 Aug 2024 14:12:14 +0000 (10:12 -0400)]
Merge pull request #17436 from masterleinad/update_print_deprecations

Update print_deprecated.py for python3

6 weeks agoUse aliases for TpetraTypes::[Dual]View[Unmanaged]
Daniel Arndt [Mon, 5 Aug 2024 20:04:46 +0000 (16:04 -0400)]
Use aliases for TpetraTypes::[Dual]View[Unmanaged]

6 weeks agoUpdate print_deprecated.py 17436/head
Daniel Arndt [Mon, 5 Aug 2024 18:45:34 +0000 (14:45 -0400)]
Update print_deprecated.py

6 weeks agoMerge pull request #17410 from chaos-polymtl/fix_tutorial_input_files
Daniel Arndt [Mon, 5 Aug 2024 18:07:02 +0000 (14:07 -0400)]
Merge pull request #17410 from chaos-polymtl/fix_tutorial_input_files

[9.6] Fix p2_adaptive.prm file for step-42

6 weeks agoPrefer KOKKOS_ENABLE_* over HAVE_TPETRA_INST_* 17430/head
Daniel Arndt [Mon, 5 Aug 2024 15:21:42 +0000 (15:21 +0000)]
Prefer KOKKOS_ENABLE_* over HAVE_TPETRA_INST_*

6 weeks agoMerge pull request #17388 from marcfehling/check-examples
Daniel Arndt [Mon, 5 Aug 2024 12:29:27 +0000 (08:29 -0400)]
Merge pull request #17388 from marcfehling/check-examples

Enable `setup_tests_examples` in Windows workflow.

6 weeks agoMerge pull request #17432 from peterrum/mf_matrix_fix
David Wells [Mon, 5 Aug 2024 01:57:49 +0000 (02:57 +0100)]
Merge pull request #17432 from peterrum/mf_matrix_fix

Fix MatrixFreeTools::compute_matrix()

6 weeks agoFix MatrixFreeTools::compute_matrix() 17432/head
Peter Munch [Sun, 4 Aug 2024 11:08:29 +0000 (13:08 +0200)]
Fix MatrixFreeTools::compute_matrix()

6 weeks agoMerge pull request #17428 from peterrum/mf_diagonal_fix
Peter Munch [Sun, 4 Aug 2024 09:58:39 +0000 (11:58 +0200)]
Merge pull request #17428 from peterrum/mf_diagonal_fix

Fix MatrixFreeTools::compute_diagonal

6 weeks agoMerge pull request #17427 from tjhei/step-75-add-ref
Martin Kronbichler [Sun, 4 Aug 2024 08:01:25 +0000 (10:01 +0200)]
Merge pull request #17427 from tjhei/step-75-add-ref

step-75: add a missing reference


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.