]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
7 months agoUse DEAL_II_NOT_IMPLEMENTED().
Wolfgang Bangerth [Thu, 25 Jan 2024 21:15:00 +0000 (14:15 -0700)]
Use DEAL_II_NOT_IMPLEMENTED().

7 months agoIntroduce DEAL_II_NOT_IMPLEMENTED() and associated machinery.
Wolfgang Bangerth [Thu, 25 Jan 2024 21:01:05 +0000 (14:01 -0700)]
Introduce DEAL_II_NOT_IMPLEMENTED() and associated machinery.

7 months agoMerge pull request #16527 from tamiko/add_missing_instantiation_2
Matthias Maier [Wed, 24 Jan 2024 22:37:47 +0000 (22:37 +0000)]
Merge pull request #16527 from tamiko/add_missing_instantiation_2

base/mpi.h: also instantiate for signed long long int

7 months agoMerge pull request #16526 from bangerth/constexpr-vectorizedarray
Daniel Arndt [Wed, 24 Jan 2024 18:51:02 +0000 (11:51 -0700)]
Merge pull request #16526 from bangerth/constexpr-vectorizedarray

Make some parts of VectorizedArray infrastructure 'constexpr'.

7 months agoMerge pull request #16524 from bangerth/tensor
Daniel Arndt [Wed, 24 Jan 2024 18:50:42 +0000 (11:50 -0700)]
Merge pull request #16524 from bangerth/tensor

Fix type confusion in Tensor initialization.

7 months agoMerge pull request #16530 from mschreter/improve_docu
Wolfgang Bangerth [Wed, 24 Jan 2024 17:52:28 +0000 (10:52 -0700)]
Merge pull request #16530 from mschreter/improve_docu

Fix docu of `p::d::SolutionTransfer::interpolate()` for the use with multiple functions

7 months agoMerge pull request #16529 from kinnewig/fix-set-zero
Daniel Arndt [Wed, 24 Jan 2024 17:10:46 +0000 (10:10 -0700)]
Merge pull request #16529 from kinnewig/fix-set-zero

Fix TpetraWrappers::Vector::operator=(double)

7 months agofix/improve docu of p::d::SolutionTransfer::interpolate for multiple functions 16530/head
Magdalena Schreter [Wed, 24 Jan 2024 13:31:58 +0000 (14:31 +0100)]
fix/improve docu of p::d::SolutionTransfer::interpolate for multiple functions

7 months agoFix TpetraWrappers::Vector::operator=(double) 16529/head
Sebastian Kinnewig [Wed, 24 Jan 2024 12:44:47 +0000 (13:44 +0100)]
Fix TpetraWrappers::Vector::operator=(double)

7 months agoAdd a test. 16524/head
Wolfgang Bangerth [Wed, 24 Jan 2024 01:43:17 +0000 (18:43 -0700)]
Add a test.

7 months agoFix type confusion in Tensor initialization.
Wolfgang Bangerth [Tue, 23 Jan 2024 15:47:14 +0000 (08:47 -0700)]
Fix type confusion in Tensor initialization.

7 months agoMake some parts of VectorizedArray infrastructure 'constexpr'. 16526/head
Wolfgang Bangerth [Tue, 23 Jan 2024 16:58:26 +0000 (09:58 -0700)]
Make some parts of VectorizedArray infrastructure 'constexpr'.

7 months agobase/mpi.h: also instantiate for signed long long int 16527/head
Matthias Maier [Tue, 23 Jan 2024 20:34:26 +0000 (14:34 -0600)]
base/mpi.h: also instantiate for signed long long int

7 months agoMerge pull request #16521 from tamiko/parameter_acceptor_add_test
Bruno Blais [Tue, 23 Jan 2024 13:46:15 +0000 (08:46 -0500)]
Merge pull request #16521 from tamiko/parameter_acceptor_add_test

ParameterAcceptor: check that we set values correctly for multiple live objects of the same class

7 months agoMerge pull request #16339 from peterrum/gc_indices
Martin Kronbichler [Tue, 23 Jan 2024 07:53:54 +0000 (08:53 +0100)]
Merge pull request #16339 from peterrum/gc_indices

MGTwoLevelTransfer: improve setup of indices

