]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
8 months agoSimplify a function's implementation for tensors. 16460/head
Wolfgang Bangerth [Fri, 12 Jan 2024 00:53:59 +0000 (17:53 -0700)]
Simplify a function's implementation for tensors.

Specifically, now that we can use 'if constexpr', we can avoid using template
dispatch which almost certainly is slower to compile and leads to larger
libraries.

8 months agoMerge pull request #16437 from masterleinad/fix_assume
Daniel Arndt [Thu, 11 Jan 2024 21:22:52 +0000 (16:22 -0500)]
Merge pull request #16437 from masterleinad/fix_assume

Add a DEAL_II_ASSUME macro.

8 months agoMerge pull request #16450 from bangerth/trilinos-4
Daniel Arndt [Thu, 11 Jan 2024 20:30:46 +0000 (15:30 -0500)]
Merge pull request #16450 from bangerth/trilinos-4

Avoid a warning.

8 months agoMerge pull request #16456 from masterleinad/fix_mac_osx_gcc13
Daniel Arndt [Thu, 11 Jan 2024 20:21:54 +0000 (15:21 -0500)]
Merge pull request #16456 from masterleinad/fix_mac_osx_gcc13

Fix constraint_info.h for g++-13 on MacOS X

8 months agoAdd a DEAL_II_ASSUME macro 16437/head
Daniel Arndt [Thu, 11 Jan 2024 15:30:27 +0000 (10:30 -0500)]
Add a DEAL_II_ASSUME macro

Co-authored-by: Wolfgang Bangerth <bangerth@colostate.edu>
8 months agoFix constraint_info.h for g++-13 on MacOS X 16456/head
Daniel Arndt [Thu, 11 Jan 2024 14:51:08 +0000 (09:51 -0500)]
Fix constraint_info.h for g++-13 on MacOS X

8 months agoMerge pull request #16452 from bangerth/pow-5
Bruno Blais [Thu, 11 Jan 2024 16:27:58 +0000 (11:27 -0500)]
Merge pull request #16452 from bangerth/pow-5

Address more places where we call std::pow.

8 months agoMerge pull request #16454 from bangerth/pow-6
David Wells [Thu, 11 Jan 2024 14:40:15 +0000 (09:40 -0500)]
Merge pull request #16454 from bangerth/pow-6

Avoid using two temporary vectors when not necessary.

8 months agoAddress more places where we call std::pow. 16452/head
Wolfgang Bangerth [Wed, 10 Jan 2024 19:48:37 +0000 (12:48 -0700)]
Address more places where we call std::pow.

8 months agoAvoid using two temporary vectors when not necessary. 16454/head
Wolfgang Bangerth [Wed, 10 Jan 2024 22:21:28 +0000 (15:21 -0700)]
Avoid using two temporary vectors when not necessary.

8 months agoMerge pull request #16443 from bangerth/sparse-direct
Bruno Blais [Wed, 10 Jan 2024 20:20:46 +0000 (15:20 -0500)]
Merge pull request #16443 from bangerth/sparse-direct

Minor doc updates to the sparse direct solvers.

8 months agoAvoid a warning. 16450/head
Wolfgang Bangerth [Wed, 10 Jan 2024 19:44:17 +0000 (12:44 -0700)]
Avoid a warning.

8 months agoMerge pull request #16448 from kinnewig/Fix-TpetraWrappers
Wolfgang Bangerth [Wed, 10 Jan 2024 18:46:12 +0000 (11:46 -0700)]
Merge pull request #16448 from kinnewig/Fix-TpetraWrappers

Fix compatibility issues of TpetraWrappers with older Trilinos versions.

8 months agoFix compatibility issues of TpetraWrappers with older Trilinos versions. 16448/head
Sebastian Kinnewig [Wed, 10 Jan 2024 12:06:29 +0000 (13:06 +0100)]
Fix compatibility issues of TpetraWrappers with older Trilinos versions.

8 months agoMerge pull request #16439 from bangerth/pow
Daniel Arndt [Wed, 10 Jan 2024 13:40:06 +0000 (08:40 -0500)]
Merge pull request #16439 from bangerth/pow

Make Utilities::pow() available for floating point types.

8 months agoMerge pull request #16424 from peterrum/CUDAWrappers_EvaluatorTensorProduct
Bruno Blais [Wed, 10 Jan 2024 13:37:04 +0000 (08:37 -0500)]
Merge pull request #16424 from peterrum/CUDAWrappers_EvaluatorTensorProduct

