]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use correct function names in test 16587/head
authorJohannes Heinz <43043310+jh66637@users.noreply.github.com>
Fri, 2 Feb 2024 09:12:13 +0000 (10:12 +0100)
committerJohannes Heinz <43043310+jh66637@users.noreply.github.com>
Fri, 2 Feb 2024 09:12:13 +0000 (10:12 +0100)
tests/matrix_free/fe_remote_evaluation_03.cc

index 9d12be17e658f2faa3e2e33eee4d590a3b019bb2..caceecd986ea6fb2a309db84cb3d093ea6bf3d5c 100644 (file)
@@ -15,8 +15,8 @@
 
 // This test checks the correct setup of FERemoteEvaluationCommunicator
 // via the factory functions
-// setup_remote_communicator_faces_point_to_point_interpolation()
-// and setup_remote_communicator_faces_nitsche_type_mortaring().
+// compute_remote_communicator_faces_point_to_point_interpolation()
+// and compute_remote_communicator_faces_nitsche_type_mortaring().
 
 #include <deal.II/base/mpi.h>
 
@@ -78,7 +78,7 @@ test_point_to_point(const MatrixFree<dim, Number> &matrix_free)
   }));
 
   auto remote_communicator =
-    Utilities::setup_remote_communicator_faces_point_to_point_interpolation(
+    Utilities::compute_remote_communicator_faces_point_to_point_interpolation(
       matrix_free, non_matching_faces_marked_vertices);
 
   // 1) Allocate vectors and interpolate grid coordinates in DoFs.
@@ -165,7 +165,7 @@ test_nitsche_type_mortaring(const MatrixFree<dim, Number> &matrix_free)
     additional_data);
 
   auto remote_communicator =
-    Utilities::setup_remote_communicator_faces_nitsche_type_mortaring(
+    Utilities::compute_remote_communicator_faces_nitsche_type_mortaring(
       matrix_free, non_matching_faces_marked_vertices, 4, 0, &nm_mapping_info);
 
   // 1) Allocate vectors and interpolate grid coordinates in DoFs.

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.