]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
14 months agoFix invalid data access in MatrixFreeTools::compute_diagonal 15452/head
Martin Kronbichler [Fri, 23 Jun 2023 09:28:58 +0000 (11:28 +0200)]
Fix invalid data access in MatrixFreeTools::compute_diagonal

14 months agoMerge pull request #15442 from tjhei/fix-step-57-convergence
Martin Kronbichler [Fri, 23 Jun 2023 05:39:26 +0000 (07:39 +0200)]
Merge pull request #15442 from tjhei/fix-step-57-convergence

fix step-57 bilinear form

14 months agoMerge pull request #15441 from peterrum/categorize_by_boundary_ids
Matthias Maier [Fri, 23 Jun 2023 02:20:05 +0000 (02:20 +0000)]
Merge pull request #15441 from peterrum/categorize_by_boundary_ids

MFTools::categorize_by_boundary_ids: use iterator

14 months agoMerge pull request #15425 from tamiko/make_icc_19_happy
Matthias Maier [Thu, 22 Jun 2023 23:20:45 +0000 (23:20 +0000)]
Merge pull request #15425 from tamiko/make_icc_19_happy

CMake: avoid adding ${DEAL_II_BUNDLED_INCLUDE_DIRS} to bundled targets

14 months agoMerge pull request #15437 from bangerth/33
David Wells [Thu, 22 Jun 2023 21:48:31 +0000 (17:48 -0400)]
Merge pull request #15437 from bangerth/33

Fix step-33.

14 months agoMFTools::categorize_by_boundary_ids: use iterator 15441/head
Peter Munch [Thu, 22 Jun 2023 20:59:18 +0000 (22:59 +0200)]
MFTools::categorize_by_boundary_ids: use iterator

14 months agofix step-57 bilinear form 15442/head
Timo Heister [Thu, 22 Jun 2023 20:43:00 +0000 (16:43 -0400)]
fix step-57 bilinear form

14 months agoMerge pull request #15435 from drwells/cuda-bundled-kokkos-warning
Daniel Arndt [Thu, 22 Jun 2023 20:43:27 +0000 (16:43 -0400)]
Merge pull request #15435 from drwells/cuda-bundled-kokkos-warning

14 months agoMerge pull request #15436 from bangerth/higher-order
Daniel Arndt [Thu, 22 Jun 2023 20:29:40 +0000 (16:29 -0400)]
Merge pull request #15436 from bangerth/higher-order

14 months agoCMake: fully qualify an include path 15425/head
Matthias Maier [Thu, 22 Jun 2023 18:18:49 +0000 (13:18 -0500)]
CMake: fully qualify an include path

14 months agoAdd a better error message for Cuda + bundled Kokkos. 15435/head
David Wells [Thu, 22 Jun 2023 15:04:20 +0000 (11:04 -0400)]
Add a better error message for Cuda + bundled Kokkos.

14 months agoFix step-33. 15437/head
Wolfgang Bangerth [Thu, 22 Jun 2023 16:47:33 +0000 (10:47 -0600)]
Fix step-33.

14 months agoWarn about the use of higher order output when using Visit. 15436/head
Wolfgang Bangerth [Thu, 22 Jun 2023 16:07:38 +0000 (10:07 -0600)]
Warn about the use of higher order output when using Visit.

14 months agoMerge pull request #15430 from kronbichler/fix_mf_bug
Matthias Maier [Thu, 22 Jun 2023 14:59:43 +0000 (14:59 +0000)]
Merge pull request #15430 from kronbichler/fix_mf_bug

Fix bug in MatrixFree setup for FE_Nothing

14 months agoMerge pull request #15431 from kronbichler/fix_bug_constraints
Matthias Maier [Thu, 22 Jun 2023 14:59:28 +0000 (14:59 +0000)]
Merge pull request #15431 from kronbichler/fix_bug_constraints

Fix bug in AffineConstraints::make_sorted_row_list

14 months agoMerge pull request #15423 from kronbichler/spell_set_up_2
Matthias Maier [Thu, 22 Jun 2023 14:54:40 +0000 (14:54 +0000)]
Merge pull request #15423 from kronbichler/spell_set_up_2

