]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add another missing instantiation.
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 7 Dec 2017 22:16:03 +0000 (15:16 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 8 Dec 2017 15:55:33 +0000 (08:55 -0700)
source/numerics/vector_tools_boundary.inst.in

index 27488e0150994cd39a88eccd8a9c6dc127ec3521..760472e0ab1f6c9ab60fdc826b3cce1b4f74ccb5 100644 (file)
@@ -54,6 +54,23 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS;
 }
 
 
+for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS; number : REAL_AND_COMPLEX_SCALARS)
+{
+#if deal_II_dimension <= deal_II_space_dimension
+    namespace VectorTools \{
+    template
+    void interpolate_boundary_values
+    (const hp::MappingCollection<deal_II_dimension,deal_II_space_dimension>    &,
+     const hp::DoFHandler<deal_II_dimension,deal_II_space_dimension> &,
+     const std::map<types::boundary_id, const Function<deal_II_space_dimension,number>*> &,
+     std::map<types::global_dof_index,number>       &,
+     const ComponentMask    &);
+    \}
+#endif
+}
+
+
+
 for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS; DH : DOFHANDLER_TEMPLATES)
 {
 #if deal_II_dimension <= deal_II_space_dimension
@@ -94,21 +111,6 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS;
 #endif
 }
 
-for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS)
-{
-#if deal_II_dimension <= deal_II_space_dimension
-    namespace VectorTools \{
-    template
-    void interpolate_boundary_values
-    (const hp::MappingCollection<deal_II_dimension,deal_II_space_dimension>    &,
-     const hp::DoFHandler<deal_II_dimension,deal_II_space_dimension> &,
-     const std::map<types::boundary_id, const Function<deal_II_space_dimension,double>*> &,
-     std::map<types::global_dof_index,double>       &,
-     const ComponentMask    &);
-    \}
-#endif
-}
-
 for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS; number : REAL_AND_COMPLEX_SCALARS)
 {
 #if deal_II_dimension == deal_II_space_dimension

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.