]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
6 months agoMailmap: add missing entries 16685/head
Matthias Maier [Wed, 21 Feb 2024 04:55:59 +0000 (22:55 -0600)]
Mailmap: add missing entries

6 months agoMailmap: sort and compactify
Matthias Maier [Wed, 21 Feb 2024 03:36:17 +0000 (21:36 -0600)]
Mailmap: sort and compactify

6 months agoMerge pull request #16682 from masterleinad/ci_matrix_free_kokkos
Marc Fehling [Wed, 21 Feb 2024 02:21:58 +0000 (19:21 -0700)]
Merge pull request #16682 from masterleinad/ci_matrix_free_kokkos

GitHub CI: Also compile matrix_free_kokkos tests in CUDA CI

6 months agoMerge pull request #16681 from bangerth/efficiency
Marc Fehling [Wed, 21 Feb 2024 01:22:40 +0000 (18:22 -0700)]
Merge pull request #16681 from bangerth/efficiency

Minor efficiency improvement.

6 months agoMerge pull request #16683 from masterleinad/tpetra_complex_solver_direct
Marc Fehling [Wed, 21 Feb 2024 01:18:57 +0000 (18:18 -0700)]
Merge pull request #16683 from masterleinad/tpetra_complex_solver_direct

Tpetra: Fix instantiations for SolverDirect* with complex number types

6 months agoGitHub CI: Also compile matrix_free_kokkos tests in CUDA CI 16682/head
Daniel Arndt [Tue, 20 Feb 2024 20:28:13 +0000 (15:28 -0500)]
GitHub CI: Also compile matrix_free_kokkos tests in CUDA CI

6 months agoTpetra: Fix instantiations for SolverDirect* with complex number types 16683/head
Daniel Arndt [Tue, 20 Feb 2024 22:07:48 +0000 (17:07 -0500)]
Tpetra: Fix instantiations for SolverDirect* with complex number types

6 months agoMinor efficiency improvement. 16681/head
Wolfgang Bangerth [Tue, 20 Feb 2024 17:53:40 +0000 (10:53 -0700)]
Minor efficiency improvement.

6 months agoMerge pull request #16679 from masterleinad/tpetra_fix_complex
Wolfgang Bangerth [Tue, 20 Feb 2024 17:47:43 +0000 (10:47 -0700)]
Merge pull request #16679 from masterleinad/tpetra_fix_complex

Tpetra: Fix compiling with complex values

6 months agoMerge pull request #16676 from masterleinad/tpetra_clear_row
Wolfgang Bangerth [Tue, 20 Feb 2024 17:46:42 +0000 (10:46 -0700)]
Merge pull request #16676 from masterleinad/tpetra_clear_row

Tpetra: Add SparseMatrix::clear_row[s]

6 months agoMerge pull request #16674 from tamiko/fix_cmake_optimized_debug_keywords
Daniel Arndt [Tue, 20 Feb 2024 17:04:55 +0000 (12:04 -0500)]
Merge pull request #16674 from tamiko/fix_cmake_optimized_debug_keywords

CMake: honor `optimized`,`debug`, and `general` keywords in `LIBRARIES` and `TARGETS`

6 months agoMerge pull request #16670 from bangerth/size-type
Daniel Arndt [Tue, 20 Feb 2024 16:49:53 +0000 (11:49 -0500)]
Merge pull request #16670 from bangerth/size-type

Use size_type as return type of SparseMatrix::m().

6 months agoMerge pull request #16677 from bangerth/t-8
Daniel Arndt [Tue, 20 Feb 2024 15:48:18 +0000 (10:48 -0500)]
Merge pull request #16677 from bangerth/t-8

Add Tpetra SparseMatrix::matrix_scalar_product() and matrix_norm_square().

6 months agoFix compiling clear_rows with newer Trilinos versions 16676/head
Daniel Arndt [Tue, 20 Feb 2024 14:30:40 +0000 (09:30 -0500)]
Fix compiling clear_rows with newer Trilinos versions

