]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
21 months agoMerge pull request #14482 from tamiko/modernize_cmake_part_4
Bruno Turcksin [Tue, 29 Nov 2022 02:55:51 +0000 (21:55 -0500)]
Merge pull request #14482 from tamiko/modernize_cmake_part_4

21 months agoMerge pull request #14490 from bangerth/vtu-4
Bruno Turcksin [Tue, 29 Nov 2022 02:45:57 +0000 (21:45 -0500)]
Merge pull request #14490 from bangerth/vtu-4

21 months agoMerge pull request #14475 from masterleinad/replace_force_inline_kokkos
Bruno Turcksin [Tue, 29 Nov 2022 02:28:26 +0000 (21:28 -0500)]
Merge pull request #14475 from masterleinad/replace_force_inline_kokkos

21 months agoEncapulate different parts of write_vtu_main() into lambda functions. 14490/head
Wolfgang Bangerth [Fri, 11 Nov 2022 20:13:19 +0000 (13:13 -0700)]
Encapulate different parts of write_vtu_main() into lambda functions.

21 months agoDEAL_II_HOST_DEV* -> DEAL_II_HOST_DEVICE* 14475/head
Daniel Arndt [Sun, 27 Nov 2022 13:06:43 +0000 (08:06 -0500)]
DEAL_II_HOST_DEV* -> DEAL_II_HOST_DEVICE*

21 months agoDEAL_II_HOST_DEV_ALWAYS_INLINE implies inline
Daniel Arndt [Fri, 25 Nov 2022 17:49:26 +0000 (12:49 -0500)]
DEAL_II_HOST_DEV_ALWAYS_INLINE implies inline

21 months agoIntroduce DEAL_II_HOST_DEV_ALWAYS_INLINE
Daniel Arndt [Fri, 25 Nov 2022 15:50:26 +0000 (10:50 -0500)]
Introduce DEAL_II_HOST_DEV_ALWAYS_INLINE

21 months agoMerge pull request #14477 from bangerth/vtu-7
David Wells [Mon, 28 Nov 2022 12:51:15 +0000 (07:51 -0500)]
Merge pull request #14477 from bangerth/vtu-7

Inline most of the remaining functions in VtuStream into write_vtu_main().

21 months agoMerge pull request #14486 from marcfehling/blockreinig-deal-pr
Martin Kronbichler [Mon, 28 Nov 2022 08:30:29 +0000 (09:30 +0100)]
Merge pull request #14486 from marcfehling/blockreinig-deal-pr

Add more reinit() to LA::distributed::BlockVector.

21 months agoAvoid an MSVC error where constexpr variables are not automatically captured. 14477/head
Wolfgang Bangerth [Sun, 27 Nov 2022 23:44:41 +0000 (16:44 -0700)]
Avoid an MSVC error where constexpr variables are not automatically captured.

21 months agoMerge pull request #14484 from marcfehling/constraints-in
Wolfgang Bangerth [Sun, 27 Nov 2022 23:08:47 +0000 (16:08 -0700)]
Merge pull request #14484 from marcfehling/constraints-in

Some AffineConstraints instantiations.

21 months agoAvoid a warning about lambda-capturing constexpr variables.
Wolfgang Bangerth [Sun, 27 Nov 2022 22:48:28 +0000 (15:48 -0700)]
Avoid a warning about lambda-capturing constexpr variables.

21 months agoMake code easier to read by replacing a preprocessor variable by a constexpr variable.
Wolfgang Bangerth [Sat, 26 Nov 2022 04:13:01 +0000 (21:13 -0700)]
Make code easier to read by replacing a preprocessor variable by a constexpr variable.

21 months agoMerge pull request #14485 from mschreter/mpi_scatter_asserts
David Wells [Sun, 27 Nov 2022 21:56:11 +0000 (16:56 -0500)]
Merge pull request #14485 from mschreter/mpi_scatter_asserts

Utilities::MPI::scatter: improve asserts

