]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated DoFTools functions 14040/head
authorDaniel Arndt <arndtd@ornl.gov>
Thu, 23 Jun 2022 16:58:44 +0000 (12:58 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Fri, 24 Jun 2022 15:28:26 +0000 (11:28 -0400)
tests/mpi/muelu_periodicity.cc

index 696a7c93b03af8969723741fa5c0f00c783f7ba7..168bd4507017833d8da265a01eab6e55643f408e 100644 (file)
@@ -382,11 +382,11 @@ namespace Step22
       GridTools::collect_periodic_faces(
         dof_handler, 2, 3, 1, periodicity_vector, Tensor<1, dim>(), matrix);
 
-      DoFTools::make_periodicity_constraints<DoFHandler<dim>>(
-        periodicity_vector,
-        constraints,
-        fe.component_mask(velocities),
-        first_vector_components);
+      DoFTools::make_periodicity_constraints<dim, dim>(periodicity_vector,
+                                                       constraints,
+                                                       fe.component_mask(
+                                                         velocities),
+                                                       first_vector_components);
 #endif
     }
 

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.