]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Patch by Jason Sheldon: Add one missing instantiation.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 4 Apr 2012 07:06:10 +0000 (07:06 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 4 Apr 2012 07:06:10 +0000 (07:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@25380 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 6faf1f39c8f17eb8060230d77db3366685917328..1062bbc524b5d0bf3264eb34d3d214a354e90050 100644 (file)
@@ -645,6 +645,33 @@ for (deal_II_dimension : DIMENSIONS)
      const ConstraintMatrix                             &,
      Vector<double>                                     &);
 
+  template
+    void interpolate_boundary_values
+    (const Mapping<deal_II_dimension>    &,
+     const DoFHandler<deal_II_dimension> &,
+     const types::boundary_id_t,
+     const Function<deal_II_dimension>   &,
+     ConstraintMatrix                    &,
+     const std::vector<bool>             &);
+
+  template
+    void interpolate_boundary_values
+    (const Mapping<deal_II_dimension>        &,
+     const hp::DoFHandler<deal_II_dimension> &,
+     const types::boundary_id_t,
+     const Function<deal_II_dimension>       &,
+     ConstraintMatrix                        &,
+     const std::vector<bool>                 &);
+
+  template
+    void interpolate_boundary_values
+    (const Mapping<deal_II_dimension>      &,
+     const MGDoFHandler<deal_II_dimension> &,
+     const types::boundary_id_t,
+     const Function<deal_II_dimension>     &,
+     ConstraintMatrix                      &,
+     const std::vector<bool>               &);
+
   \}
 }
 

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.