]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
4 months agoConsolidate line_orientation() functions. 16965/head
David Wells [Sat, 4 May 2024 16:28:23 +0000 (12:28 -0400)]
Consolidate line_orientation() functions.

4 months agoConsolidate combined_face_orientation() functions.
David Wells [Sat, 4 May 2024 16:26:40 +0000 (12:26 -0400)]
Consolidate combined_face_orientation() functions.

4 months agoConsolidate face_orientation() functions.
David Wells [Sat, 4 May 2024 16:00:05 +0000 (12:00 -0400)]
Consolidate face_orientation() functions.

4 months agoConsolidate face_flip() functions.
David Wells [Sat, 4 May 2024 15:54:07 +0000 (11:54 -0400)]
Consolidate face_flip() functions.

4 months agoConsolidate face_rotation() functions.
David Wells [Sat, 4 May 2024 15:48:52 +0000 (11:48 -0400)]
Consolidate face_rotation() functions.

4 months agoRemove some functions which we never use.
David Wells [Sat, 4 May 2024 15:47:51 +0000 (11:47 -0400)]
Remove some functions which we never use.

Orientations are only ever set once (in create_triangulation()) and, in that
context, are always encoded with the combined orientation.

4 months agoMerge pull request #16925 from kronbichler/remove_signal
Martin Kronbichler [Fri, 3 May 2024 14:14:33 +0000 (16:14 +0200)]
Merge pull request #16925 from kronbichler/remove_signal

FEPointEvaluation: Remove signal to keep track of reinit() state

4 months agoMerge pull request #16948 from bangerth/boundary-id
Martin Kronbichler [Fri, 3 May 2024 07:24:19 +0000 (09:24 +0200)]
Merge pull request #16948 from bangerth/boundary-id

Make it clearer what an integer argument means.

4 months agoMerge pull request #16955 from bangerth/uniform
Martin Kronbichler [Fri, 3 May 2024 07:21:21 +0000 (09:21 +0200)]
Merge pull request #16955 from bangerth/uniform

Be uniform in the order of things we start the assembly loop with.

4 months agoMerge pull request #16956 from bangerth/be-explicit
Martin Kronbichler [Fri, 3 May 2024 07:20:22 +0000 (09:20 +0200)]
Merge pull request #16956 from bangerth/be-explicit

Restate the equation we solve at the beginning of step-6.

4 months agoMerge pull request #16947 from bangerth/boundary
Matthias Maier [Thu, 2 May 2024 18:31:12 +0000 (18:31 +0000)]
Merge pull request #16947 from bangerth/boundary

Ensure we only set boundary ids on boundary faces.

4 months agoRestate the equation we solve at the beginning of step-6. 16956/head
Wolfgang Bangerth [Thu, 2 May 2024 18:28:13 +0000 (23:58 +0530)]
Restate the equation we solve at the beginning of step-6.

The equation is the same as step-5, but that is never overly explicitly
said. It's also useful to just restate the equations for reference.

step-5 does not describe the coefficient we use in the introduction. Add that
too while there.

4 months agoMerge pull request #16952 from bangerth/fe-degree
Matthias Maier [Thu, 2 May 2024 18:23:28 +0000 (18:23 +0000)]
Merge pull request #16952 from bangerth/fe-degree

Say what a bare integer argument is.

4 months agoMerge pull request #16953 from bangerth/left
Matthias Maier [Thu, 2 May 2024 18:18:56 +0000 (18:18 +0000)]
Merge pull request #16953 from bangerth/left

Multiply right hand side value from the left with phi_i.

4 months agoBe uniform in the order of things we start the assembly loop with. 16955/head
Wolfgang Bangerth [Thu, 2 May 2024 18:09:49 +0000 (23:39 +0530)]
Be uniform in the order of things we start the assembly loop with.

4 months agoMultiply right hand side value from the left with phi_i. 16953/head
Wolfgang Bangerth [Thu, 2 May 2024 14:58:33 +0000 (20:28 +0530)]
Multiply right hand side value from the left with phi_i.

4 months agoSay what a bare integer argument is. 16952/head
Wolfgang Bangerth [Thu, 2 May 2024 14:53:24 +0000 (20:23 +0530)]
Say what a bare integer argument is.

4 months agoMerge pull request #16951 from drwells/remove-reference
Martin Kronbichler [Thu, 2 May 2024 06:09:25 +0000 (08:09 +0200)]
Merge pull request #16951 from drwells/remove-reference