7 months agoMerge pull request #16523 from YiminJin/changelog-DoFCellAccessor
Wolfgang Bangerth [Tue, 23 Jan 2024 05:07:47 +0000 (22:07 -0700)]
Merge pull request #16523 from YiminJin/changelog-DoFCellAccessor

changelog for PR 16489

7 months agochangelog for PR 16489 16523/head
Yimin Jin [Tue, 23 Jan 2024 02:10:13 +0000 (10:10 +0800)]
changelog for PR 16489

7 months agoMerge pull request #16518 from tamiko/fix_sacado_return_type
David Wells [Mon, 22 Jan 2024 22:23:05 +0000 (17:23 -0500)]
Merge pull request #16518 from tamiko/fix_sacado_return_type

Physics::Elasticity::Kinematics::w: change intermediate value to 'auto'

7 months agoParameterAcceptor: check that we set values correctly for multiple live objects of... 16521/head
Matthias Maier [Mon, 22 Jan 2024 22:17:59 +0000 (16:17 -0600)]
ParameterAcceptor: check that we set values correctly for multiple live objects of the same class

Closes #16520

7 months agoMerge pull request #16519 from tamiko/fix_tensor_tests
David Wells [Mon, 22 Jan 2024 22:12:45 +0000 (17:12 -0500)]
Merge pull request #16519 from tamiko/fix_tensor_tests

Tensor<k, dim, Number::unroll(): fix copy statement

7 months agoTensor<k, dim, Number::unroll(): fix copy statement 16519/head
Matthias Maier [Mon, 22 Jan 2024 20:14:25 +0000 (14:14 -0600)]
Tensor<k, dim, Number::unroll(): fix copy statement

The task for the rank-1 case is to copy all values from the internal
values array to the iterator range, so let us just use
```
  std::copy(std::begin(values), std::end(values), begin);
```
for this. The problem with the `&values[dim]` statement is the fact that
values[dim] is an out-of-bounds access and the address of if is
undefined.

7 months agoPhysics::Elasticity::Kinematics::w: change intermediate value to 'auto' 16518/head
Matthias Maier [Mon, 22 Jan 2024 18:54:24 +0000 (12:54 -0600)]
Physics::Elasticity::Kinematics::w: change intermediate value to 'auto'

This fixes a bug uncovered by our recent base::Tensor() cleanup: The
intermediate tensor type used for the gradient in the w() function
erroneously casts the result to a Tensor<1, dim, double> which for
example for automatic differentiation then removes the underyling AD
type:

/srv/temp/testsuite-d8F1wK0J/dealii/include/deal.II/base/tensor.h:1316:13: error: cannot convert 'const value_type' (aka 'const Sacado::Fad::Exp::GeneralFad<Sacado::Fad::Exp::DynamicStorage<double>>') to 'value_type' (aka 'double') without a conversion operator
  : values{{value_type(initializer[indices])...}}
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Passes all kinematics/physics_functions tests in the testsuite

Fixes #16517

7 months agoMerge pull request #16513 from tamiko/make_assume_available
Wolfgang Bangerth [Mon, 22 Jan 2024 18:00:37 +0000 (11:00 -0700)]
Merge pull request #16513 from tamiko/make_assume_available

Reenable assume macro

7 months agoMerge pull request #16514 from dealii/dependabot/github_actions/actions/cache-4
Marc Fehling [Mon, 22 Jan 2024 04:27:10 +0000 (21:27 -0700)]
Merge pull request #16514 from dealii/dependabot/github_actions/actions/cache-4

Bump actions/cache from 3 to 4

7 months agoBump actions/cache from 3 to 4 dependabot/github_actions/actions/cache-4 16514/head
dependabot[bot] [Mon, 22 Jan 2024 02:45:28 +0000 (02:45 +0000)]
Bump actions/cache from 3 to 4

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agoCMake: remove -Wno-assume for now 16513/head
Matthias Maier [Mon, 22 Jan 2024 00:38:59 +0000 (18:38 -0600)]
CMake: remove -Wno-assume for now

7 months agobase/exceptions.h: remove DEAL_II_CXX23_ASSUME from Assert macro
Matthias Maier [Sun, 21 Jan 2024 20:53:02 +0000 (14:53 -0600)]
base/exceptions.h: remove DEAL_II_CXX23_ASSUME from Assert macro