6 months agoLet clear_rows take an ArrayView argument
Daniel Arndt [Tue, 20 Feb 2024 14:29:16 +0000 (09:29 -0500)]
Let clear_rows take an ArrayView argument

6 months agoTpetra: Fix compiling with complex values 16679/head
Daniel Arndt [Tue, 20 Feb 2024 14:30:15 +0000 (09:30 -0500)]
Tpetra: Fix compiling with complex values

7 months agoMerge pull request #16673 from mschreter/fix_flux_sparsity_FE_Nothing
Wolfgang Bangerth [Mon, 19 Feb 2024 23:19:15 +0000 (16:19 -0700)]
Merge pull request #16673 from mschreter/fix_flux_sparsity_FE_Nothing

Fix `make_flux_sparsity_pattern` for `FENothing`

7 months agoAdd some missing assertions. 16677/head
Wolfgang Bangerth [Mon, 19 Feb 2024 23:15:59 +0000 (16:15 -0700)]
Add some missing assertions.

7 months agoAdd tests.
Wolfgang Bangerth [Mon, 19 Feb 2024 23:11:47 +0000 (16:11 -0700)]
Add tests.

7 months agoAdd Tpetra SparseMatrix::matrix_scalar_product() and matrix_norm_square().
Wolfgang Bangerth [Mon, 19 Feb 2024 23:10:50 +0000 (16:10 -0700)]
Add Tpetra SparseMatrix::matrix_scalar_product() and matrix_norm_square().

7 months agoTpetra: Add SparseMatrix::clear_row[s]
Daniel Arndt [Mon, 19 Feb 2024 22:10:07 +0000 (17:10 -0500)]
Tpetra: Add SparseMatrix::clear_row[s]

7 months agoMerge pull request #16672 from masterleinad/tpetra_is_non_negative
Daniel Arndt [Mon, 19 Feb 2024 20:38:42 +0000 (15:38 -0500)]
Merge pull request #16672 from masterleinad/tpetra_is_non_negative

Tpetra: Implement Vector::is_non_negative

7 months agoCMake: update comment 16674/head
Matthias Maier [Mon, 19 Feb 2024 19:49:05 +0000 (13:49 -0600)]
CMake: update comment

7 months agoCMake: bugfix: honor debug,optimized,release keywords in LIBRARIES and TARGETS
Matthias Maier [Mon, 19 Feb 2024 19:46:15 +0000 (13:46 -0600)]
CMake: bugfix: honor debug,optimized,release keywords in LIBRARIES and TARGETS

7 months agofix make_flux_sparsity_pattern for FENothing 16673/head
Magdalena Schreter [Mon, 19 Feb 2024 18:14:25 +0000 (19:14 +0100)]
fix make_flux_sparsity_pattern for FENothing

7 months agoMerge pull request #16650 from bangerth/sundials7
Daniel Arndt [Mon, 19 Feb 2024 19:04:55 +0000 (14:04 -0500)]
Merge pull request #16650 from bangerth/sundials7

Add output variants for SUNDIALS 7.

7 months agoMerge pull request #16457 from bangerth/assume
Daniel Arndt [Mon, 19 Feb 2024 18:31:40 +0000 (13:31 -0500)]
Merge pull request #16457 from bangerth/assume

[C++23] When using C++23, use [[assume]] attribute.

7 months agoTpetra: Implement Vector::is_non_negative 16672/head
Daniel Arndt [Mon, 19 Feb 2024 18:25:09 +0000 (13:25 -0500)]
Tpetra: Implement Vector::is_non_negative

7 months agoMerge pull request #16651 from bangerth/sundials7-2
Daniel Arndt [Mon, 19 Feb 2024 18:00:43 +0000 (13:00 -0500)]
Merge pull request #16651 from bangerth/sundials7-2

Add the remaining SUNDIALS 7 output variants.