Fix a compiler warning.

4 months agoFix a compiler warning. 16951/head
David Wells [Wed, 1 May 2024 19:46:47 +0000 (15:46 -0400)]
Fix a compiler warning.

4 months agoMake it clearer what an integer argument means. 16948/head
Wolfgang Bangerth [Wed, 1 May 2024 15:46:35 +0000 (21:16 +0530)]
Make it clearer what an integer argument means.

4 months agoEnsure we only set boundary ids on boundary faces. 16947/head
Wolfgang Bangerth [Wed, 1 May 2024 15:38:17 +0000 (21:08 +0530)]
Ensure we only set boundary ids on boundary faces.

4 months agoMerge pull request #16945 from bangerth/const
Bruno Blais [Wed, 1 May 2024 12:09:29 +0000 (08:09 -0400)]
Merge pull request #16945 from bangerth/const

Fix another missing 'const'.

4 months agoFix another missing 'const'. 16945/head
Wolfgang Bangerth [Wed, 1 May 2024 08:11:16 +0000 (13:41 +0530)]
Fix another missing 'const'.

4 months agoMerge pull request #16856 from dominiktassilostill/FixMGProlongation
Martin Kronbichler [Wed, 1 May 2024 07:04:57 +0000 (09:04 +0200)]
Merge pull request #16856 from dominiktassilostill/FixMGProlongation

Fix MG transfer for Tetrahedrons

4 months agoMerge pull request #16935 from bangerth/task-comment
David Wells [Wed, 1 May 2024 01:46:30 +0000 (21:46 -0400)]
Merge pull request #16935 from bangerth/task-comment

Add a comment about task execution.

4 months agoMerge pull request #16934 from bangerth/task-16
David Wells [Wed, 1 May 2024 01:35:57 +0000 (21:35 -0400)]
Merge pull request #16934 from bangerth/task-16

Add a test for Threads::Task.

4 months agoMerge pull request #16939 from bangerth/2
David Wells [Wed, 1 May 2024 01:30:00 +0000 (21:30 -0400)]
Merge pull request #16939 from bangerth/2

Fix typo.

4 months agoMerge pull request #16942 from bangerth/2-2
David Wells [Wed, 1 May 2024 01:29:44 +0000 (21:29 -0400)]
Merge pull request #16942 from bangerth/2-2

Add a missing 'const'.

4 months agoMerge pull request #16943 from bangerth/neutral-language
Matthias Maier [Tue, 30 Apr 2024 18:12:47 +0000 (18:12 +0000)]
Merge pull request #16943 from bangerth/neutral-language

Use neutral language.

4 months agoUse neutral language. 16943/head
Wolfgang Bangerth [Tue, 30 Apr 2024 16:12:13 +0000 (21:42 +0530)]
Use neutral language.

4 months agoAdd a missing 'const'. 16942/head
Wolfgang Bangerth [Tue, 30 Apr 2024 15:19:11 +0000 (20:49 +0530)]
Add a missing 'const'.

4 months agoFix typo. 16939/head
Wolfgang Bangerth [Mon, 29 Apr 2024 18:02:22 +0000 (23:32 +0530)]
Fix typo.

4 months agoMerge pull request #16931 from tamiko/fix_typo
Wolfgang Bangerth [Mon, 29 Apr 2024 16:51:29 +0000 (22:21 +0530)]
Merge pull request #16931 from tamiko/fix_typo

CMake: fix typo in Config.cmake.in

4 months agoMerge pull request #16933 from bangerth/task-11
David Wells [Mon, 29 Apr 2024 12:36:32 +0000 (08:36 -0400)]
Merge pull request #16933 from bangerth/task-11

Remove a non-functional test.

4 months agoFix MG transfer for Tetrahedrons 16856/head
Dominik Still [Mon, 29 Apr 2024 11:30:42 +0000 (13:30 +0200)]
Fix MG transfer for Tetrahedrons

The prolongation and embedding matrices for Tetrahedral elements are incorrect, due to the new refinement strategy. Fix the interpolation operations by saving the refinement direction and using it to compute the matrices.

4 months agoMerge pull request #16936 from simrnjandu/patch-1
Wolfgang Bangerth [Sun, 28 Apr 2024 17:17:55 +0000 (22:47 +0530)]
Merge pull request #16936 from simrnjandu/patch-1