21 months agoAdd more reinit() to LA::distributed::BlockVector. 14486/head
Marc Fehling [Sat, 26 Nov 2022 07:13:25 +0000 (00:13 -0700)]
Add more reinit() to LA::distributed::BlockVector.

21 months agoimporve asserts of MPI::scatter 14485/head
Magdalena Schreter [Sun, 27 Nov 2022 19:27:42 +0000 (20:27 +0100)]
imporve asserts of MPI::scatter

21 months agoMerge pull request #14483 from tamiko/cmake_bugfix
Marc Fehling [Sun, 27 Nov 2022 03:30:37 +0000 (04:30 +0100)]
Merge pull request #14483 from tamiko/cmake_bugfix

CMake: Update forgotten find_package() call

21 months agoAdd one distribute_local_to_global instantiation. 14484/head
Marc Fehling [Sun, 27 Nov 2022 03:14:13 +0000 (20:14 -0700)]
Add one distribute_local_to_global instantiation.

21 months agoRefactor one distribute_local_to_global instantiation.
Marc Fehling [Sun, 27 Nov 2022 03:13:50 +0000 (20:13 -0700)]
Refactor one distribute_local_to_global instantiation.

21 months agoCMake: Update forgotten find_package() call 14483/head
Matthias Maier [Sat, 26 Nov 2022 23:50:46 +0000 (17:50 -0600)]
CMake: Update forgotten find_package() call

Updating this find_package() call got lost somewhere while rebasing
during all of the pull request merges.

21 months agoCMake: bugfix: make sure that cached feature variables do not interfere 14482/head
Matthias Maier [Sat, 26 Nov 2022 23:23:56 +0000 (17:23 -0600)]
CMake: bugfix: make sure that cached feature variables do not interfere

21 months agoCMake: export <FEATURE>_SPLIT_CONFIGURATION
Matthias Maier [Sat, 26 Nov 2022 16:41:07 +0000 (10:41 -0600)]
CMake: export <FEATURE>_SPLIT_CONFIGURATION

21 months agoCMake: Rename macro to process_feature() and rework output
Matthias Maier [Fri, 25 Nov 2022 11:52:24 +0000 (05:52 -0600)]
CMake: Rename macro to process_feature() and rework output

21 months agoMerge pull request #14479 from tamiko/cmake_cleanup
Matthias Maier [Sat, 26 Nov 2022 23:34:30 +0000 (17:34 -0600)]
Merge pull request #14479 from tamiko/cmake_cleanup

CMake: ensure some more, modern style rules

21 months agoCMake: run contrib/utilities/lowercase_cmake 14479/head
Matthias Maier [Sat, 26 Nov 2022 16:15:54 +0000 (10:15 -0600)]
CMake: run contrib/utilities/lowercase_cmake

21 months agoCMake: Update configure_feature() macro to use lowercase commands
Matthias Maier [Sat, 26 Nov 2022 16:11:32 +0000 (10:11 -0600)]
CMake: Update configure_feature() macro to use lowercase commands

21 months agoCMake: ensure that macro/function definitions are lowercase
Matthias Maier [Sat, 26 Nov 2022 15:51:40 +0000 (09:51 -0600)]
CMake: ensure that macro/function definitions are lowercase

21 months agoCMake: ensure that else() and endif() statements contain no parameter
Matthias Maier [Sat, 26 Nov 2022 14:05:44 +0000 (08:05 -0600)]
CMake: ensure that else() and endif() statements contain no parameter

21 months agoCMake: simplify clean/purge_feature macros
Matthias Maier [Sat, 26 Nov 2022 13:58:51 +0000 (07:58 -0600)]
CMake: simplify clean/purge_feature macros

21 months agoMerge pull request #14467 from tamiko/modernize_cmake_part_3
Matthias Maier [Sat, 26 Nov 2022 22:50:20 +0000 (16:50 -0600)]
Merge pull request #14467 from tamiko/modernize_cmake_part_3