Fix a few more 'set up'

14 months agoBundled: avoid warnings in bundled boost
Matthias Maier [Thu, 22 Jun 2023 02:51:59 +0000 (21:51 -0500)]
Bundled: avoid warnings in bundled boost

set -Wno-deprecated-builtins and -Wno-deprecated-declarations

14 months agoBundled: add missing includes to compile bundled umfpack target
Matthias Maier [Thu, 22 Jun 2023 02:02:34 +0000 (21:02 -0500)]
Bundled: add missing includes to compile bundled umfpack target

14 months agoCMake: avoid adding ${DEAL_II_BUNDLED_INCLUDE_DIRS} to bundled targets
Matthias Maier [Thu, 22 Jun 2023 01:41:53 +0000 (20:41 -0500)]
CMake: avoid adding ${DEAL_II_BUNDLED_INCLUDE_DIRS} to bundled targets

These include files should only be added as system include directories
to dependend targets and not to the bundled targets themselves.

While this commit looks purely aesthetic, this commit actually works
around an obscure compiler bug with ICC 19 that otherwises errors out
with when trying to compile our bundled tbb library.

14 months agoBundled: add missing includes to compile bundled tbb target
Matthias Maier [Thu, 22 Jun 2023 01:40:41 +0000 (20:40 -0500)]
Bundled: add missing includes to compile bundled tbb target

14 months agoBundled: add missing includes to compile bundled kokkos target
Matthias Maier [Thu, 22 Jun 2023 01:40:11 +0000 (20:40 -0500)]
Bundled: add missing includes to compile bundled kokkos target

14 months agoBundled: add missing includes to compile bundled boost target
Matthias Maier [Thu, 22 Jun 2023 01:39:48 +0000 (20:39 -0500)]
Bundled: add missing includes to compile bundled boost target

14 months agoMerge pull request #15428 from tamiko/fix_gcc_13_warnings_1
Martin Kronbichler [Thu, 22 Jun 2023 11:53:17 +0000 (13:53 +0200)]
Merge pull request #15428 from tamiko/fix_gcc_13_warnings_1

fe/fe_values: avoid a "maybe uninitialized" warning with gcc-13

14 months agoFix bug in AffineConstraints::make_sorted_row_list 15431/head
Martin Kronbichler [Thu, 22 Jun 2023 11:45:04 +0000 (13:45 +0200)]
Fix bug in AffineConstraints::make_sorted_row_list

14 months agoFix bug in MatrixFree setup for FE_Nothing 15430/head
Martin Kronbichler [Thu, 22 Jun 2023 09:54:06 +0000 (11:54 +0200)]
Fix bug in MatrixFree setup for FE_Nothing

14 months agoMerge pull request #15422 from masterleinad/fix_clang_tidy_9_5
Matthias Maier [Thu, 22 Jun 2023 06:13:32 +0000 (06:13 +0000)]
Merge pull request #15422 from masterleinad/fix_clang_tidy_9_5

Fix clang-tidy complaints

14 months agofe/fe_values: convert internal::do_function_laplacians to ArrayView 15428/head
Matthias Maier [Thu, 22 Jun 2023 05:55:59 +0000 (00:55 -0500)]
fe/fe_values: convert internal::do_function_laplacians to ArrayView

14 months agofe/fe_values: convert internal::do_function_gradients to ArrayView
Matthias Maier [Thu, 22 Jun 2023 05:54:10 +0000 (00:54 -0500)]
fe/fe_values: convert internal::do_function_gradients to ArrayView

14 months agofe/fe_values: convert internal::do_function_values to ArrayView
Matthias Maier [Thu, 22 Jun 2023 05:49:43 +0000 (00:49 -0500)]
fe/fe_values: convert internal::do_function_values to ArrayView

14 months agoFix a few more 'set up' 15423/head
Martin Kronbichler [Wed, 21 Jun 2023 20:26:07 +0000 (22:26 +0200)]
Fix a few more 'set up'

14 months agoFix clang-tidy complaints 15422/head
Daniel Arndt [Wed, 21 Jun 2023 20:26:43 +0000 (16:26 -0400)]
Fix clang-tidy complaints