7 months agobase/config.h: enable DEAL_II_CXX23_ASSUME macro
Matthias Maier [Sun, 21 Jan 2024 20:52:05 +0000 (14:52 -0600)]
base/config.h: enable DEAL_II_CXX23_ASSUME macro

7 months agoMerge pull request #16512 from kronbichler/fix_instantiations
Wolfgang Bangerth [Sun, 21 Jan 2024 18:58:17 +0000 (11:58 -0700)]
Merge pull request #16512 from kronbichler/fix_instantiations

DoFTools: Remove unnecessary template specializations

7 months agoDoFTools: Remove unnecessary template specializations 16512/head
Martin Kronbichler [Sun, 21 Jan 2024 08:35:00 +0000 (09:35 +0100)]
DoFTools: Remove unnecessary template specializations

7 months agoMerge pull request #16304 from kinnewig/hanging_nodes_for_NedelecSZ
Martin Kronbichler [Sun, 21 Jan 2024 08:23:44 +0000 (09:23 +0100)]
Merge pull request #16304 from kinnewig/hanging_nodes_for_NedelecSZ

Add support for hanging nodes to the NedelecSZ class.

7 months agoMerge pull request #16489 from YiminJin/fixbug-DoFCellAccessor
Martin Kronbichler [Sun, 21 Jan 2024 08:01:03 +0000 (09:01 +0100)]
Merge pull request #16489 from YiminJin/fixbug-DoFCellAccessor

fix bug in function DoFCellAccessor::distribute_local_to_global()

8 months agoMerge pull request #16510 from peterrum/warning_2
Timo Heister [Sat, 20 Jan 2024 22:23:21 +0000 (17:23 -0500)]
Merge pull request #16510 from peterrum/warning_2

Fix one more warning

8 months agoMerge pull request #16435 from jh66637/remote_fcl
Peter Munch [Sat, 20 Jan 2024 19:27:07 +0000 (20:27 +0100)]
Merge pull request #16435 from jh66637/remote_fcl

Make FERemoteEvaluation work for FCL

8 months agoMerge pull request #16509 from tjhei/fix_warning
Peter Munch [Sat, 20 Jan 2024 19:25:10 +0000 (20:25 +0100)]
Merge pull request #16509 from tjhei/fix_warning

fix compiler warning

8 months agoFix one more warning 16510/head
Peter Munch [Sat, 20 Jan 2024 17:38:02 +0000 (18:38 +0100)]
Fix one more warning

8 months agofix compiler warning 16509/head
Timo Heister [Sat, 20 Jan 2024 16:42:17 +0000 (11:42 -0500)]
fix compiler warning

8 months agoMerge pull request #16506 from bangerth/tensor-2
Bruno Blais [Sat, 20 Jan 2024 13:23:56 +0000 (08:23 -0500)]
Merge pull request #16506 from bangerth/tensor-2

Fix type in Tensor initialization.

8 months agoMerge pull request #16505 from bangerth/tensor-1
Bruno Blais [Sat, 20 Jan 2024 13:23:37 +0000 (08:23 -0500)]
Merge pull request #16505 from bangerth/tensor-1

Use simpler copy/move initialization in Tensor.

8 months agochange the test output 16489/head
Yimin Jin [Sat, 20 Jan 2024 09:16:08 +0000 (17:16 +0800)]
change the test output

8 months agoMerge pull request #16502 from tamiko/disable_assume
Matthias Maier [Fri, 19 Jan 2024 23:38:22 +0000 (23:38 +0000)]
Merge pull request #16502 from tamiko/disable_assume

Disable DEAL_II(_CXX23)_ASSUME macro for now

8 months agoMerge pull request #16504 from bangerth/parens-point-tests
Timo Heister [Fri, 19 Jan 2024 20:58:33 +0000 (15:58 -0500)]
Merge pull request #16504 from bangerth/parens-point-tests

Use p[index] instead of p(index) for class Point in tests/.

8 months agoMerge pull request #16503 from bangerth/parens-point-include
Timo Heister [Fri, 19 Jan 2024 20:57:19 +0000 (15:57 -0500)]
Merge pull request #16503 from bangerth/parens-point-include

Use p[index] instead of p(index) for class Point in one source file.