CMake: Introduce a dealii:: namespace for targets and harmonize naming

21 months agoCMake: Introduce a dealii:: namespace for targets and harmonize naming 14467/head
Matthias Maier [Thu, 24 Nov 2022 13:42:42 +0000 (07:42 -0600)]
CMake: Introduce a dealii:: namespace for targets and harmonize naming

The top-level targets are now named dealii_debug and dealii_release (and
their exported counterparts dealii::dealii_debug and
dealii::dealii_release).

21 months agoMerge pull request #14478 from marcfehling/doxygen
Timo Heister [Sat, 26 Nov 2022 15:24:27 +0000 (10:24 -0500)]
Merge pull request #14478 from marcfehling/doxygen

Remove obsolete doxygen tags.

21 months agoRemove obsolete doxygen tags. 14478/head
Marc Fehling [Sat, 26 Nov 2022 05:55:24 +0000 (22:55 -0700)]
Remove obsolete doxygen tags.

21 months agoInline most of the remaining functions in VtuStream into write_vtu_main().
Wolfgang Bangerth [Mon, 21 Nov 2022 18:46:01 +0000 (11:46 -0700)]
Inline most of the remaining functions in VtuStream into write_vtu_main().

21 months agoMerge pull request #14472 from tamiko/modernize_cmake_part_6
David Wells [Fri, 25 Nov 2022 23:39:12 +0000 (18:39 -0500)]
Merge pull request #14472 from tamiko/modernize_cmake_part_6

CMake: rename all find modules to DEAL_II_*

21 months agoMerge pull request #14473 from drwells/spb-changelog
Matthias Maier [Fri, 25 Nov 2022 21:46:34 +0000 (15:46 -0600)]
Merge pull request #14473 from drwells/spb-changelog

add a changelog for SparsityPatternBase.

21 months agoMerge pull request #14474 from masterleinad/update_doc_deal_ii_cuda
Matthias Maier [Fri, 25 Nov 2022 21:44:56 +0000 (15:44 -0600)]
Merge pull request #14474 from masterleinad/update_doc_deal_ii_cuda

Update documentation for deal.II+Cuda

21 months agoCMake: remove CMAKE_MODULE_PATH workarounds 14472/head
Matthias Maier [Fri, 25 Nov 2022 13:21:20 +0000 (07:21 -0600)]
CMake: remove CMAKE_MODULE_PATH workarounds

21 months agoCMake: Update configure macros to use DEAL_II_* feature names
Matthias Maier [Fri, 25 Nov 2022 13:20:18 +0000 (07:20 -0600)]
CMake: Update configure macros to use DEAL_II_* feature names

21 months agoCMake: rename all find modules to DEAL_II_*
Matthias Maier [Fri, 25 Nov 2022 13:16:24 +0000 (07:16 -0600)]
CMake: rename all find modules to DEAL_II_*

This avoids inclusion clashes and accidental calls to our (internal)
find modules from external cmake project configurations.

21 months agoextend comment about C++17 support 14474/head
Daniel Arndt [Fri, 25 Nov 2022 17:43:58 +0000 (12:43 -0500)]
extend comment about C++17 support

21 months agoMerge pull request #14468 from tamiko/fix_arborx_detection
Timo Heister [Fri, 25 Nov 2022 17:13:54 +0000 (12:13 -0500)]
Merge pull request #14468 from tamiko/fix_arborx_detection

CMake: Bugfix: only configure arborx with matching MPI configuration

21 months agoMerge pull request #14471 from tamiko/modernize_cmake_part_5
Timo Heister [Fri, 25 Nov 2022 17:08:21 +0000 (12:08 -0500)]
Merge pull request #14471 from tamiko/modernize_cmake_part_5

CMake: Remove _USER variables

21 months agoUpdate documentation for deal.II+Cuda
Daniel Arndt [Fri, 25 Nov 2022 15:27:20 +0000 (10:27 -0500)]
Update documentation for deal.II+Cuda

