]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
14 months agoCMake: remove taskflow macros from config.h.in 15518/head
Matthias Maier [Wed, 28 Jun 2023 20:05:06 +0000 (15:05 -0500)]
CMake: remove taskflow macros from config.h.in

14 months agoMerge pull request #15514 from tamiko/pr_15513
Matthias Maier [Wed, 28 Jun 2023 19:22:36 +0000 (19:22 +0000)]
Merge pull request #15514 from tamiko/pr_15513

[9.5] Fix output for matrix_free/matrix_free_device_initialize_vector with CUDA support

14 months agoFix output for matrix_free/matrix_free_device_initialize_vector with CUDA support 15514/head
Daniel Arndt [Wed, 28 Jun 2023 15:48:47 +0000 (15:48 +0000)]
Fix output for matrix_free/matrix_free_device_initialize_vector with CUDA support

14 months agoupdate VERSION for release v9.5.0-rc1
Matthias Maier [Tue, 27 Jun 2023 23:38:51 +0000 (18:38 -0500)]
update VERSION for release

14 months agoMerge pull request #15511 from tamiko/disable_taskflow
Martin Kronbichler [Tue, 27 Jun 2023 22:29:44 +0000 (00:29 +0200)]
Merge pull request #15511 from tamiko/disable_taskflow

[9.5] Remove taskflow configuration option and bundled library

14 months agoMerge pull request #15510 from tamiko/fp_exception_behavior_strict_95
Martin Kronbichler [Tue, 27 Jun 2023 22:29:22 +0000 (00:29 +0200)]
Merge pull request #15510 from tamiko/fp_exception_behavior_strict_95

[9.5] CMake: enable -ffp-exceptions-behavior=strict when compiling with clang

14 months agoBundled: remove bundled taskflow 15511/head
Matthias Maier [Tue, 27 Jun 2023 21:20:26 +0000 (16:20 -0500)]
Bundled: remove bundled taskflow

14 months agoCMake: disable DEAL_II_WITH_TASKFLOW
Matthias Maier [Tue, 27 Jun 2023 21:17:19 +0000 (16:17 -0500)]
CMake: disable DEAL_II_WITH_TASKFLOW

14 months agoMerge pull request #15506 from tamiko/update_authors_license
Matthias Maier [Tue, 27 Jun 2023 21:03:10 +0000 (21:03 +0000)]
Merge pull request #15506 from tamiko/update_authors_license

[9.5] update AUTHORS.md and LICENSE.md

14 months agoCMake: enable -ffp-exceptions-behavior=strict when compiling with clang 15510/head
Matthias Maier [Tue, 27 Jun 2023 20:46:20 +0000 (15:46 -0500)]
CMake: enable -ffp-exceptions-behavior=strict when compiling with clang

We have to ensure that we emit floating-point instructions in debug mode
that preserve the occurence of floating-point exceptions and don't
introduce new ones. gcc plays nicely in this regard by enabling
`-ftrapping-math` per default, at least for the level of optimization we
have in debug mode. clang however is more aggressive and assumes that it
can optimize code disregarding precise floating-point exception
semantics.

We thus set `-ffp-exceptions-behavior=strict` in debug mode to ensure
that our testsuite doesn't run into false positive floating-point
exceptions. See https://github.com/dealii/dealii/issues/15496

14 months agoupdate LICENSE.md 15506/head
Matthias Maier [Tue, 27 Jun 2023 17:03:45 +0000 (12:03 -0500)]
update LICENSE.md

14 months agoadd AUTHORS.md
Matthias Maier [Tue, 27 Jun 2023 17:02:03 +0000 (12:02 -0500)]
add AUTHORS.md

14 months agoupdate VERSION
Matthias Maier [Tue, 27 Jun 2023 16:40:52 +0000 (11:40 -0500)]
update VERSION

14 months agoMerge pull request #15503 from tamiko/update-changes-file
Matthias Maier [Tue, 27 Jun 2023 16:39:22 +0000 (16:39 +0000)]
Merge pull request #15503 from tamiko/update-changes-file