Fix typo in intro.dox

4 months agoFix typo in intro.dox 16936/head
Simranjeet Singh [Sun, 28 Apr 2024 14:39:50 +0000 (20:09 +0530)]
Fix typo in intro.dox

4 months agoAdd a comment about task execution. 16935/head
Wolfgang Bangerth [Sun, 28 Apr 2024 13:29:57 +0000 (18:59 +0530)]
Add a comment about task execution.

4 months agoAdd a test for Threads::Task. 16934/head
Wolfgang Bangerth [Sun, 28 Apr 2024 13:18:58 +0000 (18:48 +0530)]
Add a test for Threads::Task.

4 months agoRemove a non-functional test. 16933/head
Wolfgang Bangerth [Sun, 28 Apr 2024 13:02:30 +0000 (18:32 +0530)]
Remove a non-functional test.

4 months agoCMake: fix typo in Config.cmake.in 16931/head
Matthias Maier [Fri, 26 Apr 2024 14:24:56 +0000 (09:24 -0500)]
CMake: fix typo in Config.cmake.in

The file is named »deal.IIConfigGit.cmake«

4 months agoMerge pull request #16927 from bangerth/get_for_thread
Martin Kronbichler [Thu, 25 Apr 2024 07:14:27 +0000 (09:14 +0200)]
Merge pull request #16927 from bangerth/get_for_thread

Add ThreadLocalStorage::get_for_thread().

4 months agoMerge pull request #16926 from kronbichler/fix_test_typo
Martin Kronbichler [Thu, 25 Apr 2024 07:10:47 +0000 (09:10 +0200)]
Merge pull request #16926 from kronbichler/fix_test_typo

Fix typo in test description

4 months agoMerge pull request #16929 from bangerth/grammar
Daniel Arndt [Thu, 25 Apr 2024 00:50:47 +0000 (20:50 -0400)]
Merge pull request #16929 from bangerth/grammar

Fix grammar in cmake messages.

4 months agoFix grammar in cmake messages. 16929/head
Wolfgang Bangerth [Wed, 24 Apr 2024 22:30:48 +0000 (16:30 -0600)]
Fix grammar in cmake messages.

4 months agoAdd a changelog entry. 16927/head
Wolfgang Bangerth [Wed, 24 Apr 2024 20:39:26 +0000 (14:39 -0600)]
Add a changelog entry.

4 months agoLet ThreadLocalStorage unfriend LogStream.
Wolfgang Bangerth [Wed, 24 Apr 2024 20:37:29 +0000 (14:37 -0600)]
Let ThreadLocalStorage unfriend LogStream.

4 months agoNo longer rely on internals of ThreadLocalStorage in LogStream.
Wolfgang Bangerth [Wed, 24 Apr 2024 20:37:05 +0000 (14:37 -0600)]
No longer rely on internals of ThreadLocalStorage in LogStream.

4 months agoAdd ThreadLocalStorage::get_for_thread().
Wolfgang Bangerth [Wed, 24 Apr 2024 19:56:08 +0000 (13:56 -0600)]
Add ThreadLocalStorage::get_for_thread().

4 months agoFix typo in test description 16926/head
Martin Kronbichler [Wed, 24 Apr 2024 17:15:49 +0000 (19:15 +0200)]
Fix typo in test description

4 months agoFEPointEvaluation: Remove signal to keep track of reinit() state 16925/head
Martin Kronbichler [Wed, 24 Apr 2024 17:00:19 +0000 (19:00 +0200)]
FEPointEvaluation: Remove signal to keep track of reinit() state

4 months agoMerge pull request #16908 from bangerth/89
Martin Kronbichler [Wed, 24 Apr 2024 07:04:36 +0000 (09:04 +0200)]
Merge pull request #16908 from bangerth/89

Some minor updates to step-89.

4 months agoMerge pull request #16924 from tamiko/revert_compile_definitions
Martin Kronbichler [Wed, 24 Apr 2024 07:02:33 +0000 (09:02 +0200)]
Merge pull request #16924 from tamiko/revert_compile_definitions

Revert "Export compile definitions for dependent targets"

4 months agoMerge pull request #16900 from bangerth/normalize
Martin Kronbichler [Wed, 24 Apr 2024 07:01:54 +0000 (09:01 +0200)]
Merge pull request #16900 from bangerth/normalize