7 months agoMerge pull request #16669 from masterleinad/fix_bundled_boost_unary_function
Daniel Arndt [Mon, 19 Feb 2024 16:39:40 +0000 (11:39 -0500)]
Merge pull request #16669 from masterleinad/fix_bundled_boost_unary_function

Fix bundled boost 1.70.0 to avoid using std::unary_function

7 months agoUse size_type as return type of SparseMatrix::m(). 16670/head
Wolfgang Bangerth [Mon, 19 Feb 2024 16:01:52 +0000 (09:01 -0700)]
Use size_type as return type of SparseMatrix::m().

7 months agoMerge pull request #16668 from kinnewig/tpetra_wrappers_fix
Wolfgang Bangerth [Mon, 19 Feb 2024 16:00:55 +0000 (09:00 -0700)]
Merge pull request #16668 from kinnewig/tpetra_wrappers_fix

Make LA::TpetraWrappers::SparseMatrix::copy_from compatible with older Trilinos versions.

7 months agoFix bundled boost 1.70.0 to avoid using std::unary_function 16669/head
Daniel Arndt [Mon, 19 Feb 2024 14:38:05 +0000 (09:38 -0500)]
Fix bundled boost 1.70.0 to avoid using std::unary_function

7 months agoMake LA::TpetraWrappers::SparseMatrix::copy_from compatible with older Trilinos versions. 16668/head
Sebastian Kinnewig [Mon, 19 Feb 2024 13:14:06 +0000 (14:14 +0100)]
Make LA::TpetraWrappers::SparseMatrix::copy_from compatible with older Trilinos versions.

7 months agoMerge pull request #16588 from kinnewig/tpetra_block_system
Wolfgang Bangerth [Mon, 19 Feb 2024 03:54:37 +0000 (20:54 -0700)]
Merge pull request #16588 from kinnewig/tpetra_block_system

Add TpetraWrapper::BlockVector and TpetraWrappers::BlockSparseMatrix

7 months agoMerge pull request #16660 from jpthiele/rm-vout
Wolfgang Bangerth [Mon, 19 Feb 2024 03:53:21 +0000 (20:53 -0700)]
Merge pull request #16660 from jpthiele/rm-vout

Remove verbose output from Tpetra direct solver

7 months agoMerge pull request #16664 from kinnewig/tpetra_wrappers_comparison_operator
Wolfgang Bangerth [Mon, 19 Feb 2024 03:53:09 +0000 (20:53 -0700)]
Merge pull request #16664 from kinnewig/tpetra_wrappers_comparison_operator

Add a comparison operator to LA::TpetraWrappers::Vector

7 months agoAdd a comparison operator to LA::TpetraWrappers::Vector 16664/head
Sebastian Kinnewig [Sun, 18 Feb 2024 17:37:51 +0000 (18:37 +0100)]
Add a comparison operator to LA::TpetraWrappers::Vector

7 months agoAdd reinit() method to create a LA::TpetraWrappers::SparseMatrix from a dealii::Spars... 16588/head
Sebastian Kinnewig [Sun, 18 Feb 2024 15:14:31 +0000 (16:14 +0100)]
Add reinit() method to create a LA::TpetraWrappers::SparseMatrix from a dealii::SparseMatrix.

7 months agoRework reinit_matrix in LA:TpetraWrappers::SparseMatrix
Sebastian Kinnewig [Sun, 18 Feb 2024 14:10:04 +0000 (15:10 +0100)]
Rework reinit_matrix in LA:TpetraWrappers::SparseMatrix

7 months agoMake TpetraWrapps::Vector compatible with BlockVectorBase.
Sebastian Kinnewig [Fri, 2 Feb 2024 10:35:56 +0000 (11:35 +0100)]
Make TpetraWrapps::Vector compatible with BlockVectorBase.

7 months agoMake TpetraWrapps::SparseMatrix compatible with BlockMatrixBase.
Sebastian Kinnewig [Fri, 2 Feb 2024 10:35:09 +0000 (11:35 +0100)]
Make TpetraWrapps::SparseMatrix compatible with BlockMatrixBase.