21 months agoadd a changelog for SparsityPatternBase. 14473/head
David Wells [Fri, 25 Nov 2022 14:59:10 +0000 (09:59 -0500)]
add a changelog for SparsityPatternBase.

21 months agoCMake: add compatibility definitions to Config.cmake.in 14471/head
Matthias Maier [Fri, 25 Nov 2022 12:40:58 +0000 (06:40 -0600)]
CMake: add compatibility definitions to Config.cmake.in

21 months agoCMake: Remove _USER variables
Matthias Maier [Fri, 25 Nov 2022 12:31:02 +0000 (06:31 -0600)]
CMake: Remove _USER variables

Traditionally we have used two "independent" sets of variables to keep
track of feature configurations:

  <FEATURE>_INCLUDE_DIRS
  <FEATURE>_DEFINITIONS(|_RELEASE|_DEBUG)

and

  <FEATURE>_USER_INCLUDE_DIRS
  <FEATURE>_USER_DEFINITIONS(|_RELEASE|_DEBUG)

The former was intended for internal use only and the latter for
exporting whatever is necessary to user projects.

However, this has not been used at all in the last 10 years.

So let us remove this distinction and simply always export include dirs
and definitions to users. This simplification is required to switch to
our features to interface targets.

21 months agoMerge pull request #14453 from Rombur/kokkos_function
Martin Kronbichler [Fri, 25 Nov 2022 10:20:18 +0000 (11:20 +0100)]
Merge pull request #14453 from Rombur/kokkos_function

Replace DEAL_II_CUDA_HOST_DEV with KOKKOS_FUNCTION

21 months agoMerge pull request #14464 from mschreter/add_mpi_scatter
Peter Munch [Fri, 25 Nov 2022 09:17:21 +0000 (10:17 +0100)]
Merge pull request #14464 from mschreter/add_mpi_scatter

Add Utilities::MPI::scatter

21 months agoCMake: Bugfix: only configure arborx with matching MPI configuration 14468/head
Matthias Maier [Thu, 24 Nov 2022 16:07:24 +0000 (10:07 -0600)]
CMake: Bugfix: only configure arborx with matching MPI configuration

21 months agoMerge pull request #14469 from tamiko/modernize_cmake_part_2
David Wells [Fri, 25 Nov 2022 03:41:32 +0000 (22:41 -0500)]
Merge pull request #14469 from tamiko/modernize_cmake_part_2

add a news/changes entry

21 months agoMerge pull request #14463 from tamiko/modernize_cmake_part_1
David Wells [Fri, 25 Nov 2022 03:40:08 +0000 (22:40 -0500)]
Merge pull request #14463 from tamiko/modernize_cmake_part_1

CMake: lowercase all function and macro names

21 months agoadd a news/changes entry 14469/head
Matthias Maier [Thu, 24 Nov 2022 21:29:42 +0000 (15:29 -0600)]
add a news/changes entry

21 months agoadd utility function MPI::scatter 14464/head
Magdalena Schreter [Thu, 24 Nov 2022 10:39:53 +0000 (11:39 +0100)]
add utility function MPI::scatter

21 months agoCMake: apply contrib/utilities/lowercase_cmake 14463/head
Matthias Maier [Thu, 24 Nov 2022 21:03:20 +0000 (15:03 -0600)]
CMake: apply contrib/utilities/lowercase_cmake

21 months agoExamples: Fix regular expression
Matthias Maier [Thu, 24 Nov 2022 11:04:34 +0000 (05:04 -0600)]
Examples: Fix regular expression

21 months agocontrib/utilities: hook cmake_lowercase into check_indentation
Matthias Maier [Thu, 24 Nov 2022 10:36:58 +0000 (04:36 -0600)]
contrib/utilities: hook cmake_lowercase into check_indentation