Rename some functions in CUDAWrappers::EvaluatorTensorProduct

8 months agoMerge pull request #16442 from bangerth/pow-3
David Wells [Wed, 10 Jan 2024 03:13:22 +0000 (22:13 -0500)]
Merge pull request #16442 from bangerth/pow-3

Better document Utilities::pow(). Also make it 'constexpr'.

8 months agoMerge pull request #16440 from bangerth/82
David Wells [Wed, 10 Jan 2024 03:12:49 +0000 (22:12 -0500)]
Merge pull request #16440 from bangerth/82

Change accidental unicode character.

8 months agoMerge pull request #16288 from kinnewig/tpetra_sparse_matrix
Wolfgang Bangerth [Wed, 10 Jan 2024 00:20:54 +0000 (17:20 -0700)]
Merge pull request #16288 from kinnewig/tpetra_sparse_matrix

Add a Tpetra-based version of Trilinos SparseMatrix and SparsityPattern.

8 months agoMinor doc updates to the sparse direct solvers. 16443/head
Wolfgang Bangerth [Tue, 9 Jan 2024 22:18:58 +0000 (15:18 -0700)]
Minor doc updates to the sparse direct solvers.

8 months agoBetter document Utilities::pow(). Also make it 'constexpr'. 16442/head
Wolfgang Bangerth [Tue, 9 Jan 2024 22:00:03 +0000 (15:00 -0700)]
Better document Utilities::pow(). Also make it 'constexpr'.

8 months agoChange accidental unicode character. 16440/head
Wolfgang Bangerth [Tue, 9 Jan 2024 20:43:57 +0000 (13:43 -0700)]
Change accidental unicode character.

8 months agoMove a function definition to the bottom of the file. 16439/head
Wolfgang Bangerth [Tue, 9 Jan 2024 20:39:34 +0000 (13:39 -0700)]
Move a function definition to the bottom of the file.

8 months agoMake Utilities::pow() available for floating point types.
Wolfgang Bangerth [Tue, 9 Jan 2024 20:31:48 +0000 (13:31 -0700)]
Make Utilities::pow() available for floating point types.

8 months agoExchange NodeType with MemorySpace 16288/head
Sebastian Kinnewig [Tue, 9 Jan 2024 18:45:35 +0000 (19:45 +0100)]
Exchange NodeType with MemorySpace

8 months agoMerge pull request #16436 from jh66637/rename_template_params
Bruno Blais [Tue, 9 Jan 2024 16:56:55 +0000 (11:56 -0500)]
Merge pull request #16436 from jh66637/rename_template_params

rename template parameters

8 months agoAdd a Tpetra-based version of Trilinos SparseMatrix and SparsityPattern.
Sebastian Kinnewig [Mon, 23 Oct 2023 08:41:41 +0000 (10:41 +0200)]
Add a Tpetra-based version of Trilinos SparseMatrix and SparsityPattern.

8 months agorename template parameters 16436/head
Johannes Heinz [Mon, 8 Jan 2024 20:15:48 +0000 (21:15 +0100)]
rename template parameters

8 months agoMerge pull request #16432 from peterrum/tw_residual
Marc Fehling [Mon, 8 Jan 2024 23:32:25 +0000 (16:32 -0700)]
Merge pull request #16432 from peterrum/tw_residual

Template VectorType in TrilinosWrappers::SparseMatrix::residual()

8 months agoMerge pull request #16391 from jh66637/get_quadratures_from_conversion
Peter Munch [Mon, 8 Jan 2024 22:07:40 +0000 (23:07 +0100)]
Merge pull request #16391 from jh66637/get_quadratures_from_conversion

Hand back used quadratures during conversion of intersections to points

8 months agoMerge pull request #16430 from bangerth/add-test-2
Daniel Arndt [Mon, 8 Jan 2024 16:43:45 +0000 (11:43 -0500)]
Merge pull request #16430 from bangerth/add-test-2

Add another test.

8 months agoMerge pull request #16426 from bangerth/add-test
Daniel Arndt [Mon, 8 Jan 2024 16:43:29 +0000 (11:43 -0500)]
Merge pull request #16426 from bangerth/add-test

Add a test.

8 months agoMerge pull request #16434 from tamiko/remove_long_double_overloads
David Wells [Mon, 8 Jan 2024 16:22:09 +0000 (11:22 -0500)]
Merge pull request #16434 from tamiko/remove_long_double_overloads