7 months agoIntroduce TpetraWrappers::BlockSparseMatrix
Sebastian Kinnewig [Wed, 31 Jan 2024 08:43:35 +0000 (09:43 +0100)]
Introduce TpetraWrappers::BlockSparseMatrix

7 months agoIntroduce TpetraWrappers::BlockVector
Sebastian Kinnewig [Mon, 29 Jan 2024 20:55:26 +0000 (21:55 +0100)]
Introduce TpetraWrappers::BlockVector

7 months agoRemove verbose output from direct solver 16660/head
Jan Philipp Thiele [Sat, 17 Feb 2024 16:19:22 +0000 (17:19 +0100)]
Remove verbose output from direct solver

7 months agoMerge pull request #16602 from jpthiele/tpetra-solverdirect
Wolfgang Bangerth [Sat, 17 Feb 2024 15:24:40 +0000 (08:24 -0700)]
Merge pull request #16602 from jpthiele/tpetra-solverdirect

Add SolverDirect for Tpetra Wrappers

7 months agoAdd initial support for Amesos2 16602/head
Jan Philipp Thiele [Mon, 12 Feb 2024 19:53:17 +0000 (20:53 +0100)]
Add initial support for Amesos2

7 months agoMerge pull request #16657 from drwells/extrude-assert
Wolfgang Bangerth [Fri, 16 Feb 2024 17:31:33 +0000 (10:31 -0700)]
Merge pull request #16657 from drwells/extrude-assert

Assert that we only extrude quadrilateral meshes.

7 months agoMerge pull request #16654 from bangerth/enable-if
Daniel Arndt [Fri, 16 Feb 2024 14:54:03 +0000 (09:54 -0500)]
Merge pull request #16654 from bangerth/enable-if

Only enable a function if a template type is right.

7 months agoAssert that we only extrude quadrilateral meshes. 16657/head
David Wells [Fri, 16 Feb 2024 14:32:53 +0000 (09:32 -0500)]
Assert that we only extrude quadrilateral meshes.

Extruding mixed or triangle meshes requires wedges: this isn't implemented yet.

7 months agoMerge pull request #16645 from sebproell/nvector-multi
Wolfgang Bangerth [Fri, 16 Feb 2024 03:42:55 +0000 (20:42 -0700)]
Merge pull request #16645 from sebproell/nvector-multi

SUNDIALS N_Vector: implement efficient operations

7 months agoRemove an unnecessary 'inline'. 16654/head
Wolfgang Bangerth [Thu, 15 Feb 2024 22:50:39 +0000 (15:50 -0700)]
Remove an unnecessary 'inline'.

7 months agoMerge pull request #16632 from peterrum/compute_active_cell_halo_layer_pbc
Matthias Maier [Fri, 16 Feb 2024 02:20:36 +0000 (02:20 +0000)]
Merge pull request #16632 from peterrum/compute_active_cell_halo_layer_pbc

GridTools::compute_active_cell_halo_layer() for periodic meshes

7 months agoMerge pull request #16633 from kronbichler/fix_empty_comm
Matthias Maier [Fri, 16 Feb 2024 02:20:26 +0000 (02:20 +0000)]
Merge pull request #16633 from kronbichler/fix_empty_comm

MG transfer global coarsening: Avoid sending empty messages

7 months agoMerge pull request #16647 from bangerth/t-7
Matthias Maier [Fri, 16 Feb 2024 02:20:17 +0000 (02:20 +0000)]
Merge pull request #16647 from bangerth/t-7

Add Tpetra tests that are already working.

7 months agoMerge pull request #16653 from tamiko/fix_mpi_datatype
Matthias Maier [Fri, 16 Feb 2024 00:38:31 +0000 (00:38 +0000)]
Merge pull request #16653 from tamiko/fix_mpi_datatype

Fix segmentation fault when using mpich

