]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add missing inst 12509/head
authorTimo Heister <timo.heister@gmail.com>
Sat, 26 Jun 2021 17:38:26 +0000 (13:38 -0400)
committerTimo Heister <timo.heister@gmail.com>
Sun, 27 Jun 2021 17:55:32 +0000 (13:55 -0400)
fixes #12501 and #12490

source/multigrid/mg_level_global_transfer.inst.in

index 2d62976addb75b47c61dc74035881db3c4a6707f..e09e56004171a266ea48cda1e9eab3bd00ae42ca 100644 (file)
@@ -50,18 +50,16 @@ for (deal_II_dimension : DIMENSIONS)
     MGLevelGlobalTransfer<LinearAlgebra::distributed::Vector<float>>::
       fill_and_communicate_copy_indices<deal_II_dimension, deal_II_dimension>(
         const DoFHandler<deal_II_dimension, deal_II_dimension> &mg_dof);
+  }
+
+for (deal_II_dimension : DIMENSIONS; S1, S2 : REAL_SCALARS)
+  {
     template void
-    MGLevelGlobalTransfer<LinearAlgebra::distributed::Vector<float>>::
-      copy_to_mg(const DoFHandler<deal_II_dimension> &,
-                 MGLevelObject<LinearAlgebra::distributed::Vector<float>> &,
-                 const LinearAlgebra::distributed::Vector<float> &,
-                 const bool) const;
-    template void
-    MGLevelGlobalTransfer<LinearAlgebra::distributed::Vector<double>>::
-      copy_to_mg(const DoFHandler<deal_II_dimension> &,
-                 MGLevelObject<LinearAlgebra::distributed::Vector<double>> &,
-                 const LinearAlgebra::distributed::Vector<double> &,
-                 const bool) const;
+    MGLevelGlobalTransfer<LinearAlgebra::distributed::Vector<S1>>::copy_to_mg(
+      const DoFHandler<deal_II_dimension> &,
+      MGLevelObject<LinearAlgebra::distributed::Vector<S1>> &,
+      const LinearAlgebra::distributed::Vector<S2> &,
+      const bool) const;
   }
 
 for (deal_II_dimension : DIMENSIONS; S1, S2 : REAL_SCALARS)

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.