Boost-1.83 compatibility: remove long double overloads of special functions

8 months agodoc/news: add a changes entry 16434/head
Matthias Maier [Mon, 8 Jan 2024 14:39:24 +0000 (08:39 -0600)]
doc/news: add a changes entry

8 months agobase/std_cxx17: remove std::cyl_bessel_jl boost substitutes
Matthias Maier [Mon, 8 Jan 2024 14:32:42 +0000 (08:32 -0600)]
base/std_cxx17: remove std::cyl_bessel_jl boost substitutes

8 months agobase/std_cxx17: remove std::legendrel boost substitutes
Matthias Maier [Mon, 8 Jan 2024 14:25:55 +0000 (08:25 -0600)]
base/std_cxx17: remove std::legendrel boost substitutes

8 months agoCMake: do not check for std::legendrel and std::cyl_bessel_jl
Matthias Maier [Mon, 8 Jan 2024 14:22:46 +0000 (08:22 -0600)]
CMake: do not check for std::legendrel and std::cyl_bessel_jl

8 months agoMerge pull request #16429 from bangerth/permissions
Marc Fehling [Sun, 7 Jan 2024 21:26:41 +0000 (14:26 -0700)]
Merge pull request #16429 from bangerth/permissions

Fix the indent script.

8 months agoTemplate VectorType in TrilinosWrappers::SparseMatrix::residual() 16432/head
Peter Munch [Sun, 7 Jan 2024 19:52:11 +0000 (20:52 +0100)]
Template VectorType in TrilinosWrappers::SparseMatrix::residual()

8 months agoFix the indent script. 16429/head
Wolfgang Bangerth [Sun, 7 Jan 2024 17:52:42 +0000 (10:52 -0700)]
Fix the indent script.

8 months agoAdd another test. 16430/head
Wolfgang Bangerth [Sun, 7 Jan 2024 17:53:57 +0000 (10:53 -0700)]
Add another test.

8 months agoAdd a changelog entry. 16426/head
Wolfgang Bangerth [Sun, 7 Jan 2024 17:21:03 +0000 (10:21 -0700)]
Add a changelog entry.

8 months agoAdd a test.
Wolfgang Bangerth [Sun, 7 Jan 2024 17:18:28 +0000 (10:18 -0700)]
Add a test.

8 months agoMerge pull request #16422 from peterrum/fpe_evaluate
Wolfgang Bangerth [Sun, 7 Jan 2024 16:35:56 +0000 (09:35 -0700)]
Merge pull request #16422 from peterrum/fpe_evaluate

FPE: split up declaration and definition

8 months agoRename some functions in CUDAWrappers::EvaluatorTensorProduct 16424/head
Peter Munch [Sun, 7 Jan 2024 13:06:29 +0000 (14:06 +0100)]
Rename some functions in CUDAWrappers::EvaluatorTensorProduct

8 months agoFPE: split up declaration and definition 16422/head
Peter Munch [Sun, 7 Jan 2024 10:12:49 +0000 (11:12 +0100)]
FPE: split up declaration and definition

8 months agoMerge pull request #16421 from bangerth/bary
Marc Fehling [Sun, 7 Jan 2024 01:46:02 +0000 (18:46 -0700)]
Merge pull request #16421 from bangerth/bary

Fix variable name.

8 months agoMerge pull request #16420 from peterrum/trilinos_sp_visit_present_row
Marc Fehling [Sat, 6 Jan 2024 23:30:25 +0000 (16:30 -0700)]
Merge pull request #16420 from peterrum/trilinos_sp_visit_present_row

Fix TrilinosWrappers::SparsityPattern::Accessor::visit_present_row()

8 months agoFix variable name. 16421/head
Wolfgang Bangerth [Sat, 6 Jan 2024 22:27:16 +0000 (15:27 -0700)]
Fix variable name.

8 months agoMerge pull request #16416 from peterrum/trilinos_accessor_alloc
Peter Munch [Sat, 6 Jan 2024 22:18:47 +0000 (23:18 +0100)]
Merge pull request #16416 from peterrum/trilinos_accessor_alloc

Fix allocation in TrilinosWrappers::SparseMatrix::AccessorBase

8 months agoMerge pull request #16417 from peterrum/extract_remote_rows_simplify
Peter Munch [Sat, 6 Jan 2024 21:32:42 +0000 (22:32 +0100)]
Merge pull request #16417 from peterrum/extract_remote_rows_simplify