7 months agoAdd output variants for SUNDIALS 7. 16650/head
Wolfgang Bangerth [Wed, 14 Feb 2024 21:56:19 +0000 (14:56 -0700)]
Add output variants for SUNDIALS 7.

7 months agoAdd Tpetra tests that are already working. 16647/head
Wolfgang Bangerth [Wed, 14 Feb 2024 18:02:51 +0000 (11:02 -0700)]
Add Tpetra tests that are already working.

7 months agoAdd the remaining SUNDIALS 7 output variants. 16651/head
Wolfgang Bangerth [Thu, 15 Feb 2024 00:41:11 +0000 (17:41 -0700)]
Add the remaining SUNDIALS 7 output variants.

7 months agoOnly enable a function if a template type is right.
Wolfgang Bangerth [Thu, 15 Feb 2024 22:47:34 +0000 (15:47 -0700)]
Only enable a function if a template type is right.

7 months agobase/mpi.h: mark a template variable to have "const inline" linkage. 16653/head
Matthias Maier [Thu, 15 Feb 2024 22:03:22 +0000 (16:03 -0600)]
base/mpi.h: mark a template variable to have "const inline" linkage.

7 months agobase/mpi.cc: remove superfluous explicit instantiations of template variable
Matthias Maier [Thu, 15 Feb 2024 21:54:36 +0000 (15:54 -0600)]
base/mpi.cc: remove superfluous explicit instantiations of template variable

The `mpi.h` header already contains:
```
template <typename T>
const MPI_Datatype mpi_type_id_for_type = /* implementation detail */;
```
Meaning, the variable is known fully after including the header.
Furthermore, the `const` qualifier marks the (template) variable as
`static`. I.e., it has internal linkage.

Thus, we must not explicitly instantiate the variables (suggesting
"extern" linkage in all but the `mpi.cc` compilation unit). This
apparently not an issue with OpenMPI because `MPI_Datatype` is a
complex data structure. But it is an issue with mpich where
`MPI_Datatype` is a simple `int` - leading to a segmentation fault when
during program startup.

7 months agoSUNDIALS N_Vector: implement efficient operations 16645/head
Sebastian Proell [Sat, 4 Nov 2023 11:39:18 +0000 (12:39 +0100)]
SUNDIALS N_Vector: implement efficient operations

These operation are only supported by deal.II vectors.

7 months agoMerge pull request #16648 from masterleinad/tpetra_sparse_matrix_frobenius
Wolfgang Bangerth [Thu, 15 Feb 2024 00:31:27 +0000 (17:31 -0700)]
Merge pull request #16648 from masterleinad/tpetra_sparse_matrix_frobenius

Tpetra: Add frobenius_norm to SparseMatrix

7 months agoMerge pull request #16649 from masterleinad/fix_optional_header_tpetra_vector
Wolfgang Bangerth [Thu, 15 Feb 2024 00:31:06 +0000 (17:31 -0700)]
Merge pull request #16649 from masterleinad/fix_optional_header_tpetra_vector

Add missing <optional> header for trilinos_tpetra_vector.h

7 months agoMerge pull request #16646 from jpthiele/testsuite-documentation
Wolfgang Bangerth [Wed, 14 Feb 2024 21:51:34 +0000 (14:51 -0700)]
Merge pull request #16646 from jpthiele/testsuite-documentation

Add info for TPLs to testsuite doc.

7 months agoAdd missing <optional> header for trilinos_tpetra_vector.h 16649/head
Daniel Arndt [Wed, 14 Feb 2024 21:38:09 +0000 (16:38 -0500)]
Add missing <optional> header for trilinos_tpetra_vector.h

7 months agoTpetra: Add frobenius_norm to SparseMatrix 16648/head
Daniel Arndt [Wed, 14 Feb 2024 21:31:28 +0000 (16:31 -0500)]
Tpetra: Add frobenius_norm to SparseMatrix

7 months agoAdd info for TPLs to testsuite doc. 16646/head
Jan Philipp Thiele [Wed, 14 Feb 2024 16:27:46 +0000 (17:27 +0100)]
Add info for TPLs to testsuite doc.