Update the changelog file for the release.

14 months agofix whitespace 15503/head
Matthias Maier [Tue, 27 Jun 2023 16:12:23 +0000 (11:12 -0500)]
fix whitespace

14 months agodoc: fix typos and use <code> annotation in two places
Matthias Maier [Tue, 27 Jun 2023 15:57:50 +0000 (10:57 -0500)]
doc: fix typos and use <code> annotation in two places

14 months agodoc: use https:// instead of http://
Matthias Maier [Tue, 27 Jun 2023 15:50:02 +0000 (10:50 -0500)]
doc: use https:// instead of http://

14 months agodoc: update tag file list
Matthias Maier [Tue, 27 Jun 2023 15:49:51 +0000 (10:49 -0500)]
doc: update tag file list

14 months agoAdd dummy files.
Matthias Maier [Tue, 27 Jun 2023 15:47:58 +0000 (10:47 -0500)]
Add dummy files.

14 months agoRemove now obsolete files.
Matthias Maier [Tue, 27 Jun 2023 15:45:55 +0000 (10:45 -0500)]
Remove now obsolete files.

14 months agoAdd a misplaced entry
Matthias Maier [Tue, 27 Jun 2023 15:45:01 +0000 (10:45 -0500)]
Add a misplaced entry

14 months agoUpdate the changelog file for the release.
Matthias Maier [Tue, 27 Jun 2023 15:42:35 +0000 (10:42 -0500)]
Update the changelog file for the release.

14 months agoMerge pull request #15499 from tamiko/bind_to_none
Matthias Maier [Tue, 27 Jun 2023 14:43:25 +0000 (14:43 +0000)]
Merge pull request #15499 from tamiko/bind_to_none

CMake: run_test.sh: ensure to never bind to cores/processors for mpi tests

14 months agoMerge pull request #15502 from masterleinad/fix_compiling_clang_16_new
Matthias Maier [Tue, 27 Jun 2023 14:42:32 +0000 (14:42 +0000)]
Merge pull request #15502 from masterleinad/fix_compiling_clang_16_new

Fix compiling with clang-16 and C++20

14 months agoCMake: run_test.sh: also try to suppress kokkos warnings 15499/head
Matthias Maier [Tue, 27 Jun 2023 14:22:08 +0000 (09:22 -0500)]
CMake: run_test.sh: also try to suppress kokkos warnings

14 months agoCMake: run_test.sh: ensure to never bind to cores/processors for mpi tests
Matthias Maier [Tue, 27 Jun 2023 01:41:33 +0000 (20:41 -0500)]
CMake: run_test.sh: ensure to never bind to cores/processors for mpi tests

14 months agoFix compiling with clang-16 15502/head
Daniel Arndt [Tue, 27 Jun 2023 12:43:05 +0000 (08:43 -0400)]
Fix compiling with clang-16

14 months agoMerge pull request #15500 from tamiko/redemption
Martin Kronbichler [Tue, 27 Jun 2023 12:03:02 +0000 (14:03 +0200)]
Merge pull request #15500 from tamiko/redemption

Tests: exonerate two debug test variants and run them again

14 months agoRevert "Test distributed_grids/checkpointing_03: do not run debug variant" 15500/head
Matthias Maier [Tue, 27 Jun 2023 02:38:35 +0000 (21:38 -0500)]
Revert "Test distributed_grids/checkpointing_03: do not run debug variant"

This reverts commit 6b92cdabc142c6b1fc82c16cf7a2cfbe996cd644.

14 months agoRevert "Test fe/fe_enriched_color_07: do not run debug variant"
Matthias Maier [Tue, 27 Jun 2023 02:34:01 +0000 (21:34 -0500)]
Revert "Test fe/fe_enriched_color_07: do not run debug variant"

This reverts commit 56dd9b490b4e15468969ff4856758ccedb107120.

14 months agoMerge pull request #15498 from tamiko/update_mailmap
Matthias Maier [Tue, 27 Jun 2023 02:04:55 +0000 (02:04 +0000)]
Merge pull request #15498 from tamiko/update_mailmap

