]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing instantiation.
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Wed, 7 Aug 2013 10:03:44 +0000 (10:03 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Wed, 7 Aug 2013 10:03:44 +0000 (10:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@30245 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 7d0327b86645ffbea5a538091547d7b7e1ad6f9f..f7bbff340ecceb50f3f74fc09ddd2e93adc61904 100644 (file)
@@ -577,6 +577,22 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS
          std::map<types::global_dof_index,double>&, 
          std::vector<unsigned int>);
 
+      template
+        void project_boundary_values<deal_II_dimension>
+        (const Mapping<deal_II_dimension>     &,
+         const DoFHandler<deal_II_dimension>  &,
+         const FunctionMap<deal_II_dimension>::type &,
+         const Quadrature<deal_II_dimension-1>&,
+         ConstraintMatrix&, std::vector<unsigned int>);
+
+      template
+        void project_boundary_values<deal_II_dimension>
+        (const DoFHandler<deal_II_dimension>  &,
+         const FunctionMap<deal_II_dimension>::type &,
+         const Quadrature<deal_II_dimension-1>&,
+         ConstraintMatrix&, 
+         std::vector<unsigned int>);
+
 
 
 #if deal_II_dimension != 1

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.