7 months agoMerge pull request #16629 from masterleinad/github_ci_trilinos_tpetra
David Wells [Wed, 14 Feb 2024 17:35:30 +0000 (12:35 -0500)]
Merge pull request #16629 from masterleinad/github_ci_trilinos_tpetra

GitHub CI: Test building with Trilinos+Tpetra

7 months agoMerge pull request #16637 from bangerth/t-5
Martin Kronbichler [Wed, 14 Feb 2024 08:06:29 +0000 (09:06 +0100)]
Merge pull request #16637 from bangerth/t-5

Fix Tpetra vector element access.

7 months agoMerge pull request #16640 from bangerth/doc
Daniel Arndt [Tue, 13 Feb 2024 18:20:45 +0000 (11:20 -0700)]
Merge pull request #16640 from bangerth/doc

Clarify the documentation of IndexSet::is_empty().

7 months agoUse 'auto' instead of declaring a complicated type. 16637/head
Wolfgang Bangerth [Tue, 13 Feb 2024 00:04:54 +0000 (17:04 -0700)]
Use 'auto' instead of declaring a complicated type.

7 months agoClarify the documentation of IndexSet::is_empty(). 16640/head
Wolfgang Bangerth [Tue, 13 Feb 2024 02:47:59 +0000 (19:47 -0700)]
Clarify the documentation of IndexSet::is_empty().

7 months agoMerge pull request #16638 from lethe-cfd/changelog_colorize_cylinder_shell
Wolfgang Bangerth [Tue, 13 Feb 2024 02:37:34 +0000 (19:37 -0700)]
Merge pull request #16638 from lethe-cfd/changelog_colorize_cylinder_shell

Add missing changelog entry for colorize cylinder_shell

7 months agoAdd missing changelog entry 16638/head
Bruno Blais [Tue, 13 Feb 2024 00:04:06 +0000 (19:04 -0500)]
Add missing changelog entry

7 months agoApply the same patch also to the set() function.
Wolfgang Bangerth [Mon, 12 Feb 2024 20:56:41 +0000 (13:56 -0700)]
Apply the same patch also to the set() function.

7 months agoAdd an assertion.
Wolfgang Bangerth [Mon, 12 Feb 2024 20:54:08 +0000 (13:54 -0700)]
Add an assertion.

7 months agoCreate views lazily, once we know that we need them.
Wolfgang Bangerth [Mon, 12 Feb 2024 20:46:13 +0000 (13:46 -0700)]
Create views lazily, once we know that we need them.

7 months agoRearrange code slightly.
Wolfgang Bangerth [Mon, 12 Feb 2024 20:26:14 +0000 (13:26 -0700)]
Rearrange code slightly.

7 months agoMerge pull request #16497 from Rombur/rename_cudawrappers
Daniel Arndt [Mon, 12 Feb 2024 20:42:22 +0000 (13:42 -0700)]
Merge pull request #16497 from Rombur/rename_cudawrappers

Move matrix free classes from CUDAWrappers namespace to Portable namespace

7 months agoMerge pull request #16634 from kronbichler/improve_docu
Peter Munch [Mon, 12 Feb 2024 18:57:14 +0000 (19:57 +0100)]
Merge pull request #16634 from kronbichler/improve_docu

MPI compute index owner: improve documentation of flag

7 months agoMerge pull request #16608 from bangerth/t-2
Daniel Arndt [Mon, 12 Feb 2024 18:04:02 +0000 (11:04 -0700)]
Merge pull request #16608 from bangerth/t-2

Work around an issue in Teuchos::rcpFromRef() with types only forward declared.

7 months agoMerge pull request #16607 from bangerth/t-1
Daniel Arndt [Mon, 12 Feb 2024 18:03:40 +0000 (11:03 -0700)]
Merge pull request #16607 from bangerth/t-1

Improve the error message we get for DEAL_II_ASSERT_UNREACHABLE().