Simplify code internal::extract_remote_rows()

8 months agoFix TrilinosWrappers::SparsityPattern::Accessor::visit_present_row() 16420/head
Peter Munch [Sat, 6 Jan 2024 21:25:53 +0000 (22:25 +0100)]
Fix TrilinosWrappers::SparsityPattern::Accessor::visit_present_row()

8 months agoFix allocation in TrilinosWrappers::SparseMatrix::AccessorBase 16416/head
Peter Munch [Sat, 6 Jan 2024 12:30:38 +0000 (13:30 +0100)]
Fix allocation in TrilinosWrappers::SparseMatrix::AccessorBase

8 months agoMerge pull request #16418 from peterrum/unnecessary_change_log_entries
Wolfgang Bangerth [Sat, 6 Jan 2024 16:06:28 +0000 (09:06 -0700)]
Merge pull request #16418 from peterrum/unnecessary_change_log_entries

Remove unnecessary change-log entries

8 months agoMerge pull request #16419 from peterrum/indent
Wolfgang Bangerth [Sat, 6 Jan 2024 16:04:23 +0000 (09:04 -0700)]
Merge pull request #16419 from peterrum/indent

Indent: format also change-log entries

8 months agoIndent: format also change-log entries 16419/head
Peter Munch [Sat, 6 Jan 2024 14:05:44 +0000 (15:05 +0100)]
Indent: format also change-log entries

8 months agoRemove unnecessary change-log entries 16418/head
Peter Munch [Sat, 6 Jan 2024 13:52:03 +0000 (14:52 +0100)]
Remove unnecessary change-log entries

8 months agoSimplify code internal::extract_remote_rows() 16417/head
Peter Munch [Sat, 6 Jan 2024 12:49:04 +0000 (13:49 +0100)]
Simplify code internal::extract_remote_rows()

8 months agoMerge pull request #16403 from bangerth/prefix
David Wells [Thu, 4 Jan 2024 18:02:48 +0000 (13:02 -0500)]
Merge pull request #16403 from bangerth/prefix

Use prefix ++ universally.

8 months agoMerge pull request #16411 from bangerth/trilinos-8
David Wells [Thu, 4 Jan 2024 03:43:27 +0000 (22:43 -0500)]
Merge pull request #16411 from bangerth/trilinos-8

Move the error check next to the checked statement.

8 months agoUse prefix ++ universally. 16403/head
Wolfgang Bangerth [Tue, 2 Jan 2024 17:31:54 +0000 (10:31 -0700)]
Use prefix ++ universally.

8 months agoMove the error check next to the checked statement. 16411/head
Wolfgang Bangerth [Tue, 2 Jan 2024 23:18:34 +0000 (16:18 -0700)]
Move the error check next to the checked statement.

8 months agoMerge pull request #16404 from bangerth/trilinos-2
Peter Munch [Wed, 3 Jan 2024 07:59:20 +0000 (08:59 +0100)]
Merge pull request #16404 from bangerth/trilinos-2

Do not mark a pointer as 'mutable' where not necessary.

8 months agoMerge pull request #16410 from bangerth/trilinos-5
Peter Munch [Wed, 3 Jan 2024 07:54:19 +0000 (08:54 +0100)]
Merge pull request #16410 from bangerth/trilinos-5

Unify if-else branches with common code.

8 months agoMerge pull request #16409 from bangerth/trilinos-6
Bruno Blais [Wed, 3 Jan 2024 01:45:39 +0000 (20:45 -0500)]
Merge pull request #16409 from bangerth/trilinos-6

Push a variable declaration down to its first use.

8 months agoMerge pull request #16408 from bangerth/trilinos-7
Bruno Blais [Wed, 3 Jan 2024 01:34:21 +0000 (20:34 -0500)]
Merge pull request #16408 from bangerth/trilinos-7

Simplify some locations. In particular, avoid doing too many type casts by hand in the Trilinos wrappers given that this is so fragile with regard to what Trilinos actually uses internally.

8 months agoMerge pull request #16405 from bangerth/trilinos-4
Bruno Blais [Wed, 3 Jan 2024 00:33:01 +0000 (19:33 -0500)]
Merge pull request #16405 from bangerth/trilinos-4

Avoid dynamic memory allocation when we know that we won't need it.

