]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add instantiations
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 22 Aug 2013 19:10:36 +0000 (19:10 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 22 Aug 2013 19:10:36 +0000 (19:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@30435 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 9cf7c46e29887a919a2f935385f71feebb2c3ca6..08ee60879bbce8aabd7028bc81be701f7603b2d4 100644 (file)
@@ -256,11 +256,27 @@ for (DH : DOFHANDLER_TEMPLATES; deal_II_dimension : DIMENSIONS)
                      const DataVectorType,
                      const std::vector<DataComponentInterpretation::DataComponentInterpretation> &);
 
+  template void
+  DataOut_DoFData<DH<deal_II_dimension,deal_II_dimension>,deal_II_dimension,deal_II_dimension>::
+  add_data_vector<IndexSet> (const DH<deal_II_dimension,deal_II_dimension> &,
+                             const IndexSet            &,
+                             const std::string   &,
+                             const std::vector<DataComponentInterpretation::DataComponentInterpretation> &);
+
+  template void
+  DataOut_DoFData<DH<deal_II_dimension,deal_II_dimension>,deal_II_dimension,deal_II_dimension>::
+  add_data_vector<IndexSet> (const DH<deal_II_dimension,deal_II_dimension> &,
+                             const IndexSet                       &,
+                             const std::vector<std::string> &,
+                             const std::vector<DataComponentInterpretation::DataComponentInterpretation> &);
+
   template void
   DataOut_DoFData<DH<deal_II_dimension,deal_II_dimension>,deal_II_dimension,deal_II_dimension>::
   add_data_vector<IndexSet> (const IndexSet                 &,
                       const DataPostprocessor<DH<deal_II_dimension,deal_II_dimension>::space_dimension> &);
 
+
+
 // stuff needed for face data
 
   template void
@@ -282,6 +298,21 @@ for (DH : DOFHANDLER_TEMPLATES; deal_II_dimension : DIMENSIONS)
   add_data_vector<IndexSet> (const IndexSet                 &,
                       const DataPostprocessor<DH<deal_II_dimension,deal_II_dimension>::space_dimension> &);
 
+
+  template void
+  DataOut_DoFData<DH<deal_II_dimension,deal_II_dimension>,deal_II_dimension-1,deal_II_dimension>::
+  add_data_vector<IndexSet> (const DH<deal_II_dimension,deal_II_dimension> &,
+                             const IndexSet            &,
+                             const std::string   &,
+                             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<IndexSet> (const DH<deal_II_dimension,deal_II_dimension> &,
+                             const IndexSet                       &,
+                             const std::vector<std::string> &,
+                             const std::vector<DataComponentInterpretation::DataComponentInterpretation> &);
+
 // things for DataOutRotation
 
   template void
@@ -303,6 +334,21 @@ for (DH : DOFHANDLER_TEMPLATES; deal_II_dimension : DIMENSIONS)
   add_data_vector<IndexSet> (const IndexSet                 &,
                       const DataPostprocessor<DH<deal_II_dimension,deal_II_dimension>::space_dimension> &);
 
+
+  template void
+  DataOut_DoFData<DH<deal_II_dimension,deal_II_dimension>,deal_II_dimension+1,deal_II_dimension+1>::
+  add_data_vector<IndexSet> (const DH<deal_II_dimension,deal_II_dimension> &,
+                             const IndexSet            &,
+                             const std::string   &,
+                             const std::vector<DataComponentInterpretation::DataComponentInterpretation> &);
+
+  template void
+  DataOut_DoFData<DH<deal_II_dimension,deal_II_dimension>,deal_II_dimension+1,deal_II_dimension+1>::
+  add_data_vector<IndexSet> (const DH<deal_II_dimension,deal_II_dimension> &,
+                             const IndexSet                       &,
+                             const std::vector<std::string> &,
+                             const std::vector<DataComponentInterpretation::DataComponentInterpretation> &);
+
 // codim 1
 
   #if deal_II_dimension < 3

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.