7 months agoMerge pull request #16610 from bangerth/t-4
Daniel Arndt [Mon, 12 Feb 2024 18:00:20 +0000 (11:00 -0700)]
Merge pull request #16610 from bangerth/t-4

Also instantiate the Trilinos Tpetra VectorReference class.

7 months agoGridTools::compute_active_cell_halo_layer() for periodic meshes 16632/head
Peter Munch [Mon, 12 Feb 2024 08:39:15 +0000 (09:39 +0100)]
GridTools::compute_active_cell_halo_layer() for periodic meshes

7 months agoMerge pull request #16630 from lethe-cfd/colorize_cylinder_shell
Wolfgang Bangerth [Mon, 12 Feb 2024 17:00:19 +0000 (10:00 -0700)]
Merge pull request #16630 from lethe-cfd/colorize_cylinder_shell

Add colorize option to cylinder_shell

7 months agoGitHub CI: Test buildng with Trilinos+Tpetra 16629/head
Daniel Arndt [Sun, 11 Feb 2024 17:33:34 +0000 (12:33 -0500)]
GitHub CI: Test buildng with Trilinos+Tpetra

7 months agoMerge pull request #16631 from peterrum/mpi_compute_index_owner_internal_global_dof_index
Wolfgang Bangerth [Mon, 12 Feb 2024 15:58:32 +0000 (08:58 -0700)]
Merge pull request #16631 from peterrum/mpi_compute_index_owner_internal_global_dof_index

ConsensusAlgorithmsPayload: switch internal data type

7 months agoMPI compute index owner: improve documentation of flag 16634/head
Martin Kronbichler [Mon, 12 Feb 2024 12:25:58 +0000 (13:25 +0100)]
MPI compute index owner: improve documentation of flag

7 months agoMG transfer global coarsening: Avoid sending empty messages 16633/head
Martin Kronbichler [Mon, 12 Feb 2024 12:13:23 +0000 (13:13 +0100)]
MG transfer global coarsening: Avoid sending empty messages

7 months agoMerge pull request #16619 from peterrum/feeval_dg_hp_quad
Martin Kronbichler [Mon, 12 Feb 2024 08:27:58 +0000 (09:27 +0100)]
Merge pull request #16619 from peterrum/feeval_dg_hp_quad

FEFaceEvaluation + DG + hp: fix quadrature indexing

7 months agoConsensusAlgorithmsPayload: switch internal data type 16631/head
Peter Munch [Sun, 11 Feb 2024 22:43:59 +0000 (23:43 +0100)]
ConsensusAlgorithmsPayload: switch internal data type

7 months agoFix indent 16630/head
Bruno Blais [Mon, 12 Feb 2024 04:12:14 +0000 (23:12 -0500)]
Fix indent

7 months agoAdd a unit test for the colorized cylinder shell
Bruno Blais [Mon, 12 Feb 2024 04:10:28 +0000 (23:10 -0500)]
Add a unit test for the colorized cylinder shell

7 months agoAdd adequate usage of colorize
Bruno Blais [Mon, 12 Feb 2024 03:47:48 +0000 (22:47 -0500)]
Add adequate usage of colorize

7 months agoMerge pull request #16617 from tamiko/cmake_fix_bundled_include
Matthias Maier [Sun, 11 Feb 2024 21:32:08 +0000 (21:32 +0000)]
Merge pull request #16617 from tamiko/cmake_fix_bundled_include

CMake: make sure that bundled include directory gets created

7 months agoAdd const qualifier
Bruno Blais [Sun, 11 Feb 2024 21:10:43 +0000 (16:10 -0500)]
Add const qualifier

7 months agoFix generator from name
Bruno Blais [Sun, 11 Feb 2024 19:53:26 +0000 (14:53 -0500)]
Fix generator from name

7 months agoAdd documentation
Bruno Blais [Sun, 11 Feb 2024 19:50:16 +0000 (14:50 -0500)]
Add documentation


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.