15 months agoMerge pull request #15412 from kronbichler/correct_set_up
Matthias Maier [Wed, 21 Jun 2023 16:21:58 +0000 (16:21 +0000)]
Merge pull request #15412 from kronbichler/correct_set_up

Spell 'set up' when used as a verb

15 months agoMerge pull request #15414 from masterleinad/fix_doxygen_reflinks
Matthias Maier [Wed, 21 Jun 2023 16:21:00 +0000 (16:21 +0000)]
Merge pull request #15414 from masterleinad/fix_doxygen_reflinks

Fix doxygen reflinks

15 months agoMerge pull request #15397 from tamiko/fix_opencascade_tests
Matthias Maier [Wed, 21 Jun 2023 16:20:32 +0000 (16:20 +0000)]
Merge pull request #15397 from tamiko/fix_opencascade_tests

Testsuite: opencascade/stl_(refinement|write): do not compare output

15 months agoMerge pull request #15411 from tamiko/fix_a_test_4
Matthias Maier [Wed, 21 Jun 2023 16:19:15 +0000 (16:19 +0000)]
Merge pull request #15411 from tamiko/fix_a_test_4

Testsuite: symengine/symengine_tensor_operations_04: fix test compilation

15 months agoMerge pull request #15413 from kronbichler/rearrange_make_file
Wolfgang Bangerth [Wed, 21 Jun 2023 15:32:19 +0000 (09:32 -0600)]
Merge pull request #15413 from kronbichler/rearrange_make_file

Move source/matrix_free up in build order

15 months agoFix doxygen reflinks 15414/head
Daniel Arndt [Wed, 21 Jun 2023 14:34:06 +0000 (10:34 -0400)]
Fix doxygen reflinks

15 months agoMerge pull request #15390 from bangerth/icc
Martin Kronbichler [Wed, 21 Jun 2023 13:04:19 +0000 (15:04 +0200)]
Merge pull request #15390 from bangerth/icc

Try to work around an Intel compiler issue.

15 months agoMerge pull request #15399 from tamiko/fix_rpe_tests
Martin Kronbichler [Wed, 21 Jun 2023 13:04:01 +0000 (15:04 +0200)]
Merge pull request #15399 from tamiko/fix_rpe_tests