8 months agoFix type in Tensor initialization. 16506/head
Wolfgang Bangerth [Fri, 19 Jan 2024 20:49:42 +0000 (13:49 -0700)]
Fix type in Tensor initialization.

8 months agoUse simpler copy/move initialization in Tensor. 16505/head
Wolfgang Bangerth [Fri, 19 Jan 2024 20:48:09 +0000 (13:48 -0700)]
Use simpler copy/move initialization in Tensor.

8 months agoMerge pull request #16501 from bangerth/30
Marc Fehling [Fri, 19 Jan 2024 19:58:50 +0000 (12:58 -0700)]
Merge pull request #16501 from bangerth/30

Fix types and names in step-30.

8 months agoUse p[index] instead of p(index) for class Point in one source file. 16503/head
Wolfgang Bangerth [Fri, 19 Jan 2024 17:32:18 +0000 (10:32 -0700)]
Use p[index] instead of p(index) for class Point in one source file.

8 months agoUse p[index] instead of p(index) for class Point in tests/. 16504/head
Wolfgang Bangerth [Fri, 19 Jan 2024 17:24:48 +0000 (10:24 -0700)]
Use p[index] instead of p(index) for class Point in tests/.

8 months agoconfig.h: disable DEAL_II_CXX23_ASSUME for now 16502/head
Matthias Maier [Fri, 19 Jan 2024 17:28:06 +0000 (11:28 -0600)]
config.h: disable DEAL_II_CXX23_ASSUME for now

8 months agoconfig.h: for consistency rename DEAL_II_ASSUME to DEAL_II_CXX23_ASSUME
Matthias Maier [Fri, 19 Jan 2024 17:22:11 +0000 (11:22 -0600)]
config.h: for consistency rename DEAL_II_ASSUME to DEAL_II_CXX23_ASSUME

8 months agoconfig.h: for consistency move DEAL_II_ASSUME macro to config.h.in
Matthias Maier [Fri, 19 Jan 2024 17:15:04 +0000 (11:15 -0600)]
config.h: for consistency move DEAL_II_ASSUME macro to config.h.in

8 months agoMerge pull request #16500 from marcfehling/template-arguments
Wolfgang Bangerth [Fri, 19 Jan 2024 15:18:05 +0000 (08:18 -0700)]
Merge pull request #16500 from marcfehling/template-arguments

Iterate space_dimension over the dedicated template argument list.

8 months agoMerge pull request #16323 from mschreter/rpe_additional_data
Peter Munch [Fri, 19 Jan 2024 13:04:42 +0000 (14:04 +0100)]
Merge pull request #16323 from mschreter/rpe_additional_data

RemotePointEvaluation: add AdditionalData struct

8 months agoMerge pull request #16499 from tamiko/fix_tensor_warning
Marc Fehling [Fri, 19 Jan 2024 06:57:13 +0000 (23:57 -0700)]
Merge pull request #16499 from tamiko/fix_tensor_warning

base/tensor.h: work around bogus compiler warning

8 months agoMerge pull request #16498 from tamiko/fix_trilinos_warnings
Wolfgang Bangerth [Fri, 19 Jan 2024 04:46:37 +0000 (21:46 -0700)]
Merge pull request #16498 from tamiko/fix_trilinos_warnings

TpetraWrappers: fix various compiler warnings

8 months agoMerge pull request #16496 from mschreter/fix_solution_transfer_fe_nothing_fe_dgq
Wolfgang Bangerth [Fri, 19 Jan 2024 04:46:29 +0000 (21:46 -0700)]
Merge pull request #16496 from mschreter/fix_solution_transfer_fe_nothing_fe_dgq

Enable `FE_DGQ::get_interpolation_matrix()` for source finite element type `FENothing`

8 months agoMerge pull request #16495 from marcfehling/redundant
Wolfgang Bangerth [Fri, 19 Jan 2024 04:46:18 +0000 (21:46 -0700)]
Merge pull request #16495 from marcfehling/redundant

tests: remove redundant 'using namespace dealii;' directives.

8 months agomodify the test codes to meet the format requirements
Yimin Jin [Fri, 19 Jan 2024 03:41:23 +0000 (11:41 +0800)]
modify the test codes to meet the format requirements

8 months agoMerge pull request #16486 from tamiko/fix_compilation_with_clang
Marc Fehling [Fri, 19 Jan 2024 00:41:21 +0000 (17:41 -0700)]
Merge pull request #16486 from tamiko/fix_compilation_with_clang

