]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Instantiate a missing function.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 29 Aug 2010 22:12:52 +0000 (22:12 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 29 Aug 2010 22:12:52 +0000 (22:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@21784 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/vectors.cc

index 84c6771b47dd44fe6985ea2f5ae0a20bc9731c20..c0bf0b59f7de5c7fbe59a24dfe02da4cd4c91f53 100644 (file)
@@ -185,6 +185,27 @@ void VectorTools::interpolate_boundary_values (
   ConstraintMatrix                    &,
   const std::vector<bool>    &);
 
+template
+void VectorTools::interpolate_boundary_values (
+  const DoFHandler<deal_II_dimension> &,
+  const FunctionMap<deal_II_dimension>::type   &,
+  ConstraintMatrix                    &,
+  const std::vector<bool>    &);
+
+template
+void VectorTools::interpolate_boundary_values (
+  const hp::DoFHandler<deal_II_dimension> &,
+  const FunctionMap<deal_II_dimension>::type   &,
+  ConstraintMatrix                    &,
+  const std::vector<bool>    &);
+
+template
+void VectorTools::interpolate_boundary_values (
+  const MGDoFHandler<deal_II_dimension> &,
+  const FunctionMap<deal_II_dimension>::type   &,
+  ConstraintMatrix                    &,
+  const std::vector<bool>    &);
+
 template
 void VectorTools::project_boundary_values<deal_II_dimension>
 (const Mapping<deal_II_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.