]> https://gitweb.dealii.org/ - dealii.git/commitdiff
instantiation codim
authorNicola Giuliani <ngiuliani@sissa.it>
Tue, 8 Mar 2016 10:33:19 +0000 (11:33 +0100)
committerNicola Giuliani <ngiuliani@sissa.it>
Tue, 8 Mar 2016 10:33:19 +0000 (11:33 +0100)
source/numerics/vector_tools_interpolate.inst.in

index df0a33f94aef98b374b5da013fa1705ef74cc7c3..2bb0f2084f4141bd960b9ec0e9e35f74a902a02d 100644 (file)
@@ -71,48 +71,48 @@ for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS; deal_II_space_dimens
         (const hp::DoFHandler<deal_II_dimension>&,
          const Function<deal_II_dimension, VEC::value_type>&,
          VEC&);
-         
+
      template
       void interpolate_based_on_material_id(const Mapping<deal_II_dimension, deal_II_space_dimension>&,
                                             const DoFHandler<deal_II_dimension, deal_II_space_dimension>&,
                                             const std::map< types::material_id, const Function<deal_II_space_dimension, VEC::value_type>* >&,
                                             VEC&,
                                             const ComponentMask&);
-         
+
      template
       void interpolate_based_on_material_id(const Mapping<deal_II_dimension>&,
                                             const hp::DoFHandler<deal_II_dimension>&,
                                             const std::map< types::material_id, const Function<deal_II_dimension, VEC::value_type>* >&,
                                             VEC&,
                                             const ComponentMask&);
-         
+
       \}
 #endif
   }
 
 
-for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS)
+for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS)
 {
   namespace VectorTools \{
 
   template
     void interpolate_to_different_mesh
-    (const DoFHandler<deal_II_dimension> &,
+    (const DoFHandler<deal_II_dimension, deal_II_space_dimension> &,
      const VEC                           &,
-     const DoFHandler<deal_II_dimension> &,
+     const DoFHandler<deal_II_dimension, deal_II_space_dimension> &,
      VEC                                 &);
 
   template
     void interpolate_to_different_mesh
-    (const DoFHandler<deal_II_dimension> &,
+    (const DoFHandler<deal_II_dimension, deal_II_space_dimension> &,
      const VEC                           &,
-     const DoFHandler<deal_II_dimension> &,
+     const DoFHandler<deal_II_dimension, deal_II_space_dimension> &,
      const ConstraintMatrix              &,
      VEC                                 &);
 
   template
     void interpolate_to_different_mesh
-    (const InterGridMap<DoFHandler<deal_II_dimension> > &,
+    (const InterGridMap<DoFHandler<deal_II_dimension, deal_II_space_dimension> > &,
      const VEC                                          &,
      const ConstraintMatrix                             &,
      VEC                                                &);

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.