CMake: fix compilation with bundled boost and modern clang

8 months agoMerge pull request #16438 from masterleinad/icpx_clang_like
Marc Fehling [Fri, 19 Jan 2024 00:40:58 +0000 (17:40 -0700)]
Merge pull request #16438 from masterleinad/icpx_clang_like

Treat ICPX as gcc-style compiler

8 months agoFix types and names in step-30. 16501/head
Wolfgang Bangerth [Fri, 19 Jan 2024 00:08:57 +0000 (17:08 -0700)]
Fix types and names in step-30.

8 months agoIterate space_dimension over the dedicated template argument list. 16500/head
Marc Fehling [Thu, 18 Jan 2024 23:21:56 +0000 (16:21 -0700)]
Iterate space_dimension over the dedicated template argument list.

8 months agoMerge pull request #16494 from tamiko/add_missing_instantiation
Marc Fehling [Thu, 18 Jan 2024 23:13:39 +0000 (16:13 -0700)]
Merge pull request #16494 from tamiko/add_missing_instantiation

DofTools: add missing codimension-one instantiation

8 months agobase/tensor.h: work around bogus compiler warning 16499/head
Matthias Maier [Thu, 18 Jan 2024 23:09:04 +0000 (17:09 -0600)]
base/tensor.h: work around bogus compiler warning

gcc-9.4 warnings loudly about an unused argument "end":

```
In file included from ../include/deal.II/base/symmetric_tensor.h:26,
                 from ../include/deal.II/base/array_view.h:23,
                 from ../source/base/tensor.cc:16:
../include/deal.II/base/tensor.h: In instantiation of 'void dealii::Tensor<rank_, dim, Number>::unroll(Iterator, Iterator) const [with Iterator = float*; int rank_ = 1; int dim = 1; Number = float]':
../include/deal.II/base/tensor.h:1736:11:   required from 'void dealii::Tensor<rank_, dim, Number>::unroll(Iterator, Iterator) const [with Iterator = float*; int rank_ = 2; int dim = 1; Number = float]'
../source/base/tensor.cc:52:5:   required from 'void dealii::{anonymous}::calculate_svd_in_place(dealii::Tensor<2, dim, Number>&, dealii::Tensor<2, dim, Number>&) [with int dim = 1; Number = float]'
../source/base/tensor.cc:85:25:   required from 'dealii::Tensor<2, dim, Number> dealii::project_onto_orthogonal_tensors(const dealii::Tensor<2, dim, Number>&) [with int dim = 1; Number = float]'
../source/base/tensor.cc:92:60:   required from here
../include/deal.II/base/tensor.h:1728:51: warning: parameter 'end' set but not used [-Wunused-but-set-parameter]
 1728 |                                    const Iterator end) const
      |
```

This is of course bogus, the compiler simply lost track of the
`if constexpr(...)` branch. This is fixed in later gcc versions. Let's
simply use the usual `(void)parameter` strategy to make gcc-9.4 happy.

8 months agoTpetraWrappers: fix unused variable warning 16498/head
Matthias Maier [Thu, 18 Jan 2024 22:55:57 +0000 (16:55 -0600)]
TpetraWrappers: fix unused variable warning

8 months agoTpetraWrappers: fix dangling else warning, fix embedded macro warning
Matthias Maier [Thu, 18 Jan 2024 22:52:40 +0000 (16:52 -0600)]
TpetraWrappers: fix dangling else warning, fix embedded macro warning

Triggered on gcc-9.4.0 on Ubuntu LTS 20.04

8 months agoTpetraWrappers: fix signed unsigned comparison warning
Matthias Maier [Thu, 18 Jan 2024 22:52:04 +0000 (16:52 -0600)]
TpetraWrappers: fix signed unsigned comparison warning

8 months agoallow interpolate for combination FENothing/FE_DGQ 16496/head
Magdalena Schreter [Thu, 18 Jan 2024 21:15:10 +0000 (22:15 +0100)]
allow interpolate for combination FENothing/FE_DGQ

8 months agotests: remove redundant 'using namespace dealii;' directives. 16495/head
Marc Fehling [Thu, 18 Jan 2024 19:35:48 +0000 (12:35 -0700)]
tests: remove redundant 'using namespace dealii;' directives.