Update .mailmap: a quick update to fix some spelling  e-mail setting mistakes

14 months agoUpdate .mailmap: a quick update to fix some spelling e-mail setting mistakes 15498/head
Matthias Maier [Tue, 27 Jun 2023 00:01:59 +0000 (19:01 -0500)]
Update .mailmap: a quick update to fix some spelling  e-mail setting mistakes

14 months agoMerge pull request #15493 from tamiko/fix_test_20
Marc Fehling [Mon, 26 Jun 2023 21:42:30 +0000 (15:42 -0600)]
Merge pull request #15493 from tamiko/fix_test_20

Test non_matching/step-70: add an output variant

14 months agoMerge pull request #15494 from masterleinad/require_arborx_1_3
Matthias Maier [Mon, 26 Jun 2023 21:35:12 +0000 (21:35 +0000)]
Merge pull request #15494 from masterleinad/require_arborx_1_3

Require ArborX 1.3 or later

14 months agoMerge pull request #15492 from bangerth/task
Matthias Maier [Mon, 26 Jun 2023 21:34:53 +0000 (21:34 +0000)]
Merge pull request #15492 from bangerth/task

Ensure we set a flag correctly even if a task ends in an exception.

14 months agoMerge pull request #15497 from tamiko/bob/fix_test_21
Matthias Maier [Mon, 26 Jun 2023 20:24:25 +0000 (20:24 +0000)]
Merge pull request #15497 from tamiko/bob/fix_test_21

Test simplex/compute_point_locations_01: add output variant

14 months agoMerge pull request #15491 from tamiko/fix_test_18
Matthias Maier [Mon, 26 Jun 2023 20:23:25 +0000 (20:23 +0000)]
Merge pull request #15491 from tamiko/fix_test_18

Test numerics/nonlinear_solver_selector_03: add ouput variant

14 months agoTest simplex/compute_point_locations_01: add output variant 15497/head
Matthias Maier [Mon, 26 Jun 2023 19:46:28 +0000 (14:46 -0500)]
Test simplex/compute_point_locations_01: add output variant

With clang-16 libc++ we get a different order of quadrature points.
Verified manually that - apart from the order - all output quadrature
points match.

14 months agoRequire ArborX 1.3 or later 15494/head
Daniel Arndt [Mon, 26 Jun 2023 19:04:24 +0000 (15:04 -0400)]
Require ArborX 1.3 or later

14 months agoTest non_matching/step-70: add an output variant 15493/head
Matthias Maier [Mon, 26 Jun 2023 19:07:17 +0000 (14:07 -0500)]
Test non_matching/step-70: add an output variant

Add an output variant for the case when deal.II is configured with PETSc
support but without Trilinos support.

14 months agoAdd a changelog entry. 15492/head
Wolfgang Bangerth [Mon, 26 Jun 2023 19:06:34 +0000 (13:06 -0600)]
Add a changelog entry.

14 months agoEnsure we set a flag correctly even if a task ends in an exception.
Wolfgang Bangerth [Mon, 26 Jun 2023 19:03:10 +0000 (13:03 -0600)]
Ensure we set a flag correctly even if a task ends in an exception.

14 months agoTest numerics/nonlinear_solver_selector_03: add ouput variant 15491/head
Matthias Maier [Mon, 26 Jun 2023 18:54:03 +0000 (13:54 -0500)]
Test numerics/nonlinear_solver_selector_03: add ouput variant

Add an output variant for the case when deal.II is configured with PETSc
support but without Trilinos support.

14 months agoMerge pull request #15488 from tamiko/fix_test_17
Matthias Maier [Mon, 26 Jun 2023 17:56:45 +0000 (17:56 +0000)]
Merge pull request #15488 from tamiko/fix_test_17

Test: cgal/cgal_intersect_simplices_2d_3d: restrict to CGAL >= 5.5.0