8 months agoMerge pull request #16401 from bangerth/trilinos-dev
Daniel Arndt [Tue, 2 Jan 2024 21:59:22 +0000 (16:59 -0500)]
Merge pull request #16401 from bangerth/trilinos-dev

Avoid a global 'typedef' and qualify things locally.

8 months agoMerge pull request #16402 from bangerth/gridin
Daniel Arndt [Tue, 2 Jan 2024 21:59:11 +0000 (16:59 -0500)]
Merge pull request #16402 from bangerth/gridin

Change a few variable names.

8 months agoSimplify some locations. 16408/head
Wolfgang Bangerth [Tue, 2 Jan 2024 21:44:57 +0000 (14:44 -0700)]
Simplify some locations.

In particular, avoid doing too many type casts by hand in the Trilinos wrappers
given that this is so fragile with regard to what Trilinos actually uses
internally.

8 months agoPush a variable declaration down to its first use. 16409/head
Wolfgang Bangerth [Tue, 2 Jan 2024 21:43:54 +0000 (14:43 -0700)]
Push a variable declaration down to its first use.

8 months agoUnify if-else branches with common code. 16410/head
Wolfgang Bangerth [Tue, 2 Jan 2024 21:43:08 +0000 (14:43 -0700)]
Unify if-else branches with common code.

8 months agoAvoid dynamic memory allocation when we know that we won't need it. 16405/head
Wolfgang Bangerth [Tue, 2 Jan 2024 18:24:20 +0000 (11:24 -0700)]
Avoid dynamic memory allocation when we know that we won't need it.

8 months agoDo not mark a pointer as 'mutable' where not necessary. 16404/head
Wolfgang Bangerth [Tue, 2 Jan 2024 18:22:45 +0000 (11:22 -0700)]
Do not mark a pointer as 'mutable' where not necessary.

8 months agoChange a few variable names. 16402/head
Wolfgang Bangerth [Tue, 2 Jan 2024 17:31:31 +0000 (10:31 -0700)]
Change a few variable names.

These names use the prefix no_ to indicate numbers in some languages, but
this is confusing in English.

8 months agoAvoid a global 'typedef' and qualify things locally. 16401/head
Wolfgang Bangerth [Mon, 1 Jan 2024 01:18:47 +0000 (18:18 -0700)]
Avoid a global 'typedef' and qualify things locally.

8 months agoMerge pull request #16399 from bangerth/trilinos-1
Peter Munch [Tue, 2 Jan 2024 08:01:26 +0000 (09:01 +0100)]
Merge pull request #16399 from bangerth/trilinos-1

Optimize setting a matrix to zero.

8 months agoOptimize setting a matrix to zero. 16399/head
Wolfgang Bangerth [Mon, 1 Jan 2024 01:46:15 +0000 (18:46 -0700)]
Optimize setting a matrix to zero.

8 months agoMerge pull request #16374 from bangerth/dev-1
Daniel Arndt [Mon, 1 Jan 2024 21:04:00 +0000 (16:04 -0500)]
Merge pull request #16374 from bangerth/dev-1

Convert CreateDescriptionFromTriangulationHelper into a function.

8 months agoMerge pull request #16303 from jpthiele/cff-preferred-citation
Daniel Arndt [Mon, 1 Jan 2024 18:21:21 +0000 (13:21 -0500)]
Merge pull request #16303 from jpthiele/cff-preferred-citation

Add preferred citation to CFF

8 months agoMerge pull request #16396 from bangerth/attribute
David Wells [Mon, 1 Jan 2024 16:00:11 +0000 (11:00 -0500)]
Merge pull request #16396 from bangerth/attribute

Remove a likely mistaken attribute.

8 months agoMerge pull request #16398 from bangerth/index-set
Peter Munch [Mon, 1 Jan 2024 14:24:12 +0000 (15:24 +0100)]
Merge pull request #16398 from bangerth/index-set

Deal with IndexSet operations in a more efficient way.

8 months agoMerge pull request #16397 from bangerth/private
Peter Munch [Mon, 1 Jan 2024 14:22:12 +0000 (15:22 +0100)]
Merge pull request #16397 from bangerth/private

Make a couple of functions 'private'.

8 months agoMerge pull request #16395 from bangerth/break
Peter Munch [Mon, 1 Jan 2024 14:19:39 +0000 (15:19 +0100)]
Merge pull request #16395 from bangerth/break

Do not break hyphenated words in the documentation.

8 months agoFix another place. 16398/head
Wolfgang Bangerth [Mon, 1 Jan 2024 01:39:17 +0000 (18:39 -0700)]
Fix another place.

