]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Patch by Jason Sheldon: Add a missing instantiation.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Jun 2012 20:20:45 +0000 (20:20 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Jun 2012 20:20:45 +0000 (20:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@25627 0785d39b-7218-0410-832d-ea1e28bc413d

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

index c7fd3f27a10a7eed65eab62ce93112c8b22cf743..19f7655112a59c0d38ce878764e9b57ebfa11807 100644 (file)
@@ -398,6 +398,24 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS
          std::map<unsigned int,double>       &,
          const std::vector<bool>    &);
 
+      template
+        void interpolate_boundary_values
+        (const Mapping<deal_II_dimension,deal_II_space_dimension>        &,
+         const hp::DoFHandler<deal_II_dimension,deal_II_space_dimension> &,
+         const types::boundary_id_t,
+         const Function<deal_II_space_dimension>       &,
+         std::map<unsigned int,double>           &,
+         const std::vector<bool>                 &);
+
+      template
+        void interpolate_boundary_values
+        (const Mapping<deal_II_dimension,deal_II_space_dimension>        &,
+         const MGDoFHandler<deal_II_dimension,deal_II_space_dimension>   &,
+         const types::boundary_id_t,
+         const Function<deal_II_space_dimension>     &,
+         std::map<unsigned int,double>         &,
+         const std::vector<bool>               &);
+
 
       template
         void create_right_hand_side<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.