]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
new instantiations added for interpolate_boundary_values that use a ConstraintMatrix
authorjanssen <janssen@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Jun 2010 14:13:12 +0000 (14:13 +0000)
committerjanssen <janssen@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Jun 2010 14:13:12 +0000 (14:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@21174 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 0f1ffa8e85129de6ecb3d9404d246231a7339a98..4b6bc3e59404e315025b4582a396a42fdcc52668 100644 (file)
@@ -161,6 +161,30 @@ void VectorTools::interpolate_boundary_values (
   ConstraintMatrix                    &,
   const std::vector<bool>    &);
 
+template
+void VectorTools::interpolate_boundary_values ( 
+  const Mapping<deal_II_dimension>    &,
+  const DoFHandler<deal_II_dimension> &,
+  const FunctionMap<deal_II_dimension>::type   &,
+  ConstraintMatrix                    &,
+  const std::vector<bool>    &);
+
+template
+void VectorTools::interpolate_boundary_values (
+  const Mapping<deal_II_dimension>    &,
+  const hp::DoFHandler<deal_II_dimension> &,
+  const FunctionMap<deal_II_dimension>::type   &,
+  ConstraintMatrix                    &,
+  const std::vector<bool>    &);
+
+template
+void VectorTools::interpolate_boundary_values (
+  const Mapping<deal_II_dimension>    &,
+  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.