Suppress some messages when normalizing test output.

4 months agoMerge pull request #16922 from masterleinad/portable_tensor_product
Martin Kronbichler [Wed, 24 Apr 2024 07:01:08 +0000 (09:01 +0200)]
Merge pull request #16922 from masterleinad/portable_tensor_product

Portable tensor product kernels: Simplify loop generic

4 months agoMerge pull request #16910 from kronbichler/improve_poly_eval
Martin Kronbichler [Wed, 24 Apr 2024 07:00:41 +0000 (09:00 +0200)]
Merge pull request #16910 from kronbichler/improve_poly_eval

FEPointEvaluation: Allow evaluating more points together

4 months agoPortable tensor product kernels: Simplify loop generic 16922/head
Daniel Arndt [Mon, 22 Apr 2024 23:54:07 +0000 (19:54 -0400)]
Portable tensor product kernels: Simplify loop generic

4 months agoRevert "Export compile definitions for dependent targets" 16924/head
Matthias Maier [Tue, 23 Apr 2024 18:39:44 +0000 (13:39 -0500)]
Revert "Export compile definitions for dependent targets"

This reverts commit a29f491fc2a054b0545212d34261ea0270b0dc64.

4 months agoMerge pull request #16923 from masterleinad/bundLed_boost_no_cxx98_function_base
Wolfgang Bangerth [Tue, 23 Apr 2024 15:33:44 +0000 (09:33 -0600)]
Merge pull request #16923 from masterleinad/bundLed_boost_no_cxx98_function_base

Don't define BOOST_NO_CXX98_FUNCTION_BASE manually in bundled boost

4 months agoMerge pull request #16834 from gassmoeller/export_compile_definitions
Daniel Arndt [Tue, 23 Apr 2024 13:46:36 +0000 (09:46 -0400)]
Merge pull request #16834 from gassmoeller/export_compile_definitions

Export compile definitions for dependent targets

4 months agoDon't define BOOST_NO_CXX98_FUNCTION_BASE manually in bundled boost 16923/head
Daniel Arndt [Tue, 23 Apr 2024 02:51:34 +0000 (22:51 -0400)]
Don't define BOOST_NO_CXX98_FUNCTION_BASE manually in bundled boost

4 months agoFEPointEvaluation: Allow evaluating more points together 16910/head
Martin Kronbichler [Sat, 20 Apr 2024 05:56:20 +0000 (07:56 +0200)]
FEPointEvaluation: Allow evaluating more points together

4 months agoMerge pull request #16920 from drwells/remove-duplicated-tables-2
Martin Kronbichler [Mon, 22 Apr 2024 15:31:42 +0000 (17:31 +0200)]
Merge pull request #16920 from drwells/remove-duplicated-tables-2

Remove another duplicated table.

4 months agoRemove another duplicated table. 16920/head
David Wells [Sat, 20 Apr 2024 23:40:27 +0000 (19:40 -0400)]
Remove another duplicated table.

4 months agoMerge pull request #16916 from drwells/clarify-inverse-orientation
Daniel Arndt [Sun, 21 Apr 2024 16:12:32 +0000 (12:12 -0400)]
Merge pull request #16916 from drwells/clarify-inverse-orientation

Explicitly use the inverse orientation instead of hard-coding.

4 months agoMerge pull request #16917 from kronbichler/fix_mf_kokkos
Matthias Maier [Sun, 21 Apr 2024 15:16:16 +0000 (15:16 +0000)]
Merge pull request #16917 from kronbichler/fix_mf_kokkos

Portable matrix-free: Fix Kokkos index access

4 months agoMerge pull request #16918 from kronbichler/fix_test2
Matthias Maier [Sun, 21 Apr 2024 15:15:41 +0000 (15:15 +0000)]
Merge pull request #16918 from kronbichler/fix_test2

matrix_free/point_evaluation_33 test: add two more output variants

4 months agoMerge pull request #16914 from drwells/remove-duplicated-tables
Martin Kronbichler [Sun, 21 Apr 2024 13:11:47 +0000 (15:11 +0200)]
Merge pull request #16914 from drwells/remove-duplicated-tables

Remove duplicated tables

4 months agomatrix_free/point_evaluation_33 test: add two more output variants 16918/head
Martin Kronbichler [Sun, 21 Apr 2024 13:07:21 +0000 (15:07 +0200)]
matrix_free/point_evaluation_33 test: add two more output variants