14 months agoMerge pull request #15487 from tamiko/fix_test_16
Wolfgang Bangerth [Mon, 26 Jun 2023 17:54:08 +0000 (11:54 -0600)]
Merge pull request #15487 from tamiko/fix_test_16

Test mpi/p4est_bug_01: remove test

14 months agoTest: cgal/cgal_intersect_simplices_2d_3d: restrict to CGAL >= 5.5.0 15488/head
Matthias Maier [Mon, 26 Jun 2023 15:09:53 +0000 (10:09 -0500)]
Test: cgal/cgal_intersect_simplices_2d_3d: restrict to CGAL >= 5.5.0

14 months agoTest mpi/p4est_bug_01: remove test 15487/head
Matthias Maier [Mon, 26 Jun 2023 15:00:03 +0000 (10:00 -0500)]
Test mpi/p4est_bug_01: remove test

This test needs an external p4est library built with debug symbols,
otherwise it "fails" because we do not error out while running the test
"expect=run".

Let's remove this test for now.

The long standing bug it documents is reported in
  https://github.com/dealii/dealii/issues/7428

See also
  https://github.com/dealii/dealii/issues/9047

14 months agoMerge pull request #15486 from kronbichler/test_robustness2
Matthias Maier [Mon, 26 Jun 2023 14:49:22 +0000 (14:49 +0000)]
Merge pull request #15486 from kronbichler/test_robustness2

MatrixFree inverse mass matrix: Make tests more robust

14 months agoMerge pull request #15485 from kronbichler/output_variants
David Wells [Mon, 26 Jun 2023 14:14:40 +0000 (10:14 -0400)]
Merge pull request #15485 from kronbichler/output_variants

Add two output variants for tests writing p4est vtk output

14 months agoMake tests more robust 15486/head
Martin Kronbichler [Mon, 26 Jun 2023 11:25:42 +0000 (13:25 +0200)]
Make tests more robust

14 months agoAdd two output variants for tests writing p4est vtk output 15485/head
Martin Kronbichler [Mon, 26 Jun 2023 08:26:03 +0000 (10:26 +0200)]
Add two output variants for tests writing p4est vtk output

14 months agoMerge pull request #15481 from tjhei/kinsol-warning
Matthias Maier [Sun, 25 Jun 2023 21:55:54 +0000 (21:55 +0000)]
Merge pull request #15481 from tjhei/kinsol-warning

fix kinsol unused lambda capture warning

14 months agoMerge pull request #15482 from tjhei/unused-var
Matthias Maier [Sun, 25 Jun 2023 21:55:42 +0000 (21:55 +0000)]
Merge pull request #15482 from tjhei/unused-var

fix unused variable warning

14 months agofix kinsol unused lambda capture warning 15481/head
Timo Heister [Sun, 25 Jun 2023 18:43:43 +0000 (14:43 -0400)]
fix kinsol unused lambda capture warning

14 months agofix unused variable warning 15482/head
Timo Heister [Sun, 25 Jun 2023 18:45:05 +0000 (14:45 -0400)]
fix unused variable warning

14 months agoMerge pull request #15474 from luca-heltai/stefanozampini/fp-trap
Matthias Maier [Sun, 25 Jun 2023 07:07:34 +0000 (07:07 +0000)]
Merge pull request #15474 from luca-heltai/stefanozampini/fp-trap

Fixes for FPE and older versions of PETSc

14 months agoMerge pull request #15477 from tamiko/fix_test_15
Matthias Maier [Sun, 25 Jun 2023 07:04:55 +0000 (07:04 +0000)]
Merge pull request #15477 from tamiko/fix_test_15

Test fe/fe_enriched_color_07: do not run debug variant

14 months agoMerge pull request #15475 from tamiko/restrict_scalapack_test_variants
Matthias Maier [Sun, 25 Jun 2023 05:44:13 +0000 (05:44 +0000)]
Merge pull request #15475 from tamiko/restrict_scalapack_test_variants

