]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
2 years agoslepc/solver_04: adjust tolerances 13944/head
Matthias Maier [Thu, 9 Jun 2022 02:05:10 +0000 (21:05 -0500)]
slepc/solver_04: adjust tolerances

2 years agoMerge pull request #13933 from drwells/fix-cgal-tests
Matthias Maier [Wed, 8 Jun 2022 21:53:39 +0000 (16:53 -0500)]
Merge pull request #13933 from drwells/fix-cgal-tests

Fix some CGAL tests.

2 years agoMerge pull request #13935 from drwells/gcc-12-types-tests
Matthias Maier [Wed, 8 Jun 2022 21:52:50 +0000 (16:52 -0500)]
Merge pull request #13935 from drwells/gcc-12-types-tests

Fix some test typenames for GCC-12.

2 years agoFix some test typenames for GCC-12. 13935/head
David Wells [Wed, 8 Jun 2022 19:14:40 +0000 (15:14 -0400)]
Fix some test typenames for GCC-12.

2 years agoFix some CGAL tests. 13933/head
David Wells [Wed, 8 Jun 2022 16:10:34 +0000 (12:10 -0400)]
Fix some CGAL tests.

1. Avoid an implicit muParser dependency
2. Fix compilation

2 years agoMerge pull request #13927 from tamiko/fix_compile_warnings_02
Luca Heltai [Wed, 8 Jun 2022 08:51:59 +0000 (10:51 +0200)]
Merge pull request #13927 from tamiko/fix_compile_warnings_02

CMake: add DEAL_II_CGAL_HAS_DEPRECATED_BOOST_INCLUDES check

2 years agoMerge pull request #13925 from tamiko/fix_compile_warnings_01
Marc Fehling [Wed, 8 Jun 2022 04:32:49 +0000 (22:32 -0600)]
Merge pull request #13925 from tamiko/fix_compile_warnings_01

base/polynomials_bdm.cc: avoid a compiler warning with gcc-12

2 years agoCMake: add DEAL_II_CGAL_HAS_DEPRECATED_BOOST_INCLUDES check 13927/head
Matthias Maier [Wed, 8 Jun 2022 03:14:51 +0000 (22:14 -0500)]
CMake: add DEAL_II_CGAL_HAS_DEPRECATED_BOOST_INCLUDES check

2 years agoCMake: refactor boost define into config.h.in
Matthias Maier [Wed, 8 Jun 2022 02:57:00 +0000 (21:57 -0500)]
CMake: refactor boost define into config.h.in

