]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add more instantiations for codim=1.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 31 Mar 2010 13:23:43 +0000 (13:23 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 31 Mar 2010 13:23:43 +0000 (13:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@20929 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/data_out.inst.in

index c8f33e04efaae51751e4c06a3083b91605038eb0..2d29adf0b7a625e4decf82b3d5b6cd44661b6d98 100644 (file)
@@ -55,7 +55,7 @@ for (VEC : SERIAL_VECTORS; DH : DOFHANDLER_TEMPLATES)
   add_data_vector<VEC> (const VEC                 &, 
                      const DataPostprocessor<DH<deal_II_dimension,deal_II_dimension>::space_dimension> &);
 
-// codim=1
+// things for DataOutRotation
 
   template void 
   DataOut_DoFData<DH<deal_II_dimension,deal_II_dimension>,deal_II_dimension+1,deal_II_dimension+1>::
@@ -76,6 +76,29 @@ for (VEC : SERIAL_VECTORS; DH : DOFHANDLER_TEMPLATES)
   add_data_vector<VEC> (const VEC                 &, 
                      const DataPostprocessor<DH<deal_II_dimension,deal_II_dimension>::space_dimension> &);
 
+// codim 1
+
+  #if deal_II_dimension < 3
+  template void 
+  DataOut_DoFData<DH<deal_II_dimension,deal_II_dimension+1>,deal_II_dimension,deal_II_dimension+1>::
+  add_data_vector<VEC> (const VEC            &, 
+                       const std::string   &, 
+                       const DataVectorType,  
+                    const std::vector<DataComponentInterpretation::DataComponentInterpretation> &); 
+
+  template void 
+  DataOut_DoFData<DH<deal_II_dimension,deal_II_dimension+1>,deal_II_dimension,deal_II_dimension+1>::
+  add_data_vector<VEC> (const VEC                       &, 
+                     const std::vector<std::string> &, 
+                     const DataVectorType,  
+                    const std::vector<DataComponentInterpretation::DataComponentInterpretation> &); 
+
+  template void 
+  DataOut_DoFData<DH<deal_II_dimension,deal_II_dimension+1>,deal_II_dimension,deal_II_dimension+1>::
+  add_data_vector<VEC> (const VEC                 &, 
+                     const DataPostprocessor<DH<deal_II_dimension,deal_II_dimension+1>::space_dimension> &);
+  #endif
+
 }
 
 
@@ -86,6 +109,7 @@ for (DH : DOFHANDLER_TEMPLATES)
 
   #if deal_II_dimension < 3
   template class DataOut_DoFData<DH<deal_II_dimension>,deal_II_dimension,deal_II_dimension+1>;
+  template class DataOut_DoFData<DH<deal_II_dimension,deal_II_dimension+1>,deal_II_dimension,deal_II_dimension+1>;
   #endif
 
   #if deal_II_dimension >= 2

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.