Test scalapack/*: restrict all scalapack tests to less than 10 mpi ranks

14 months agoMerge pull request #15473 from tamiko/fix_test_14
Matthias Maier [Sun, 25 Jun 2023 04:00:29 +0000 (04:00 +0000)]
Merge pull request #15473 from tamiko/fix_test_14

Test mpi/trilinos_step-27: add output variant

14 months agoMerge pull request #15472 from tamiko/fix_test_13
Matthias Maier [Sun, 25 Jun 2023 04:00:14 +0000 (04:00 +0000)]
Merge pull request #15472 from tamiko/fix_test_13

Test distributed_grids/checkpointing_03: do not run debug variant

14 months agoMerge pull request #15465 from bangerth/kokkos
Matthias Maier [Sun, 25 Jun 2023 03:16:18 +0000 (03:16 +0000)]
Merge pull request #15465 from bangerth/kokkos

Filter out --help from argv when initializing Kokkos

14 months agoMerge pull request #15471 from tamiko/fix_la_test_02
Matthias Maier [Sun, 25 Jun 2023 03:14:49 +0000 (03:14 +0000)]
Merge pull request #15471 from tamiko/fix_la_test_02

Test lac/vector_memory_02: add output variant

14 months agoMerge pull request #15470 from tamiko/fix_la_test
Matthias Maier [Sun, 25 Jun 2023 03:10:53 +0000 (03:10 +0000)]
Merge pull request #15470 from tamiko/fix_la_test

Test: lac/linear_operator_10: disable floating point exceptions

14 months agoMerge pull request #15469 from tamiko/fix_grid_tools_cache_tests
Matthias Maier [Sun, 25 Jun 2023 03:10:31 +0000 (03:10 +0000)]
Merge pull request #15469 from tamiko/fix_grid_tools_cache_tests

Test grid/grid_tools_cache_{04,06,08,09}: add output variants

14 months agoMerge pull request #15468 from tamiko/fix_test_12
Matthias Maier [Sun, 25 Jun 2023 03:10:00 +0000 (03:10 +0000)]
Merge pull request #15468 from tamiko/fix_test_12

Test grid/grid_generator_pipe_junction: add output variant

14 months agoMerge pull request #15467 from tamiko/fix_cgal_test_02
Matthias Maier [Sun, 25 Jun 2023 03:09:35 +0000 (03:09 +0000)]
Merge pull request #15467 from tamiko/fix_cgal_test_02

Test cgal/cgal_triangulation_05: add test variant for clang-16, libc++

14 months agoMerge pull request #15466 from tamiko/fix_cgal_test
Matthias Maier [Sun, 25 Jun 2023 03:09:16 +0000 (03:09 +0000)]
Merge pull request #15466 from tamiko/fix_cgal_test

Test cgal/cgal_remesh_surface: disable floating point exceptions

14 months agoTest fe/fe_enriched_color_07: do not run debug variant 15477/head
Matthias Maier [Sun, 25 Jun 2023 02:36:31 +0000 (21:36 -0500)]
Test fe/fe_enriched_color_07: do not run debug variant

This test is massive (a whopping 2000 lines of code) and regularly times
out on different regression tester variants. Let's restrict it to run in
release mode only.

14 months agoTest scalapack/*: restrict all scalapack tests to less than 10 mpi ranks 15475/head
Matthias Maier [Sun, 25 Jun 2023 00:54:50 +0000 (19:54 -0500)]
Test scalapack/*: restrict all scalapack tests to less than 10 mpi ranks

Let us restrict the maximal concurrency of scalapack tests to less than
10 MPI ranks:

 - The purpose of these tests is to test our interfaces to scalapack and
   not whether scalapack functions properly for high(er) MPI
   concurrency. As such testing a few variants with a low number of MPI
   ranks is enough.

 - This cuts down the number of tests in our testsuite that have a
   concurrency of 10 or more from around 225 to around 190.

   The issue with these tests is the fact that we have to block off
   parallel slots in the ctest run equal to the number of MPI ranks.
   Meaning the more tests we have that have a high number of MPI ranks
   the less optimal the scheduling in ctest.

14 months agoTest mpi/trilinos_step-27: add output variant 15473/head
Matthias Maier [Sun, 25 Jun 2023 00:21:35 +0000 (19:21 -0500)]
Test mpi/trilinos_step-27: add output variant

With clang and libc++ I get a slightly different adaptive refinement.
Thus add an output variant.

14 months agoDisable FPE trapping in some tests with older versions of PETSc 15474/head
Stefano Zampini [Sun, 25 Jun 2023 00:14:15 +0000 (03:14 +0300)]
Disable FPE trapping in some tests with older versions of PETSc

14 months agoTest distributed_grids/checkpointing_03: do not run debug variant 15472/head
Matthias Maier [Sun, 25 Jun 2023 00:10:55 +0000 (19:10 -0500)]
Test distributed_grids/checkpointing_03: do not run debug variant

With gcc-13 in debug mode this test can takeup to 10 minutes to
complete. Thus, restict it to release mode where it only takes a couple
of seconds.

14 months agoTest lac/vector_memory_02: add output variant 15471/head
Matthias Maier [Sun, 25 Jun 2023 00:02:19 +0000 (19:02 -0500)]
Test lac/vector_memory_02: add output variant

14 months agoFix warning
Stefano Zampini [Sat, 24 Jun 2023 23:52:22 +0000 (02:52 +0300)]
Fix warning

catching polymorphic type â€˜class dealii::StandardExceptions::ExcFunctionNotProvided’ by value [-Wcatch-value=]

14 months agoalternative outputs for MACOSX
Stefano Zampini [Sat, 24 Jun 2023 22:38:12 +0000 (00:38 +0200)]
alternative outputs for MACOSX

14 months agoSome versions of PETSc do not apply Shift if zero!
Stefano Zampini [Sat, 24 Jun 2023 22:15:26 +0000 (00:15 +0200)]
Some versions of PETSc do not apply Shift if zero!

14 months agoTest: lac/linear_operator_10: disable floating point exceptions 15470/head
Matthias Maier [Sat, 24 Jun 2023 23:56:34 +0000 (18:56 -0500)]
Test: lac/linear_operator_10: disable floating point exceptions

14 months agoTest grid/grid_tools_cache_09: add output variants 15469/head
Matthias Maier [Sat, 24 Jun 2023 23:44:07 +0000 (18:44 -0500)]
Test grid/grid_tools_cache_09: add output variants

14 months agoTest grid/grid_tools_cache_08: add output variant
Matthias Maier [Sat, 24 Jun 2023 23:37:08 +0000 (18:37 -0500)]
Test grid/grid_tools_cache_08: add output variant

14 months agoTest cgal/cgal_remesh_surface: disable floating point exceptions 15466/head
Matthias Maier [Sat, 24 Jun 2023 23:03:00 +0000 (18:03 -0500)]
Test cgal/cgal_remesh_surface: disable floating point exceptions

14 months agoTest grid/grid_tools_cache_06: add output variant
Matthias Maier [Sat, 24 Jun 2023 23:33:52 +0000 (18:33 -0500)]
Test grid/grid_tools_cache_06: add output variant

14 months agoTest grid/grid_tools_cache_04: add output variant
Matthias Maier [Sat, 24 Jun 2023 23:31:13 +0000 (18:31 -0500)]
Test grid/grid_tools_cache_04: add output variant

14 months agoTest grid/grid_generator_pipe_junction: add output variant 15468/head
Matthias Maier [Sat, 24 Jun 2023 23:20:40 +0000 (18:20 -0500)]
Test grid/grid_generator_pipe_junction: add output variant

14 months agoTest cgal/cgal_triangulation_05: add test variant for clang-16, libc++ 15467/head
Matthias Maier [Sat, 24 Jun 2023 23:11:26 +0000 (18:11 -0500)]
Test cgal/cgal_triangulation_05: add test variant for clang-16, libc++

14 months agoUse a range-based for loop. 15465/head
Wolfgang Bangerth [Sat, 24 Jun 2023 22:43:45 +0000 (16:43 -0600)]
Use a range-based for loop.

14 months agoFilter out --help from Kokkos flags.
Wolfgang Bangerth [Sat, 24 Jun 2023 22:36:54 +0000 (16:36 -0600)]
Filter out --help from Kokkos flags.

14 months agoMinor clean-up to the Kokkos initialization.
Wolfgang Bangerth [Sat, 24 Jun 2023 22:32:01 +0000 (16:32 -0600)]
Minor clean-up to the Kokkos initialization.

14 months agoMerge pull request #15461 from tamiko/fix_distributed_grids_tests
Marc Fehling [Sat, 24 Jun 2023 01:24:19 +0000 (19:24 -0600)]
Merge pull request #15461 from tamiko/fix_distributed_grids_tests

Test distributed_grids/3d_refinement_08: add output variants

14 months agoMerge pull request #15462 from tamiko/fix_cgal_test_02
Matthias Maier [Sat, 24 Jun 2023 01:23:03 +0000 (01:23 +0000)]
Merge pull request #15462 from tamiko/fix_cgal_test_02

Test cgal/cgal_triangulation_06: disable floating point exceptions

14 months agoTest distributed_grids/3d_refinement_08: add output variant 15461/head
Matthias Maier [Fri, 23 Jun 2023 22:17:13 +0000 (17:17 -0500)]
Test distributed_grids/3d_refinement_08: add output variant

14 months agoMerge pull request #15460 from bangerth/test-99
Matthias Maier [Sat, 24 Jun 2023 01:01:54 +0000 (01:01 +0000)]
Merge pull request #15460 from bangerth/test-99

Add output variant.

14 months agoTest cgal/cgal_triangulation_06: disable floating point exceptions 15462/head
Matthias Maier [Fri, 23 Jun 2023 22:26:52 +0000 (17:26 -0500)]
Test cgal/cgal_triangulation_06: disable floating point exceptions

Otherwise this test might trigger a spurious floating point exception
depending on the CGAL library version being used.

14 months agoAdd output variant. 15460/head
Wolfgang Bangerth [Fri, 23 Jun 2023 21:45:48 +0000 (15:45 -0600)]
Add output variant.

14 months agoMerge pull request #15458 from bangerth/symengine
Matthias Maier [Fri, 23 Jun 2023 20:45:58 +0000 (20:45 +0000)]
Merge pull request #15458 from bangerth/symengine

Revert a change that breaks compilation.

14 months agoMerge pull request #15454 from bangerth/77-4
Martin Kronbichler [Fri, 23 Jun 2023 20:00:50 +0000 (22:00 +0200)]
Merge pull request #15454 from bangerth/77-4

Advertise NonlinearSolverSelector in step-77.

14 months agoMerge pull request #15370 from bangerth/test-70
Martin Kronbichler [Fri, 23 Jun 2023 19:59:58 +0000 (21:59 +0200)]
Merge pull request #15370 from bangerth/test-70

Add a test for step-70.

14 months agoMerge pull request #15455 from tamiko/add_mailmap_entry
Marc Fehling [Fri, 23 Jun 2023 18:17:57 +0000 (12:17 -0600)]
Merge pull request #15455 from tamiko/add_mailmap_entry

add mailmap entry

14 months agoRevert a change that breaks compilation. 15458/head
Wolfgang Bangerth [Fri, 23 Jun 2023 18:15:11 +0000 (12:15 -0600)]
Revert a change that breaks compilation.

14 months agoMerge pull request #15450 from tamiko/fix_nox_exception
Wolfgang Bangerth [Fri, 23 Jun 2023 18:10:46 +0000 (12:10 -0600)]
Merge pull request #15450 from tamiko/fix_nox_exception

NOX: catch std::runtime_error instead of char* for Trilinos 14.2.0 onwards

14 months agoadd mailmap entry 15455/head
Matthias Maier [Fri, 23 Jun 2023 15:14:52 +0000 (10:14 -0500)]
add mailmap entry


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.