In order to work around the newest set of deprecated header warnings
(this time triggered by CGAL including a deprecated header :-(() I would
otherwise have to add this #define dance at 5 different other places.

Instead, it is cleaner to simply give up and define the macro globally.

The configure checks will ensure that the macro is only ever defined if
needed.

2 years agobase/polynomials_bdm.cc: avoid a compiler warning with gcc-12 13925/head
Matthias Maier [Tue, 7 Jun 2022 22:46:14 +0000 (17:46 -0500)]
base/polynomials_bdm.cc: avoid a compiler warning with gcc-12

gcc-12 in release mode will inline the evaluate function into some
methods of the FE_BDM class. It then rightfully complains that the (now
modified) else branch will write out of bounds.

Despite the fact that we instantiate this polynomials class and the
related FE class for 1d this code has never worked. Thus, fail
prominently with an error message.

2 years agobase/polynomials_bdm: rewrap comments and remove dead code
Matthias Maier [Tue, 7 Jun 2022 22:36:04 +0000 (17:36 -0500)]
base/polynomials_bdm: rewrap comments and remove dead code

2 years agoMerge pull request #13920 from peterrum/valence_fix
Martin Kronbichler [Tue, 7 Jun 2022 18:23:38 +0000 (20:23 +0200)]
Merge pull request #13920 from peterrum/valence_fix

Try to fix valence

2 years agoMerge pull request #13908 from peterrum/fe_data
David Wells [Tue, 7 Jun 2022 17:23:49 +0000 (13:23 -0400)]
Merge pull request #13908 from peterrum/fe_data

Rename fe_base.h to fe_data.h

2 years agoMerge pull request #13914 from NiklasWik/compiler_warnings
Martin Kronbichler [Tue, 7 Jun 2022 10:57:17 +0000 (12:57 +0200)]
Merge pull request #13914 from NiklasWik/compiler_warnings

Fix compiler warning

2 years agoTry to fix valence 13920/head
Peter Munch [Mon, 6 Jun 2022 20:06:55 +0000 (22:06 +0200)]
Try to fix valence

2 years agoFix compiler warning 13914/head
Niklas Wik [Mon, 6 Jun 2022 11:33:47 +0000 (13:33 +0200)]
Fix compiler warning

2 years agoMerge pull request #13913 from luca-heltai/cgal-fix-tests
Martin Kronbichler [Tue, 7 Jun 2022 07:41:12 +0000 (09:41 +0200)]
Merge pull request #13913 from luca-heltai/cgal-fix-tests

Fix input and output of some cgal tests.

2 years agoMerge pull request #13828 from kronbichler/improve_access_mg_dofs
Martin Kronbichler [Tue, 7 Jun 2022 07:39:11 +0000 (09:39 +0200)]
Merge pull request #13828 from kronbichler/improve_access_mg_dofs

Simplify access to MG DoFs in DoFAccessor

2 years agoMerge pull request #13918 from drwells/more-sundials-6-2
Martin Kronbichler [Tue, 7 Jun 2022 07:38:51 +0000 (09:38 +0200)]
Merge pull request #13918 from drwells/more-sundials-6-2

More sundials 6 2

2 years agoMerge pull request #13912 from luca-heltai/cgal-fix-orientation-hex
Martin Kronbichler [Tue, 7 Jun 2022 07:32:39 +0000 (09:32 +0200)]
Merge pull request #13912 from luca-heltai/cgal-fix-orientation-hex

Fix orientation issue with hex cells.

2 years agoMerge pull request #13919 from peterrum/mf_field_private
Marc Fehling [Mon, 6 Jun 2022 23:06:54 +0000 (17:06 -0600)]
Merge pull request #13919 from peterrum/mf_field_private

Make fields private

2 years agoMake fields private 13919/head
Peter Munch [Mon, 6 Jun 2022 19:34:27 +0000 (21:34 +0200)]
Make fields private

2 years agoFix orientation issue with hex cells. 13912/head
Luca Heltai [Mon, 6 Jun 2022 10:20:47 +0000 (12:20 +0200)]
Fix orientation issue with hex cells.

2 years agoMerge pull request #13917 from mschreter/fix_write_json_demangled_alias
Daniel Arndt [Mon, 6 Jun 2022 19:23:27 +0000 (15:23 -0400)]
Merge pull request #13917 from mschreter/fix_write_json_demangled_alias

2 years agoFix another SUNDIALS 6 incompatibility. 13918/head
David Wells [Mon, 6 Jun 2022 18:24:43 +0000 (14:24 -0400)]
Fix another SUNDIALS 6 incompatibility.

Technically this is a bug in our use case - it doesn't make sense to evolve an
ODE past the provided end time.

2 years agoPropagate SUNContext objects to linear solvers.
David Wells [Mon, 6 Jun 2022 18:21:56 +0000 (14:21 -0400)]
Propagate SUNContext objects to linear solvers.

2 years agoMerge pull request #13915 from peterrum/mf_consistent
Martin Kronbichler [Mon, 6 Jun 2022 18:09:21 +0000 (20:09 +0200)]
Merge pull request #13915 from peterrum/mf_consistent

MF: make things more consistent

2 years agofix write json of demangled alias parameters 13917/head
Magdalena Schreter [Mon, 6 Jun 2022 16:55:32 +0000 (18:55 +0200)]
fix write json of demangled alias parameters

2 years agoMF: make things more consistent 13915/head
Peter Munch [Mon, 6 Jun 2022 12:52:22 +0000 (14:52 +0200)]
MF: make things more consistent

2 years agoMerge pull request #13904 from luca-heltai/cgal-replace_variadic_with_AdditionalData
Daniel Arndt [Mon, 6 Jun 2022 12:50:10 +0000 (08:50 -0400)]
Merge pull request #13904 from luca-heltai/cgal-replace_variadic_with_AdditionalData

2 years agoMerge pull request #13911 from peterrum/warning
Daniel Arndt [Mon, 6 Jun 2022 12:29:05 +0000 (08:29 -0400)]
Merge pull request #13911 from peterrum/warning

Work on warning

2 years agoFix input and output of some cgal tests. 13913/head
Luca Heltai [Mon, 6 Jun 2022 10:32:51 +0000 (12:32 +0200)]
Fix input and output of some cgal tests.

2 years agoMerge pull request #13902 from drwells/cleanup-sundials-context
Martin Kronbichler [Mon, 6 Jun 2022 10:14:54 +0000 (12:14 +0200)]
Merge pull request #13902 from drwells/cleanup-sundials-context

Cleanup sundials context

2 years agoWork on warning 13911/head
Peter Munch [Mon, 6 Jun 2022 09:58:47 +0000 (11:58 +0200)]
Work on warning

2 years agoFix variadic 13904/head
Marco Feder [Thu, 2 Jun 2022 22:11:05 +0000 (00:11 +0200)]
Fix variadic

2 years agoMerge pull request #13903 from drwells/update-sundials-docs
Marc Fehling [Mon, 6 Jun 2022 02:39:17 +0000 (20:39 -0600)]
Merge pull request #13903 from drwells/update-sundials-docs

Update sundials docs

2 years agoMerge pull request #13907 from NiklasWik/project_div_conforming
Peter Munch [Sun, 5 Jun 2022 22:16:26 +0000 (00:16 +0200)]
Merge pull request #13907 from NiklasWik/project_div_conforming

Add typename and instantiation to `project_boundary_values_div_conforming`

2 years agoRename fe_base.h to fe_data.h 13908/head
Peter Munch [Sun, 5 Jun 2022 21:59:00 +0000 (23:59 +0200)]
Rename fe_base.h to fe_data.h

2 years agoRemove unnecessary MPI initialization from SUNDIALS programs. 13902/head
David Wells [Fri, 3 Jun 2022 20:20:45 +0000 (16:20 -0400)]
Remove unnecessary MPI initialization from SUNDIALS programs.

2 years agoClean up SUNDIALS contexts and communicators.
David Wells [Fri, 3 Jun 2022 19:07:22 +0000 (15:07 -0400)]
Clean up SUNDIALS contexts and communicators.

SUNDIALS will duplicate communicators for us, as needed. For example, in
SUNProfiler_Create, SUNDIALS implements

    #if SUNDIALS_MPI_ENABLED
    profiler->comm = NULL;
    if (comm != NULL)
    {
        profiler->comm = malloc(sizeof(MPI_Comm));
        MPI_Comm_dup(*((MPI_Comm*) comm), (MPI_Comm*) profiler->comm);
    }
    #else
    profiler->comm = comm;
    #endif

It is preferable to let SUNDIALS duplicate the communicator so that we
don't call MPI functions when we have only serial data structures (and
may not have initialized MPI).

2 years agoMerge pull request #13743 from luca-heltai/cgal-dealii-tria-from-implicit-function
Martin Kronbichler [Sun, 5 Jun 2022 15:20:16 +0000 (17:20 +0200)]
Merge pull request #13743 from luca-heltai/cgal-dealii-tria-from-implicit-function

Cgal dealii tria from implicit function

2 years agoMerge pull request #13900 from drwells/fix-kinsol
Martin Kronbichler [Sun, 5 Jun 2022 15:19:52 +0000 (17:19 +0200)]
Merge pull request #13900 from drwells/fix-kinsol

Fix step-77 by fixing KINSOL.

2 years agoAdd typename and instantiation 13907/head
Niklas Wik [Sat, 4 Jun 2022 15:10:36 +0000 (17:10 +0200)]
Add typename and instantiation

2 years agoAdded Implementation for Triangulation<2,3> 13743/head
Luca Heltai [Tue, 17 May 2022 16:29:09 +0000 (19:29 +0300)]
Added Implementation for Triangulation<2,3>

2 years agoClean up SUNDIALS copyright notices. 13903/head
David Wells [Fri, 3 Jun 2022 21:47:58 +0000 (17:47 -0400)]
Clean up SUNDIALS copyright notices.

2 years agoRemove references to older SUNDIALS versions.
David Wells [Fri, 3 Jun 2022 21:43:57 +0000 (17:43 -0400)]
Remove references to older SUNDIALS versions.

2 years agoMerge pull request #10747 from dangars/find_cell_test
David Wells [Fri, 3 Jun 2022 21:31:00 +0000 (17:31 -0400)]
Merge pull request #10747 from dangars/find_cell_test

Add parallel test for find_active_cell_around_point

2 years agoMerge pull request #13898 from kronbichler/remove_headers
David Wells [Fri, 3 Jun 2022 21:13:17 +0000 (17:13 -0400)]
Merge pull request #13898 from kronbichler/remove_headers

Remove inclusion of additional headers

2 years agoMerge pull request #13901 from kronbichler/fix_test
Wolfgang Bangerth [Fri, 3 Jun 2022 21:11:28 +0000 (15:11 -0600)]
Merge pull request #13901 from kronbichler/fix_test

Add missing header to test

2 years agoAdd missing header to test 13901/head
Martin Kronbichler [Fri, 3 Jun 2022 19:24:44 +0000 (21:24 +0200)]
Add missing header to test

2 years agoAdd a test based on step-77. 13900/head
David Wells [Fri, 3 Jun 2022 16:54:27 +0000 (12:54 -0400)]
Add a test based on step-77.

2 years agoInitialize MPI with step-77.
David Wells [Fri, 3 Jun 2022 15:28:16 +0000 (11:28 -0400)]
Initialize MPI with step-77.

SUNDIALS duplicates communicators even in serial.

2 years agoRevert "Remove sudials/copy.h"
David Wells [Fri, 3 Jun 2022 15:03:56 +0000 (11:03 -0400)]
Revert "Remove sudials/copy.h"

This reverts commit 51b6f10f36a4dd61ed4daf20c137cc48c19de5f0.

While we are here - patch the copy test to work with SUNDIALS 6.

2 years agoCGAL Triangulation from implicit function.
Luca Heltai [Sat, 14 May 2022 10:32:02 +0000 (13:32 +0300)]
CGAL Triangulation from implicit function.

2 years agoRevert SUNDIALS copy to fix KINSOL, part 1
David Wells [Fri, 3 Jun 2022 15:03:39 +0000 (11:03 -0400)]
Revert SUNDIALS copy to fix KINSOL, part 1

2 years agoUse self-documenting empty type: std::tuple<> 13828/head
Martin Kronbichler [Fri, 3 Jun 2022 07:08:16 +0000 (09:08 +0200)]
Use self-documenting empty type: std::tuple<>

2 years agoSimplify the access to MG dofs in DoFAccessor
Martin Kronbichler [Wed, 25 May 2022 22:20:56 +0000 (00:20 +0200)]
Simplify the access to MG dofs in DoFAccessor

2 years agoFix up test 10747/head
Daniel Arndt [Fri, 3 Jun 2022 12:33:21 +0000 (08:33 -0400)]
Fix up test

2 years agoMerge pull request #13899 from kronbichler/documentation_chebyshev
Bruno Turcksin [Fri, 3 Jun 2022 12:28:02 +0000 (08:28 -0400)]
Merge pull request #13899 from kronbichler/documentation_chebyshev

2 years agoDocument possibility for data locality in matrix-free tutorial 13899/head
Martin Kronbichler [Fri, 3 Jun 2022 08:42:45 +0000 (10:42 +0200)]
Document possibility for data locality in matrix-free tutorial

2 years agoMerge pull request #13867 from zjiaqi2018/large-count-mpi-io
Martin Kronbichler [Fri, 3 Jun 2022 06:41:20 +0000 (08:41 +0200)]
Merge pull request #13867 from zjiaqi2018/large-count-mpi-io

LargeCount MPI_write/read_at

2 years agoMerge pull request #13846 from marcfehling/occ-76
Matthias Maier [Fri, 3 Jun 2022 03:42:16 +0000 (22:42 -0500)]
Merge pull request #13846 from marcfehling/occ-76

Restore compatibility with OpenCASCADE >= 7.6.0

2 years agoMerge pull request #13835 from bergbauer/NonMatching_MappingInfo
Peter Munch [Thu, 2 Jun 2022 21:25:45 +0000 (23:25 +0200)]
Merge pull request #13835 from bergbauer/NonMatching_MappingInfo

Implement class NonMatching::MappingInfo

2 years agoRemove inclusion of additional headers 13898/head
Martin Kronbichler [Thu, 2 Jun 2022 15:47:11 +0000 (17:47 +0200)]
Remove inclusion of additional headers

2 years agoLargeCount MPI_write/read_at 13867/head
Jiaqi Zhang [Thu, 2 Jun 2022 17:16:29 +0000 (13:16 -0400)]
LargeCount MPI_write/read_at

2 years agoMerge pull request #13894 from bangerth/unicode
Daniel Arndt [Thu, 2 Jun 2022 16:01:32 +0000 (12:01 -0400)]
Merge pull request #13894 from bangerth/unicode

2 years agoMerge pull request #13892 from zjiaqi2018/fix-step-81-warnings
Daniel Arndt [Thu, 2 Jun 2022 15:59:46 +0000 (11:59 -0400)]
Merge pull request #13892 from zjiaqi2018/fix-step-81-warnings

Fix step-81 complex number warnings

2 years agoAdded missing header.
Marc Fehling [Tue, 10 May 2022 04:56:05 +0000 (22:56 -0600)]
Added missing header.

2 years agoAdd point_value_03 test
Daniel Garcia-Sanchez [Fri, 21 May 2021 19:30:24 +0000 (21:30 +0200)]
Add point_value_03 test

Parallel test for find_active_cell_around_point()

2 years agoAvoid unicode and correct 10-5 -> 10^-5. 13894/head
Wolfgang Bangerth [Wed, 1 Jun 2022 22:54:09 +0000 (16:54 -0600)]
Avoid unicode and correct 10-5 -> 10^-5.

2 years agoMerge pull request #13883 from kronbichler/documentation
Wolfgang Bangerth [Thu, 2 Jun 2022 13:50:37 +0000 (07:50 -0600)]
Merge pull request #13883 from kronbichler/documentation

Remove another inclusion of hanging_nodes_internal.h. Documentation.

2 years agoMerge pull request #13893 from drwells/fix-arkode-3-and-4
Wolfgang Bangerth [Thu, 2 Jun 2022 13:49:31 +0000 (07:49 -0600)]
Merge pull request #13893 from drwells/fix-arkode-3-and-4

Fix arkode 3 and 4

2 years agoaddress comments 13892/head
Jiaqi Zhang [Thu, 2 Jun 2022 13:31:13 +0000 (09:31 -0400)]
address comments

2 years agoImplement class NonMatching::MappingInfo 13835/head
Maximilian Bergbauer [Thu, 19 May 2022 11:58:06 +0000 (13:58 +0200)]
Implement class NonMatching::MappingInfo

2 years agoMerge pull request #13897 from kronbichler/compile_warning
Daniel Arndt [Thu, 2 Jun 2022 12:11:09 +0000 (08:11 -0400)]
Merge pull request #13897 from kronbichler/compile_warning

2 years agoMerge pull request #13457 from peterrum/distribute_local_to_global_by_interpolation
Martin Kronbichler [Thu, 2 Jun 2022 08:12:01 +0000 (10:12 +0200)]
Merge pull request #13457 from peterrum/distribute_local_to_global_by_interpolation

Allow to average values in parallel::distributed::SolutionTransfer

2 years agoAvoid warning regarding unused variable 13897/head
Martin Kronbichler [Thu, 2 Jun 2022 07:42:58 +0000 (09:42 +0200)]
Avoid warning regarding unused variable

2 years agoFix compile warning in step-50
Martin Kronbichler [Thu, 2 Jun 2022 07:42:42 +0000 (09:42 +0200)]
Fix compile warning in step-50

2 years agoMerge pull request #13888 from bangerth/std
Martin Kronbichler [Thu, 2 Jun 2022 07:40:15 +0000 (09:40 +0200)]
Merge pull request #13888 from bangerth/std

Qualify int*_t and uint*_t with std::.

2 years agoUse static_assert to ensure correct type 13883/head
Martin Kronbichler [Thu, 2 Jun 2022 07:38:40 +0000 (09:38 +0200)]
Use static_assert to ensure correct type

2 years agoRemove another inclusion of hanging_nodes_internal.h. Documentation.
Martin Kronbichler [Wed, 1 Jun 2022 13:40:41 +0000 (15:40 +0200)]
Remove another inclusion of hanging_nodes_internal.h. Documentation.

2 years agoMerge pull request #13896 from drwells/fix-cgal
Matthias Maier [Thu, 2 Jun 2022 04:20:15 +0000 (23:20 -0500)]
Merge pull request #13896 from drwells/fix-cgal

Fix compilation with CGAL.

2 years agoFix compilation with CGAL. 13896/head
David Wells [Thu, 2 Jun 2022 02:28:27 +0000 (22:28 -0400)]
Fix compilation with CGAL.

2 years agoMerge pull request #13885 from drwells/fix-lc-mpi-clobbering
Timo Heister [Thu, 2 Jun 2022 02:21:36 +0000 (22:21 -0400)]
Merge pull request #13885 from drwells/fix-lc-mpi-clobbering

Fix a problem with combining MPI::LargeCount and PETSc.

2 years agoMerge pull request #13850 from tjhei/wrapcomments-update
Wolfgang Bangerth [Wed, 1 Jun 2022 22:56:34 +0000 (16:56 -0600)]
Merge pull request #13850 from tjhei/wrapcomments-update

wrapcomments.py update

2 years agoMerge pull request #13879 from tjhei/add_large_vtu_test
Wolfgang Bangerth [Wed, 1 Jun 2022 22:44:47 +0000 (16:44 -0600)]
Merge pull request #13879 from tjhei/add_large_vtu_test

add large vtu test

2 years agoMerge pull request #13887 from tjhei/simplex-dox-relates
Wolfgang Bangerth [Wed, 1 Jun 2022 22:43:21 +0000 (16:43 -0600)]
Merge pull request #13887 from tjhei/simplex-dox-relates

doxygen: don't use @ingroup simplex

2 years agoMerge pull request #13872 from kronbichler/reduce_cost_hanging_nodes
Daniel Arndt [Wed, 1 Jun 2022 21:24:29 +0000 (17:24 -0400)]
Merge pull request #13872 from kronbichler/reduce_cost_hanging_nodes

2 years agoFix the ARKODE 4 test. 13893/head
David Wells [Sat, 28 May 2022 00:43:39 +0000 (20:43 -0400)]
Fix the ARKODE 4 test.

2 years agoFix ARKODE 3 test.
David Wells [Sat, 28 May 2022 00:25:31 +0000 (20:25 -0400)]
Fix ARKODE 3 test.

This works with both 5.4 and 6.2 now.

2 years agofix step-81 warnings
Jiaqi Zhang [Wed, 1 Jun 2022 19:56:43 +0000 (15:56 -0400)]
fix step-81 warnings

2 years agoMerge pull request #13753 from luca-heltai/cgal-variadic_criteria
Martin Kronbichler [Wed, 1 Jun 2022 19:28:38 +0000 (21:28 +0200)]
Merge pull request #13753 from luca-heltai/cgal-variadic_criteria

Variadic template parameter for CGAL Mesh criteria

2 years agoMerge pull request #13886 from tjhei/dox_fix
Daniel Arndt [Wed, 1 Jun 2022 19:17:58 +0000 (15:17 -0400)]
Merge pull request #13886 from tjhei/dox_fix

2 years agoMerge pull request #13880 from tjhei/fix_parallel_vtu_footer
Daniel Arndt [Wed, 1 Jun 2022 19:17:27 +0000 (15:17 -0400)]
Merge pull request #13880 from tjhei/fix_parallel_vtu_footer

2 years agoQualify int*_t and uint*_t with std::. 13888/head
Wolfgang Bangerth [Wed, 1 Jun 2022 17:22:33 +0000 (11:22 -0600)]
Qualify int*_t and uint*_t with std::.

2 years agoFix a problem with combining MPI::LargeCount and PETSc. 13885/head
David Wells [Wed, 1 Jun 2022 15:58:53 +0000 (11:58 -0400)]
Fix a problem with combining MPI::LargeCount and PETSc.

PETSc, in petsclog.h, implements logging by redefining all MPI functions as
macros, e.g.,

    #define MPI_Send_c(buf,count,datatype,dest,tag,comm) \
    ((petsc_send_ct++,0) || PetscMPITypeSize((count),(datatype),(&petsc_send_len)) || MPI_Send_c((buf),(count),(datatype),(dest),(tag),(comm)))

This only works when all MPI declarations are made before these macro
definitions. Hence this library won't work with PETSc unless we include headers
in the right order.

Work around this by removing the MPI_ prefix from these function definitions.
Since we put these functions in our own namespace there is no need for them to
have the same names as the normal MPI functions.

2 years agoMerge pull request #13884 from kronbichler/simplify_access_to_map
Wolfgang Bangerth [Wed, 1 Jun 2022 17:08:14 +0000 (11:08 -0600)]
Merge pull request #13884 from kronbichler/simplify_access_to_map

Use map::find rather than insert to avoid creating temporary

2 years agodoxygen: don't use @ingroup simplex 13887/head
Timo Heister [Wed, 1 Jun 2022 17:04:46 +0000 (13:04 -0400)]
doxygen: don't use @ingroup simplex

fixes #13509

2 years agoMerge pull request #13793 from drwells/sundials-version
Wolfgang Bangerth [Wed, 1 Jun 2022 16:37:01 +0000 (10:37 -0600)]
Merge pull request #13793 from drwells/sundials-version

Require SUNDIALS 5.4 or later.

2 years agofix doxygen comment 13886/head
Timo Heister [Wed, 1 Jun 2022 16:34:42 +0000 (12:34 -0400)]
fix doxygen comment


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.