]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
stuff needed for face data.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 29 Mar 2010 02:56:47 +0000 (02:56 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 29 Mar 2010 02:56:47 +0000 (02:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@20914 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 63002e639ae1a8f4e07d69a120b3df064312a356..c8f33e04efaae51751e4c06a3083b91605038eb0 100644 (file)
@@ -34,6 +34,27 @@ for (VEC : SERIAL_VECTORS; DH : DOFHANDLER_TEMPLATES)
   add_data_vector<VEC> (const VEC                 &, 
                      const DataPostprocessor<DH<deal_II_dimension,deal_II_dimension>::space_dimension> &);
 
+// stuff needed for face data
+
+  template void 
+  DataOut_DoFData<DH<deal_II_dimension,deal_II_dimension>,deal_II_dimension-1,deal_II_dimension>::
+  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>,deal_II_dimension-1,deal_II_dimension>::
+  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>,deal_II_dimension-1,deal_II_dimension>::
+  add_data_vector<VEC> (const VEC                 &, 
+                     const DataPostprocessor<DH<deal_II_dimension,deal_II_dimension>::space_dimension> &);
+
 // codim=1
 
   template void 
@@ -67,6 +88,10 @@ for (DH : DOFHANDLER_TEMPLATES)
   template class DataOut_DoFData<DH<deal_II_dimension>,deal_II_dimension,deal_II_dimension+1>;
   #endif
 
+  #if deal_II_dimension >= 2
+  template class DataOut_DoFData<DH<deal_II_dimension>,deal_II_dimension-1,deal_II_dimension>;
+  #endif
+
   template class DataOut<deal_II_dimension, DH<deal_II_dimension> >;
   #if deal_II_dimension < 3
   template class DataOut<deal_II_dimension, DH<deal_II_dimension,deal_II_dimension+1> >;

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.