8 months agoDeal with IndexSet operations in a more efficient way.
Wolfgang Bangerth [Mon, 1 Jan 2024 01:18:14 +0000 (18:18 -0700)]
Deal with IndexSet operations in a more efficient way.

8 months agoMake a couple of functions 'private'. 16397/head
Wolfgang Bangerth [Mon, 1 Jan 2024 00:07:33 +0000 (17:07 -0700)]
Make a couple of functions 'private'.

These functions were 'protected', but nothing ever derives from this class.
The functions are only called from another class that is a 'friend', which
means that these functions might as well be 'private'.

8 months agoRemove a likely mistaken attribute. 16396/head
Wolfgang Bangerth [Sun, 31 Dec 2023 23:10:01 +0000 (16:10 -0700)]
Remove a likely mistaken attribute.

8 months agoDo not break hyphenated words in the documentation. 16395/head
Wolfgang Bangerth [Sun, 31 Dec 2023 23:01:39 +0000 (16:01 -0700)]
Do not break hyphenated words in the documentation.

8 months agoHand back used quadratures during conversion of intersections to points 16391/head
Johannes Heinz [Fri, 29 Dec 2023 09:47:44 +0000 (10:47 +0100)]
Hand back used quadratures during conversion of intersections to points

8 months agoMerge pull request #16300 from jh66637/ste-89-backend
Bruno Blais [Fri, 29 Dec 2023 20:36:59 +0000 (15:36 -0500)]
Merge pull request #16300 from jh66637/ste-89-backend

Classes used by Step 89

The purpose of the classes is as follows:

PrecomputedFEEvaluationData stores the values and gradients for all requested points.
PrecomputedFEEvaluationDataView gives a structured access to the values/gradients of a cell/face via get_shift()
FERemoteEvaluationCommunicator fills the values/gradients in data using RPE
FERemoteEvaluation is a class similar to FEEvaluation but accessing precomputed/cached values/gradients in PrecomputedFEEvaluationData. The values/gradients of all points are updated via gather_evaluate(vector, flags). The function reinit() shifts the view to the current cell/face. The functions get_value() and get_gradient() give access to the value/gradient of the specified cell.

8 months agoAdd FERemoteEvaluation 16300/head
Johannes Heinz [Mon, 27 Nov 2023 08:55:52 +0000 (09:55 +0100)]
Add FERemoteEvaluation

8 months agoMerge pull request #16329 from vovannikov/nox_exception_in_solve
Wolfgang Bangerth [Thu, 28 Dec 2023 18:13:35 +0000 (11:13 -0700)]
Merge pull request #16329 from vovannikov/nox_exception_in_solve

NOXSolver: add a test demonstrating the issue with pending_exception

8 months agoMerge pull request #16388 from drwells/adjust-line-dof-index-combined-orientation
Wolfgang Bangerth [Thu, 28 Dec 2023 16:08:50 +0000 (09:08 -0700)]
Merge pull request #16388 from drwells/adjust-line-dof-index-combined-orientation

Use the combined orientation in another FiniteElement function.

8 months agoMerge pull request #16389 from bangerth/explicit
Bruno Blais [Thu, 28 Dec 2023 14:53:57 +0000 (09:53 -0500)]
Merge pull request #16389 from bangerth/explicit

'explicit' on default constructors is redundant.

8 months agoMerge pull request #16377 from bangerth/t-4
Daniel Arndt [Thu, 28 Dec 2023 13:54:41 +0000 (08:54 -0500)]
Merge pull request #16377 from bangerth/t-4

More small updates to tria_description.cc.

8 months agoMerge pull request #16378 from bangerth/compress
Daniel Arndt [Thu, 28 Dec 2023 13:51:24 +0000 (08:51 -0500)]
Merge pull request #16378 from bangerth/compress

Prohibit calling compress() on vectors with ghost elements.

8 months agoAdd changelog entry 16329/head
Vladimir Ivannikov [Wed, 27 Dec 2023 17:20:20 +0000 (18:20 +0100)]
Add changelog entry

8 months agoFix documentation
Vladimir Ivannikov [Tue, 26 Dec 2023 17:00:53 +0000 (18:00 +0100)]
Fix documentation

8 months agoAdd recovery logic
Vladimir Ivannikov [Thu, 28 Dec 2023 08:41:52 +0000 (09:41 +0100)]
Add recovery logic


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.