Testsuite: do not compare output for some rpe/* tests

15 months agoMerge pull request #15409 from bangerth/typo
Martin Kronbichler [Wed, 21 Jun 2023 13:03:37 +0000 (15:03 +0200)]
Merge pull request #15409 from bangerth/typo

Fix a typo in the name of a function in the documentation.

15 months agoMerge pull request #15396 from tamiko/fix_a_test
Martin Kronbichler [Wed, 21 Jun 2023 13:03:18 +0000 (15:03 +0200)]
Merge pull request #15396 from tamiko/fix_a_test

Testsuite: numerics/nonlinear_solver_selector_03_petsc: add output variant

15 months agoMerge pull request #15404 from tamiko/fix_a_test_2
Martin Kronbichler [Wed, 21 Jun 2023 13:02:26 +0000 (15:02 +0200)]
Merge pull request #15404 from tamiko/fix_a_test_2

Testsuite: sharedtria/communicate_active_fe_indices_01b: do not compare test output

15 months agoMerge pull request #15407 from bangerth/version
Martin Kronbichler [Wed, 21 Jun 2023 13:02:05 +0000 (15:02 +0200)]
Merge pull request #15407 from bangerth/version

Correct a version number.

15 months agoMerge pull request #15394 from tamiko/fix_metis_tests_2
Daniel Arndt [Wed, 21 Jun 2023 11:16:27 +0000 (07:16 -0400)]
Merge pull request #15394 from tamiko/fix_metis_tests_2

Testsuite: mpi/hp_cell_weights_* do not compare output for metis variants

15 months agoMerge pull request #15408 from bangerth/77-1
Daniel Arndt [Wed, 21 Jun 2023 11:13:39 +0000 (07:13 -0400)]
Merge pull request #15408 from bangerth/77-1

Minor adjustment to step-77.

15 months agoMerge pull request #15405 from masterleinad/fix_more_tests_9_5
Daniel Arndt [Wed, 21 Jun 2023 11:13:09 +0000 (07:13 -0400)]
Merge pull request #15405 from masterleinad/fix_more_tests_9_5

Fix some more tests without hypre and with C++20

15 months agoMerge pull request #15403 from tamiko/fix_scalapack_tests
Martin Kronbichler [Wed, 21 Jun 2023 07:24:52 +0000 (09:24 +0200)]
Merge pull request #15403 from tamiko/fix_scalapack_tests

Testsuite: scalapack/scalapack_05: add output variant

15 months agoMove source/matrix_free up in build order 15413/head
Martin Kronbichler [Wed, 21 Jun 2023 06:18:21 +0000 (08:18 +0200)]
Move source/matrix_free up in build order

15 months agoSpell 'set up' when used as a verb 15412/head
Martin Kronbichler [Wed, 21 Jun 2023 06:06:29 +0000 (08:06 +0200)]
Spell 'set up' when used as a verb

15 months agoMerge pull request #15392 from taojinllnl/add_entry_news_changes_minor
Martin Kronbichler [Wed, 21 Jun 2023 05:44:20 +0000 (07:44 +0200)]
Merge pull request #15392 from taojinllnl/add_entry_news_changes_minor

add an entry in doc/news/changes/minor for PR #15377

15 months agoTest symengine/symengine_tensor_operations_04: fix test compilation 15411/head
Matthias Maier [Wed, 21 Jun 2023 02:17:43 +0000 (21:17 -0500)]
Test symengine/symengine_tensor_operations_04: fix test compilation

This partially reverts 7ad068984b29f5712dd2bed5742459a9e2030ac3

This part has been commited and merged accidentally (partly due to our
CI not testing any symengine artifacts).
Unfortunately, the anticipated replacement of `begin_raw()` by
`unrolled_to_component_indices(i)` does not work as intended. It is
neither implemented for Tensor of rank 0, nor for SymmetricTensor of
rank 4.

15 months agoMerge pull request #15393 from bangerth/doxygen
Marc Fehling [Wed, 21 Jun 2023 01:17:12 +0000 (19:17 -0600)]
Merge pull request #15393 from bangerth/doxygen

Fix poor doxygen indentation choices.

15 months agoFix a typo in the name of a function in the documentation. 15409/head
Wolfgang Bangerth [Wed, 21 Jun 2023 00:44:54 +0000 (18:44 -0600)]
Fix a typo in the name of a function in the documentation.

15 months agoMinor adjustment to step-77. 15408/head
Wolfgang Bangerth [Wed, 21 Jun 2023 00:27:34 +0000 (18:27 -0600)]
Minor adjustment to step-77.

15 months agoWork around an Intel18 compiler issue. 15390/head
Marc Fehling [Tue, 20 Jun 2023 23:30:38 +0000 (18:30 -0500)]
Work around an Intel18 compiler issue.

15 months agoMerge pull request #15389 from tamiko/fix_metis_tests
Matthias Maier [Tue, 20 Jun 2023 23:22:59 +0000 (23:22 +0000)]
Merge pull request #15389 from tamiko/fix_metis_tests

Testsuite: metis/metis_*: only run tests, do not compare output

15 months agoMerge pull request #15391 from masterleinad/fix_arborx_tests_trilinos14_kokkos4
Matthias Maier [Tue, 20 Jun 2023 23:22:08 +0000 (23:22 +0000)]
Merge pull request #15391 from masterleinad/fix_arborx_tests_trilinos14_kokkos4

Fix ArborX tests for Trilinos 14/Kokkos 4

15 months agoCorrect a version number. 15407/head
Wolfgang Bangerth [Tue, 20 Jun 2023 22:43:19 +0000 (16:43 -0600)]
Correct a version number.

15 months agoFix ambiguity for TrilinosWrappers::Iterators comparison operators using C++20 15405/head
Daniel Arndt [Tue, 20 Jun 2023 22:25:55 +0000 (18:25 -0400)]
Fix ambiguity for TrilinosWrappers::Iterators comparison operators using C++20

15 months agoRestrict some tests requiring hypre
Daniel Arndt [Tue, 20 Jun 2023 22:23:39 +0000 (18:23 -0400)]
Restrict some tests requiring hypre

15 months agoTest sharedtria/communicate_active_fe_indices_01b: do not compare test output 15404/head
Matthias Maier [Tue, 20 Jun 2023 22:00:47 +0000 (17:00 -0500)]
Test sharedtria/communicate_active_fe_indices_01b: do not compare test output

The parallel distribution is computed with metis, which is not stable.
Simply skip comparing the test output which listed the number of local
degrees of freedom of a distributed, shared triangulation.

15 months agoTest scalapack/scalapack_05: add output variant 15403/head
Matthias Maier [Tue, 20 Jun 2023 21:50:39 +0000 (16:50 -0500)]
Test scalapack/scalapack_05: add output variant

It is a bit disconcerting that the computed recirpocal condition number
of the matrix changes. But given the fact that the manual computation
(first number) and the scalapack-internal function return vastly
differing numbers already tell me that the test setup simply isn't
robust.

Let us add an output variant for the scalapack_05 test. I get almost the
same number on three different configuration so I am hopeful that we can
get away with an output variant for the time being.

15 months agoMerge pull request #15386 from drwells/codespell-9.5
Marc Fehling [Tue, 20 Jun 2023 21:09:20 +0000 (15:09 -0600)]
Merge pull request #15386 from drwells/codespell-9.5

Release preparation: Run codespell.

15 months agoTest rpe/distributed_compute_intersection_locations_{02,04} do not compare output 15399/head
Matthias Maier [Tue, 20 Jun 2023 21:06:18 +0000 (16:06 -0500)]
Test rpe/distributed_compute_intersection_locations_{02,04} do not compare output

Let us also modify the following two tests with all their mpirun
variants. I again see slight differences between gcc and clang versions,
and between libc++ and libstdc++.

15 months agoTest rpe/convert_intersections_to_rpe_data_02: do not compare output
Matthias Maier [Tue, 20 Jun 2023 20:57:34 +0000 (15:57 -0500)]
Test rpe/convert_intersections_to_rpe_data_02: do not compare output

This test outputs a mesh with differing results between standard
libraries (gnu libstdc++ versus clang/llvm libc++).

Instead of adding another output variant for libc++, let us simply
disable the final comparison and run the test only relying on cgal and
our library to throw an error.

15 months agoTest rpe/convert_intersections_to_rpe_data_02: do not compare output
Matthias Maier [Tue, 20 Jun 2023 20:51:27 +0000 (15:51 -0500)]
Test rpe/convert_intersections_to_rpe_data_02: do not compare output

This test outputs a mesh with differing results between cgal library
versions and underlying standard library. I see at least three different
results on the regression tester.

Instead of adding three different variants per mpirun, let us simply
disable the final comparison and run the test only relying on cgal and
our library to throw an error.

15 months agoTest opencascade/stl_write: do not compare output 15397/head
Matthias Maier [Tue, 20 Jun 2023 19:45:45 +0000 (14:45 -0500)]
Test opencascade/stl_write: do not compare output

The output of this test is a mesh where depending on the opencascade
version in question, toolchain and hardware a slightly different
interpolation is found. Let us not compare the final mesh and simply
rely on the routine to throw an error if it cannot create and write the
mesh.

15 months agoTest opencascade/stl_refinement: do not compare output
Matthias Maier [Tue, 20 Jun 2023 19:42:52 +0000 (14:42 -0500)]
Test opencascade/stl_refinement: do not compare output

The output of this test is a mesh where depending on the opencascade
version in question, toolchain and hardware a slightly different
interpolation is found. Let us not compare the final mesh and simply
rely on the routine to throw an error if it cannot create and refine the
mesh.

15 months agoTest: numerics/nonlinear_solver_selector_03_petsc: add output variant 15396/head
Matthias Maier [Tue, 20 Jun 2023 19:32:53 +0000 (14:32 -0500)]
Test: numerics/nonlinear_solver_selector_03_petsc: add output variant

I see a stable, but different, output for this test on three different
machines. Let us thus add an output variant for now.

Note that a proper fix would be to not print initial and final residuals
in these tests. Even though the numbers seem to be pretty stable.

15 months agoTest mpi/hp_cell_weights_04: signal failure with a nonzero exit status 15394/head
Matthias Maier [Tue, 20 Jun 2023 19:08:06 +0000 (14:08 -0500)]
Test mpi/hp_cell_weights_04: signal failure with a nonzero exit status

As we no longer compare output files for this (metis based) test we have
to signal an error condition (in this case we expect an exception to be
thrown!) with a nonzero exit status.

15 months agoTest mpi/hp_cell_weights_04: do not compare output
Matthias Maier [Tue, 20 Jun 2023 19:07:49 +0000 (14:07 -0500)]
Test mpi/hp_cell_weights_04: do not compare output

15 months agoTest mpi/hp_cell_weights_03: signal failure with a nonzero exit status
Matthias Maier [Tue, 20 Jun 2023 19:06:07 +0000 (14:06 -0500)]
Test mpi/hp_cell_weights_03: signal failure with a nonzero exit status

As we no longer compare output files for this (metis based) test we have
to signal an error condition (in this case we expect an exception to be
thrown!) with a nonzero exit status.

15 months agoTest mpi/hp_cell_weights_03: do not compare output
Matthias Maier [Tue, 20 Jun 2023 19:05:48 +0000 (14:05 -0500)]
Test mpi/hp_cell_weights_03: do not compare output

15 months agoFix poor doxygen indentation choices. 15393/head
Wolfgang Bangerth [Tue, 20 Jun 2023 18:39:45 +0000 (12:39 -0600)]
Fix poor doxygen indentation choices.

15 months agoMerge pull request #15387 from masterleinad/restrict_gridtools_cache_tests
Daniel Arndt [Tue, 20 Jun 2023 18:21:15 +0000 (14:21 -0400)]
Merge pull request #15387 from masterleinad/restrict_gridtools_cache_tests

15 months agoadd an entry in doc/news/changes/minor for PR #15377 15392/head
Tao Jin [Tue, 20 Jun 2023 18:10:48 +0000 (14:10 -0400)]
add an entry in doc/news/changes/minor for PR #15377

15 months agoFix ArborX tests for Trilinos 14/Kokkos 4 15391/head
Daniel Arndt [Tue, 20 Jun 2023 17:52:12 +0000 (13:52 -0400)]
Fix ArborX tests for Trilinos 14/Kokkos 4

15 months agoMerge pull request #15388 from tamiko/fix_gmsh_tests
Martin Kronbichler [Tue, 20 Jun 2023 18:09:17 +0000 (20:09 +0200)]
Merge pull request #15388 from tamiko/fix_gmsh_tests

Testsuite: fix gmsh tests

15 months agoTry to work around an Intel compiler issue.
Wolfgang Bangerth [Tue, 20 Jun 2023 18:02:47 +0000 (12:02 -0600)]
Try to work around an Intel compiler issue.

15 months agoFix typos caught by the typos program. 15386/head
David Wells [Tue, 20 Jun 2023 14:10:04 +0000 (10:10 -0400)]
Fix typos caught by the typos program.

15 months agoTest metis/metis_*: only run tests, do not compare output 15389/head
Matthias Maier [Tue, 20 Jun 2023 16:22:14 +0000 (11:22 -0500)]
Test metis/metis_*: only run tests, do not compare output

We currently carry 5 output variants per test and I would have to add
another 2 output variants for all tests to pass on the regression
tester.

I think it is time that we acknowledge that metis output is not stable.

Instead let us simply check that the tests compile and run successfully
without throwing an error.

15 months agoMerge pull request #15377 from taojinllnl/remove_error_output_lapack_full_matrix
Wolfgang Bangerth [Tue, 20 Jun 2023 16:19:11 +0000 (10:19 -0600)]
Merge pull request #15377 from taojinllnl/remove_error_output_lapack_full_matrix

Remove error output in lapack_full_matrix.cc

15 months agogmsh/gmsh_api_05: add test variant 15388/head
Matthias Maier [Tue, 20 Jun 2023 15:40:11 +0000 (10:40 -0500)]
gmsh/gmsh_api_05: add test variant

15 months agoTest gmsh/gmsh_api_04: add test output variant
Matthias Maier [Tue, 20 Jun 2023 15:39:50 +0000 (10:39 -0500)]
Test gmsh/gmsh_api_04: add test output variant

15 months agoTest gmsh/gmsh_api*: add MPI_InitFinalize which is necessary if gmsh was built with...
Matthias Maier [Tue, 20 Jun 2023 15:31:55 +0000 (10:31 -0500)]
Test gmsh/gmsh_api*: add MPI_InitFinalize which is necessary if gmsh was built with MPI support

15 months agoInstantiate MGTwoLevelTransferBase explicitly 15387/head
Daniel Arndt [Tue, 20 Jun 2023 15:28:32 +0000 (11:28 -0400)]
Instantiate MGTwoLevelTransferBase explicitly

15 months agoFix a CMake typo.
David Wells [Tue, 20 Jun 2023 14:06:54 +0000 (10:06 -0400)]
Fix a CMake typo.

We now print the correct copyright year.

15 months ago9.5: run the double-word typos script.
David Wells [Tue, 20 Jun 2023 13:38:31 +0000 (09:38 -0400)]
9.5: run the double-word typos script.

15 months ago9.5: run codespell.
David Wells [Tue, 20 Jun 2023 13:38:17 +0000 (09:38 -0400)]
9.5: run codespell.

15 months agoMerge pull request #15385 from tamiko/update_gitattributes
Martin Kronbichler [Tue, 20 Jun 2023 06:58:24 +0000 (08:58 +0200)]
Merge pull request #15385 from tamiko/update_gitattributes

Release preparation: update gitattributes

15 months agoMerge pull request #15380 from kronbichler/fix_fe_eval_factory_degree_max
Matthias Maier [Tue, 20 Jun 2023 04:28:20 +0000 (04:28 +0000)]
Merge pull request #15380 from kronbichler/fix_fe_eval_factory_degree_max

Make FE_EVAL_FACTORY_DEGREE_MAX more robust

15 months agoMerge pull request #15384 from tamiko/update_copyright_years
Marc Fehling [Tue, 20 Jun 2023 04:20:49 +0000 (22:20 -0600)]
Merge pull request #15384 from tamiko/update_copyright_years

Release preparation: update copyright years

15 months agogitattributes: export cmake configuration file needed for quick tests 15385/head
Matthias Maier [Tue, 20 Jun 2023 04:09:47 +0000 (23:09 -0500)]
gitattributes: export cmake configuration file needed for quick tests

15 months agoupdate copyright years: tests 15384/head
Matthias Maier [Tue, 20 Jun 2023 03:23:14 +0000 (22:23 -0500)]
update copyright years: tests

15 months agoupdate copyright years: cmake, contrib, doc, examples
Matthias Maier [Tue, 20 Jun 2023 03:18:27 +0000 (22:18 -0500)]
update copyright years: cmake, contrib, doc, examples

15 months agoupdate copyright years: include, source
Matthias Maier [Tue, 20 Jun 2023 03:16:46 +0000 (22:16 -0500)]
update copyright years: include, source

15 months agoRecommend the use of LD_PRELOAD 15380/head
Martin Kronbichler [Mon, 19 Jun 2023 17:42:18 +0000 (19:42 +0200)]
Recommend the use of LD_PRELOAD

15 months agoMake FE_EVAL_FACTORY_DEGREE_MAX more robust
Martin Kronbichler [Mon, 19 Jun 2023 16:58:34 +0000 (18:58 +0200)]
Make FE_EVAL_FACTORY_DEGREE_MAX more robust

15 months agoMerge pull request #15379 from masterleinad/restrict_gridtools_cache_tests
David Wells [Mon, 19 Jun 2023 16:38:53 +0000 (12:38 -0400)]
Merge pull request #15379 from masterleinad/restrict_gridtools_cache_tests

Restrict GridTools::Cache tests using Zoltan

15 months agoMerge pull request #14978 from peterrum/fgmres_gs
Martin Kronbichler [Mon, 19 Jun 2023 15:55:36 +0000 (17:55 +0200)]
Merge pull request #14978 from peterrum/fgmres_gs

Move OrthogonalizationStrategy into new file


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.