8 months agoMerge pull request #16480 from bangerth/tensor-scalar-array
Matthias Maier [Thu, 18 Jan 2024 18:54:49 +0000 (18:54 +0000)]
Merge pull request #16480 from bangerth/tensor-scalar-array

Use an array-of-scalars as the base case for Tensor.

8 months agoDofTools: add missing codimension-one instantiation 16494/head
Matthias Maier [Thu, 18 Jan 2024 18:50:00 +0000 (12:50 -0600)]
DofTools: add missing codimension-one instantiation

8 months agoMerge pull request #16490 from kinnewig/distribute_local_to_global
Wolfgang Bangerth [Thu, 18 Jan 2024 18:09:51 +0000 (11:09 -0700)]
Merge pull request #16490 from kinnewig/distribute_local_to_global

Check if the global vector in distribute_local_to_global has ghost elements.

8 months agoCMake: fix compilation with bundled boost and modern clang 16486/head
Matthias Maier [Wed, 17 Jan 2024 21:38:40 +0000 (15:38 -0600)]
CMake: fix compilation with bundled boost and modern clang

std::unary_function has been removed in C++17. Fix compilation with
clang and other compiles that enforce strict standard compliance by
exporting BOOST_NO_CXX98_FUNCTION_BASE,

https://github.com/boostorg/config/pull/430

8 months agoUse a better initialization scheme. 16480/head
Wolfgang Bangerth [Tue, 16 Jan 2024 18:49:59 +0000 (11:49 -0700)]
Use a better initialization scheme.

8 months agoAlso adjust value_type and array_type.
Wolfgang Bangerth [Tue, 16 Jan 2024 19:13:03 +0000 (12:13 -0700)]
Also adjust value_type and array_type.

8 months agoUse an array-of-scalars as the base case for Tensor.
Wolfgang Bangerth [Tue, 16 Jan 2024 18:05:25 +0000 (11:05 -0700)]
Use an array-of-scalars as the base case for Tensor.

8 months agoMake a function 'constexpr'.
Wolfgang Bangerth [Wed, 17 Jan 2024 02:56:03 +0000 (19:56 -0700)]
Make a function 'constexpr'.

8 months agoMerge pull request #16488 from bangerth/point-parens
Bruno Blais [Thu, 18 Jan 2024 15:36:20 +0000 (10:36 -0500)]
Merge pull request #16488 from bangerth/point-parens

Use p[index] instead of p(index) for class Point.

8 months agoCheck if the global vector in distribute_local_to_global has ghost elements. 16490/head
Sebastian Kinnewig [Thu, 18 Jan 2024 10:10:27 +0000 (11:10 +0100)]
Check if the global vector in distribute_local_to_global has ghost elements.

8 months agoMerge pull request #16290 from kinnewig/tpetra_vector_parallel
Martin Kronbichler [Thu, 18 Jan 2024 09:27:32 +0000 (10:27 +0100)]
Merge pull request #16290 from kinnewig/tpetra_vector_parallel

Add parallel support to TpetraWrappers::Vector.

8 months agofix bug in function DoFCellAccessor::distribute_local_to_global() and add a test
Yimin Jin [Thu, 18 Jan 2024 04:15:57 +0000 (12:15 +0800)]
fix bug in function DoFCellAccessor::distribute_local_to_global() and add a test

8 months agoUse p[index] instead of p(index) for class Point. 16488/head
Wolfgang Bangerth [Thu, 18 Jan 2024 00:18:20 +0000 (17:18 -0700)]
Use p[index] instead of p(index) for class Point.

8 months agoMerge pull request #16482 from peterrum/n_global_active_cells
Timo Heister [Wed, 17 Jan 2024 17:45:41 +0000 (12:45 -0500)]
Merge pull request #16482 from peterrum/n_global_active_cells

Initialize NumberCache::n_global_active_cells

8 months agoInitialize NumberCache::n_global_active_cells 16482/head
Peter Munch [Wed, 17 Jan 2024 15:55:58 +0000 (16:55 +0100)]
Initialize NumberCache::n_global_active_cells

8 months agoMerge pull request #16481 from bangerth/warning
Martin Kronbichler [Wed, 17 Jan 2024 08:02:32 +0000 (09:02 +0100)]
Merge pull request #16481 from bangerth/warning