21 months agocontrib/utilities: add script to convert cmake functions/macros to lowercase
Matthias Maier [Thu, 24 Nov 2022 10:31:01 +0000 (04:31 -0600)]
contrib/utilities: add script to convert cmake functions/macros to lowercase

21 months agoMerge pull request #14466 from tamiko/avoid_kokkos_warning
Matthias Maier [Thu, 24 Nov 2022 15:52:46 +0000 (09:52 -0600)]
Merge pull request #14466 from tamiko/avoid_kokkos_warning

CMake: search quietly for kokkos and avoid an unnecessary warning

21 months agoMerge pull request #14465 from tamiko/modernize_cmake_part_2
Matthias Maier [Thu, 24 Nov 2022 15:19:36 +0000 (09:19 -0600)]
Merge pull request #14465 from tamiko/modernize_cmake_part_2

CMake: always export compile_commands.json in deal.II and user projects

21 months agoCMake: search quietly for kokkos and avoid an unnecessary warning 14466/head
Matthias Maier [Thu, 24 Nov 2022 13:12:21 +0000 (07:12 -0600)]
CMake: search quietly for kokkos and avoid an unnecessary warning

21 months agoMerge pull request #14459 from tamiko/make_clang_tidy_config_more_readable
Matthias Maier [Thu, 24 Nov 2022 12:05:20 +0000 (06:05 -0600)]
Merge pull request #14459 from tamiko/make_clang_tidy_config_more_readable

clang-tidy: use line breaks in config, remove nonexistent check

21 months agoCMake: always export compile_commands.json in deal.II and user projects 14465/head
Matthias Maier [Thu, 24 Nov 2022 12:02:21 +0000 (06:02 -0600)]
CMake: always export compile_commands.json in deal.II and user projects

21 months agoMerge pull request #14462 from tamiko/ignore_clangd_files
Wolfgang Bangerth [Wed, 23 Nov 2022 23:38:40 +0000 (16:38 -0700)]
Merge pull request #14462 from tamiko/ignore_clangd_files

gitignore: ignore clangd files and directories

21 months agoMerge pull request #14460 from kronbichler/fix_warnings
Wolfgang Bangerth [Wed, 23 Nov 2022 23:38:16 +0000 (16:38 -0700)]
Merge pull request #14460 from kronbichler/fix_warnings

Fix more warnings about unused variables

21 months agoMerge pull request #14455 from tamiko/fix_cmake_tpetra
Wolfgang Bangerth [Wed, 23 Nov 2022 23:36:30 +0000 (16:36 -0700)]
Merge pull request #14455 from tamiko/fix_cmake_tpetra

CMake: remove forgotten GO = statement in tpetra compatibility check

21 months agogitignore: ignore clangd files and directories 14462/head
Matthias Maier [Wed, 23 Nov 2022 21:01:55 +0000 (15:01 -0600)]
gitignore: ignore clangd files and directories

In order to use clangd it is currently necessary to add some
configuration into a .clangd file. Unfortunately, this is very situation
specific and cannot meaningfully be upstreamed. (For example, I need to
manually specify "-std=c++17" to work around the issue that gcc defaults
to c++17 and clang defaults to c++14.)

While at it also ignore the .cache directory where clangd stores its
index.

21 months agoUpdate .clang-tidy 14459/head
Matthias Maier [Wed, 23 Nov 2022 20:26:46 +0000 (14:26 -0600)]
Update .clang-tidy

Co-authored-by: Wolfgang Bangerth <bangerth@colostate.edu>
21 months agoFix one more warning 14460/head
Martin Kronbichler [Wed, 23 Nov 2022 20:05:47 +0000 (21:05 +0100)]
Fix one more warning

21 months agoFix warning about unused variable in release mode
Martin Kronbichler [Wed, 23 Nov 2022 20:05:39 +0000 (21:05 +0100)]
Fix warning about unused variable in release mode

21 months agoclang-tidy: remove nonexistent check
Matthias Maier [Wed, 23 Nov 2022 18:57:56 +0000 (12:57 -0600)]
clang-tidy: remove nonexistent check

