]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Instantiate interpolate_boundary_values for hp.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 2 May 2006 23:10:12 +0000 (23:10 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 2 May 2006 23:10:12 +0000 (23:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@12998 0785d39b-7218-0410-832d-ea1e28bc413d

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

index a69fb010fbd3f6f294c2a42138def01b26432770..380eeefb46647f0c0d25c320607b24a40eeb316a 100644 (file)
@@ -123,6 +123,7 @@ VectorTools::create_boundary_right_hand_side<deal_II_dimension>
  const Function<deal_II_dimension>   &,
  Vector<double>                      &,
  const std::set<unsigned char> &);
+
 template
 void VectorTools::interpolate_boundary_values<deal_II_dimension> (
   const DoFHandler<deal_II_dimension> &,
@@ -131,6 +132,14 @@ void VectorTools::interpolate_boundary_values<deal_II_dimension> (
   std::map<unsigned int,double>       &,
   const std::vector<bool>    &);
 
+template
+void VectorTools::interpolate_boundary_values<deal_II_dimension> (
+  const hp::DoFHandler<deal_II_dimension> &,
+  const unsigned char,
+  const Function<deal_II_dimension>   &,
+  std::map<unsigned int,double>       &,
+  const std::vector<bool>    &);
+
 #if deal_II_dimension != 1
 template
 void VectorTools::project_boundary_values<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.