]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Provide a missing template instantiation.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 14 Nov 2013 20:23:07 +0000 (20:23 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 14 Nov 2013 20:23:07 +0000 (20:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@31659 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/dofs/dof_renumbering.inst.in

index d35eeb5dcdd4c84501a8b3f12cc370d891f629ac..2f977adbee8f3e8c4b0906691b036e486d31f9c3 100644 (file)
@@ -17,7 +17,7 @@
 
 for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS)
   {
-#if deal_II_dimension <= deal_II_space_dimension 
+#if deal_II_dimension <= deal_II_space_dimension
     namespace DoFRenumbering
       \{
       namespace boost
@@ -56,6 +56,11 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS
          void subdomain_wise<DoFHandler<deal_II_dimension,deal_II_space_dimension> >
          (DoFHandler<deal_II_dimension,deal_II_space_dimension> &);
 
+        template
+        void
+        compute_subdomain_wise (std::vector<types::global_dof_index> &new_dof_indices,
+                          const DoFHandler<deal_II_dimension,deal_II_space_dimension> &dof_handler);
+
        \}  // namespace DoFRenumbering
 #endif
   }
@@ -64,7 +69,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS
 // where applicable and move to codimension cases above also when applicable
 for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS)
   {
-#if deal_II_dimension == deal_II_space_dimension 
+#if deal_II_dimension == deal_II_space_dimension
 namespace DoFRenumbering
   \{
   namespace boost
@@ -125,10 +130,10 @@ namespace DoFRenumbering
     compute_minimum_degree (std::vector<dealii::types::global_dof_index> &,
                            const hp::DoFHandler<deal_II_dimension> &, bool, bool);
     \}
-    
-    
+
+
 // non-boost functions:
-    
+
     template
       void Cuthill_McKee<hp::DoFHandler<deal_II_dimension> >
       (hp::DoFHandler<deal_II_dimension>&,
@@ -281,7 +286,7 @@ namespace DoFRenumbering
 
     template
       void downstream
-      (DoFHandler<deal_II_dimension>&, 
+      (DoFHandler<deal_II_dimension>&,
        const unsigned int,
        const Point<deal_II_dimension>&,
        const bool);
@@ -352,7 +357,7 @@ namespace DoFRenumbering
        const hp::DoFHandler<deal_II_dimension> &,
        const std::vector<bool> &);
 
-  
+
     template
       void subdomain_wise<hp::DoFHandler<deal_II_dimension> >
       (hp::DoFHandler<deal_II_dimension> &);
@@ -374,7 +379,3 @@ namespace DoFRenumbering
     \}  // namespace DoFRenumbering
 #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.