This probably should have read

 -modernize-use-emplace

instead of "use-emplace". Let's simply remove the directive for now.

21 months agoclang-tidy: use line breaks for better readability
Matthias Maier [Wed, 23 Nov 2022 18:57:16 +0000 (12:57 -0600)]
clang-tidy: use line breaks for better readability

21 months agoReplace DEAL_II_CUDA_HOST_DEV with DEAL_II_HOST_DEV 14453/head
Bruno Turcksin [Wed, 23 Nov 2022 18:20:13 +0000 (13:20 -0500)]
Replace DEAL_II_CUDA_HOST_DEV with DEAL_II_HOST_DEV

21 months agoCMake: remove forgotten GO = statement in tpetra compatibility check 14455/head
Matthias Maier [Wed, 23 Nov 2022 16:47:34 +0000 (10:47 -0600)]
CMake: remove forgotten GO = statement in tpetra compatibility check

Closes: #14372
21 months agoMerge pull request #14451 from drwells/sparsity-pattern-base-cleanup
Daniel Arndt [Wed, 23 Nov 2022 15:03:35 +0000 (10:03 -0500)]
Merge pull request #14451 from drwells/sparsity-pattern-base-cleanup

21 months agoMerge pull request #14452 from tamiko/avoid_a_warning
Timo Heister [Wed, 23 Nov 2022 14:36:38 +0000 (09:36 -0500)]
Merge pull request #14452 from tamiko/avoid_a_warning

GridGenerator: avoid a warning in release mode

21 months agoGridGenerators: modernize a cell loop and use range-based for 14452/head
Matthias Maier [Wed, 23 Nov 2022 10:25:07 +0000 (04:25 -0600)]
GridGenerators: modernize a cell loop and use range-based for

21 months agoGridGenerator: avoid a warning in release mode
Matthias Maier [Wed, 23 Nov 2022 10:21:13 +0000 (04:21 -0600)]
GridGenerator: avoid a warning in release mode

21 months agoMerge pull request #14365 from masterleinad/kokkos_bundled
Matthias Maier [Wed, 23 Nov 2022 10:00:22 +0000 (04:00 -0600)]
Merge pull request #14365 from masterleinad/kokkos_bundled

Make Kokkos a required dependency and bundle Kokkos 3.7.00

21 months agoClean up some sparsity-related header inclusions. 14451/head
David Wells [Sat, 5 Nov 2022 18:17:05 +0000 (14:17 -0400)]
Clean up some sparsity-related header inclusions.

21 months agoRemove SPARSITY_PATTERNS from template-arguments.in
David Wells [Sat, 5 Nov 2022 15:52:51 +0000 (11:52 -0400)]
Remove SPARSITY_PATTERNS from template-arguments.in

We no longer need it! Taken together, removing the templates over the sparsity
pattern type lowers the number of symbols in the debug library build from 813005
to 811893.

21 months agoMerge pull request #14433 from drwells/sparsity-pattern-base-multigrid
David Wells [Tue, 22 Nov 2022 18:35:24 +0000 (13:35 -0500)]
Merge pull request #14433 from drwells/sparsity-pattern-base-multigrid

multigrid tools: Remove template on sparsity pattern type.

21 months agoRename a variable.
Wolfgang Bangerth [Mon, 21 Nov 2022 18:12:13 +0000 (11:12 -0700)]
Rename a variable.

21 months agoMerge pull request #14392 from bangerth/cxx17
David Wells [Tue, 22 Nov 2022 16:43:37 +0000 (11:43 -0500)]
Merge pull request #14392 from bangerth/cxx17

Avoid boost::optional/variant in favor of std_cxx17::variant/optional.

21 months agomultigrid tools: Remove template on sparsity pattern type. 14433/head
David Wells [Sat, 5 Nov 2022 14:12:37 +0000 (10:12 -0400)]
multigrid tools: Remove template on sparsity pattern type.