Work around warnings about invalid array accesses.

8 months agoWork around warnings about invalid array accesses. 16481/head
Wolfgang Bangerth [Wed, 17 Jan 2024 00:20:43 +0000 (17:20 -0700)]
Work around warnings about invalid array accesses.

8 months agoAdd another test to verify that inhomogeneous boundary conditions with hanging nodes... 16304/head
Sebastian Kinnewig [Mon, 15 Jan 2024 16:18:27 +0000 (17:18 +0100)]
Add another test to verify that inhomogeneous boundary conditions with hanging nodes work as expected.

8 months agoAdded new test case based on fe_nedelec_sz_gradient_divergence_theorem.
Sebastian Kinnewig [Mon, 15 Jan 2024 10:43:30 +0000 (11:43 +0100)]
Added new test case based on fe_nedelec_sz_gradient_divergence_theorem.

8 months agoAdd a convergence test that verifies that hanging nodes on FE_NedelecSZ elements...
Sebastian Kinnewig [Fri, 8 Dec 2023 11:28:47 +0000 (12:28 +0100)]
Add a convergence test that verifies that hanging nodes on FE_NedelecSZ elements are handled correctly.

8 months agoAdd support for hanging nodes to the NedelecSZ class.
Sebastian Kinnewig [Fri, 19 May 2023 09:19:44 +0000 (11:19 +0200)]
Add support for hanging nodes to the NedelecSZ class.

8 months agoMerge pull request #16441 from bangerth/pow-2
Martin Kronbichler [Tue, 16 Jan 2024 16:50:23 +0000 (17:50 +0100)]
Merge pull request #16441 from bangerth/pow-2

Use Utilities::fixed_power() where possible.

8 months agoMerge pull request #16444 from bangerth/sparse-direct-2
Martin Kronbichler [Tue, 16 Jan 2024 07:22:11 +0000 (08:22 +0100)]
Merge pull request #16444 from bangerth/sparse-direct-2

Also test MUMPS symmetric mode.

8 months agoMerge pull request #16478 from tjhei/exchange-doc-and-changelog
Martin Kronbichler [Tue, 16 Jan 2024 07:21:06 +0000 (08:21 +0100)]
Merge pull request #16478 from tjhei/exchange-doc-and-changelog

exchange refinement flags: doc and changelog

8 months agoMerge pull request #16476 from kronbichler/fix_test
Martin Kronbichler [Tue, 16 Jan 2024 07:20:32 +0000 (08:20 +0100)]
Merge pull request #16476 from kronbichler/fix_test

cell_categorization test: Adjust output

8 months agoMerge pull request #16474 from bangerth/tensor-dev
Martin Kronbichler [Tue, 16 Jan 2024 07:17:28 +0000 (08:17 +0100)]
Merge pull request #16474 from bangerth/tensor-dev

Use a std::array instead of a C-style array for tensor elements.

8 months agoexchange refinement flags: doc and changelog 16478/head
Timo Heister [Mon, 15 Jan 2024 21:07:32 +0000 (16:07 -0500)]
exchange refinement flags: doc and changelog

8 months agoMerge pull request #16471 from tjhei/test-examples4
Matthias Maier [Tue, 16 Jan 2024 01:09:10 +0000 (01:09 +0000)]
Merge pull request #16471 from tjhei/test-examples4

test examples: support loading files

8 months agoMerge pull request #16327 from tjhei/test-affine-float-equal
Wolfgang Bangerth [Mon, 15 Jan 2024 22:23:12 +0000 (15:23 -0700)]
Merge pull request #16327 from tjhei/test-affine-float-equal

make tests/mpi/affine_constraints_get_view_01 more robust

8 months agoMerge pull request #16477 from kronbichler/fix_typo
Wolfgang Bangerth [Mon, 15 Jan 2024 22:22:41 +0000 (15:22 -0700)]
Merge pull request #16477 from kronbichler/fix_typo

Fix typo in changelog

8 months agoMerge pull request #16473 from bangerth/tensor-3
Matthias Maier [Mon, 15 Jan 2024 21:15:41 +0000 (21:15 +0000)]
Merge pull request #16473 from bangerth/tensor-3

More Tensor simplifications with if constexpr.


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.