4 months agoPortable matrix-free: Fix Kokkos index access 16917/head
Martin Kronbichler [Sun, 21 Apr 2024 08:54:17 +0000 (10:54 +0200)]
Portable matrix-free: Fix Kokkos index access

5 months agoExplicitly use the inverse orientation instead of hard-coding. 16916/head
David Wells [Sat, 20 Apr 2024 21:57:44 +0000 (17:57 -0400)]
Explicitly use the inverse orientation instead of hard-coding.

Partially reverts #15678.

While #15678 fixed the permutation bug, it didn't address the true cause of the
problem: since face orientations are computed in the "apply this permutation to
face 1 to get face 2" direction, QProjector should use inverse orientations.
Since 2d orientations are their own inverses this only shows up in 3d.

Whenever two faces abutt, the first face is always in the default orientation
and the second face's orientation is computed relative to that (as decribed
here). Hence, when we project quadrature points onto the first face they do not
need to reoriented. However, we need to apply the *reverse* permutation on the
second face so that they end up in the same positions as the first face. More
formally: most, but not all, orientations are their own inverses. In particular,
triangle orientations 3 and 5 are each-other's inverses.

This matches the notion of inverse orientation used in #16828 for hypercubes. In
the future, we should combine the hypercube and non-hypercube implementations to
avoid these kinds of inconsistencies.

Part of #14667.

5 months agoReferenceCell::get_combined_orientation(): refactor. 16914/head
David Wells [Sun, 14 Apr 2024 00:57:15 +0000 (20:57 -0400)]
ReferenceCell::get_combined_orientation(): refactor.

We can use templated lambdas to avoid hard-coding the orientation tables in this
function.

5 months agoExplicitly use the combined orientation.
David Wells [Sat, 13 Apr 2024 22:11:44 +0000 (18:11 -0400)]
Explicitly use the combined orientation.

5 months agoMerge pull request #16911 from kronbichler/inline_poly
Wolfgang Bangerth [Sat, 20 Apr 2024 15:46:59 +0000 (09:46 -0600)]
Merge pull request #16911 from kronbichler/inline_poly

Polynomial: Make values_of_array always inline in release mode

5 months agoSome minor updates to step-89. 16908/head
Wolfgang Bangerth [Sat, 20 Apr 2024 03:48:15 +0000 (21:48 -0600)]
Some minor updates to step-89.

5 months agoMerge pull request #16913 from drwells/tria-orientation-cleanup
Wolfgang Bangerth [Sat, 20 Apr 2024 14:30:32 +0000 (08:30 -0600)]
Merge pull request #16913 from drwells/tria-orientation-cleanup

Tria orientation cleanup

5 months agoMerge pull request #16891 from bergbauer/active_q_points
David Wells [Sat, 20 Apr 2024 12:21:36 +0000 (08:21 -0400)]
Merge pull request #16891 from bergbauer/active_q_points

FEPointEvaluation: Implement n_active_entries_per_quadrature_batch

5 months agoMerge pull request #16909 from bangerth/matrix-free
David Wells [Sat, 20 Apr 2024 12:19:49 +0000 (08:19 -0400)]
Merge pull request #16909 from bangerth/matrix-free

Use slightly better variable names in the MatrixFree::loop() functions.

5 months agoMerge pull request #16912 from kronbichler/mf_portable_minor
David Wells [Sat, 20 Apr 2024 12:17:43 +0000 (08:17 -0400)]
Merge pull request #16912 from kronbichler/mf_portable_minor

Portable tensor product kernels: Simplify loop

5 months agoUse numbers::invalid_unsigned_int. 16913/head
David Wells [Sat, 13 Apr 2024 21:25:57 +0000 (17:25 -0400)]
Use numbers::invalid_unsigned_int.

5 months agoSplit a long line.
David Wells [Sat, 13 Apr 2024 21:25:47 +0000 (17:25 -0400)]
Split a long line.

5 months agoRemove a double negative.
David Wells [Sat, 13 Apr 2024 20:31:08 +0000 (16:31 -0400)]
Remove a double negative.

5 months agoClean up some long lines.
David Wells [Sat, 13 Apr 2024 17:59:30 +0000 (13:59 -0400)]
Clean up some long lines.

5 months agoMerge pull request #16906 from bangerth/restriction
Martin Kronbichler [Sat, 20 Apr 2024 06:37:47 +0000 (08:37 +0200)]
Merge pull request #16906 from bangerth/restriction

