]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Added interpolate instantiation for codimension one.
authorLuca Heltai <luca.heltai@sissa.it>
Mon, 13 Jan 2014 16:45:57 +0000 (16:45 +0000)
committerLuca Heltai <luca.heltai@sissa.it>
Mon, 13 Jan 2014 16:45:57 +0000 (16:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@32201 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 988939367714de023267dedc809b7acf784ddd86..a21c69a76b34f5339a41d07a1fec4cbdb2fb52ac 100644 (file)
@@ -32,6 +32,15 @@ for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS; deal_II_space_dimens
         (const DoFHandler<deal_II_dimension,deal_II_space_dimension>&,
          const Function<deal_II_space_dimension>&,
          VEC&);
+
+      template
+        void interpolate
+        (const DoFHandler<deal_II_dimension,deal_II_space_dimension>&,
+         const DoFHandler<deal_II_dimension,deal_II_space_dimension>&,
+         const FullMatrix<double>&,
+         const VEC&,
+         VEC&);
+
       \}
 #endif
   }
@@ -57,14 +66,6 @@ for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS; deal_II_space_dimens
         (const hp::DoFHandler<deal_II_dimension>&,
          const Function<deal_II_dimension>&,
          VEC&);
-
-      template
-        void interpolate
-        (const DoFHandler<deal_II_dimension>&,
-         const DoFHandler<deal_II_dimension>&,
-         const FullMatrix<double>&,
-         const VEC&,
-         VEC&);
          
      template
       void interpolate_based_on_material_id(const Mapping<deal_II_dimension, deal_II_space_dimension>&,

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.