21 months agoAvoid "!." 14365/head
Daniel Arndt [Tue, 22 Nov 2022 15:03:00 +0000 (10:03 -0500)]
Avoid "!."

21 months agoMake Kokkos a required dependency and bundle Kokkos 3.7.00
Daniel Arndt [Tue, 22 Nov 2022 14:57:38 +0000 (09:57 -0500)]
Make Kokkos a required dependency and bundle Kokkos 3.7.00

21 months agoMerge pull request #14435 from masterleinad/fix_trilinos_kokkos_flags
David Wells [Tue, 22 Nov 2022 14:44:07 +0000 (09:44 -0500)]
Merge pull request #14435 from masterleinad/fix_trilinos_kokkos_flags

Fix flags for Trilinos+Kokkos

21 months agoMerge pull request #14441 from drwells/sparsity-base-api
Martin Kronbichler [Tue, 22 Nov 2022 13:37:20 +0000 (14:37 +0100)]
Merge pull request #14441 from drwells/sparsity-base-api

SparsityPatternBase: redo add_entries() to take pairs.

21 months agoMerge pull request #14445 from lethe-cfd/particles_periodicity
Martin Kronbichler [Tue, 22 Nov 2022 12:25:41 +0000 (13:25 +0100)]
Merge pull request #14445 from lethe-cfd/particles_periodicity

Fix the generation of ghost particles when there are periodic boundary conditions in a triangulation

21 months agoMerge pull request #14450 from masterleinad/fix_actions_v2_E3
Marc Fehling [Tue, 22 Nov 2022 01:45:44 +0000 (02:45 +0100)]
Merge pull request #14450 from masterleinad/fix_actions_v2_E3

Bump actions/checkout from 2 to 3

21 months agoMerge pull request #14448 from bangerth/vtu-6
Daniel Arndt [Tue, 22 Nov 2022 01:05:58 +0000 (20:05 -0500)]
Merge pull request #14448 from bangerth/vtu-6

21 months agoMerge pull request #14449 from bangerth/vtu-9
Timo Heister [Mon, 21 Nov 2022 22:34:53 +0000 (17:34 -0500)]
Merge pull request #14449 from bangerth/vtu-9

Move declaration of vtu_stream to where it is used.

21 months agoBump actions/checkout from 2 to 3 14450/head
Daniel Arndt [Mon, 21 Nov 2022 22:08:24 +0000 (17:08 -0500)]
Bump actions/checkout from 2 to 3

21 months agoAvoid boost::optional/variant in favor of std_cxx17::variant/optional. 14392/head
Wolfgang Bangerth [Fri, 4 Nov 2022 16:29:37 +0000 (10:29 -0600)]
Avoid boost::optional/variant in favor of std_cxx17::variant/optional.

21 months agoMerge pull request #14437 from quangx/fix-step76-document
Daniel Arndt [Mon, 21 Nov 2022 21:53:37 +0000 (16:53 -0500)]
Merge pull request #14437 from quangx/fix-step76-document

21 months agoRedo SparsityPatternBase::add_entries() to use pairs. 14441/head
David Wells [Mon, 21 Nov 2022 20:47:59 +0000 (15:47 -0500)]
Redo SparsityPatternBase::add_entries() to use pairs.

21 months agoRemove two lines that were added by mistake 14445/head
Bruno Blais [Mon, 21 Nov 2022 21:07:13 +0000 (16:07 -0500)]
Remove two lines that were added by mistake

21 months agoUpdate doc/news/changes/minor/20221118Blais
Bruno Blais [Mon, 21 Nov 2022 21:06:01 +0000 (16:06 -0500)]
Update doc/news/changes/minor/20221118Blais

Co-authored-by: Martin Kronbichler <martin.kronbichler@uni-a.de>
21 months agoFix indentation
Bruno Blais [Mon, 21 Nov 2022 19:20:21 +0000 (14:20 -0500)]
Fix indentation


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.