Explain the term 'restriction' in FiniteElement.

5 months agoPortable tensor product kernels: Simplify loop 16912/head
Martin Kronbichler [Sat, 20 Apr 2024 06:25:29 +0000 (08:25 +0200)]
Portable tensor product kernels: Simplify loop

5 months agoPolynomial: Make values_of_array always inline in release mode 16911/head
Martin Kronbichler [Sat, 20 Apr 2024 06:08:26 +0000 (08:08 +0200)]
Polynomial: Make values_of_array always inline in release mode

5 months agoUse slightly better variable names in the MatrixFree::loop() functions. 16909/head
Wolfgang Bangerth [Sat, 20 Apr 2024 03:52:22 +0000 (21:52 -0600)]
Use slightly better variable names in the MatrixFree::loop() functions.

5 months agoExplain the term 'restriction' in FiniteElement. 16906/head
Wolfgang Bangerth [Fri, 19 Apr 2024 19:27:28 +0000 (13:27 -0600)]
Explain the term 'restriction' in FiniteElement.

5 months agoMerge pull request #16898 from bangerth/64
Martin Kronbichler [Fri, 19 Apr 2024 07:17:42 +0000 (09:17 +0200)]
Merge pull request #16898 from bangerth/64

Fix use of incorrect Epetra function.

5 months agoMerge pull request #16904 from bangerth/fix-anchor
Martin Kronbichler [Fri, 19 Apr 2024 07:16:52 +0000 (09:16 +0200)]
Merge pull request #16904 from bangerth/fix-anchor

Use the same style of anchor name as elsewhere.

5 months agoMerge pull request #16899 from bangerth/message
Martin Kronbichler [Fri, 19 Apr 2024 07:16:19 +0000 (09:16 +0200)]
Merge pull request #16899 from bangerth/message

Print a message on the screen when normalizing a test output.

5 months agoMerge pull request #16903 from bangerth/href
Martin Kronbichler [Fri, 19 Apr 2024 07:15:48 +0000 (09:15 +0200)]
Merge pull request #16903 from bangerth/href

When creating a reference, use 'href', not 'name'.

5 months agoMerge pull request #16895 from kronbichler/fix_rpe
Martin Kronbichler [Fri, 19 Apr 2024 06:54:21 +0000 (08:54 +0200)]
Merge pull request #16895 from kronbichler/fix_rpe

Small improvement to RemotePointEvaluation

5 months agoWhen creating a reference, use 'href', not 'name'. 16903/head
Wolfgang Bangerth [Thu, 18 Apr 2024 22:47:31 +0000 (16:47 -0600)]
When creating a reference, use 'href', not 'name'.

5 months agoUse the same style of anchor name as elsewhere. 16904/head
Wolfgang Bangerth [Thu, 18 Apr 2024 22:46:50 +0000 (16:46 -0600)]
Use the same style of anchor name as elsewhere.

5 months agoMerge pull request #16896 from kronbichler/fix_nonnested_transfer
Wolfgang Bangerth [Thu, 18 Apr 2024 21:03:04 +0000 (15:03 -0600)]
Merge pull request #16896 from kronbichler/fix_nonnested_transfer

Non-nested MG transfer: Avoid repeated access of arrays

5 months agoMerge pull request #16902 from pcafrica/vector_traits
Wolfgang Bangerth [Thu, 18 Apr 2024 21:01:03 +0000 (15:01 -0600)]
Merge pull request #16902 from pcafrica/vector_traits

Add VectorTraits to Trilinos and Tpetra wrappers

5 months agoAdd VectorTraits to Trilinos and Tpetra wrappers 16902/head
Pasquale Africa [Thu, 18 Apr 2024 13:23:43 +0000 (15:23 +0200)]
Add VectorTraits to Trilinos and Tpetra wrappers

5 months agoNon-nested MG transfer: Avoid repeated access of arrays 16896/head
Martin Kronbichler [Wed, 17 Apr 2024 16:48:32 +0000 (18:48 +0200)]
Non-nested MG transfer: Avoid repeated access of arrays

5 months agoSmall improvement to RemotePointEvaluation 16895/head
Martin Kronbichler [Wed, 17 Apr 2024 16:46:45 +0000 (18:46 +0200)]
Small improvement to RemotePointEvaluation


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.