]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
provide template instantiations for MGDoFHandler
authorleicht <leicht@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 21 Aug 2006 05:58:33 +0000 (05:58 +0000)
committerleicht <leicht@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 21 Aug 2006 05:58:33 +0000 (05:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@13711 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 0f3a57ab376b8c761abd96d07b632fb9d2de9641..676f7db24a03203696b64b6c0f6520fa67cfa5b1 100644 (file)
@@ -97,6 +97,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 MGDoFHandler<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>
index 538dd5f66c4ac89234d55bcf1c754c30ecd0a494..2ab7cd8a1ca6cfea049c0a877f78c8de23dc5f5f 100644 (file)
@@ -39,6 +39,18 @@ void VectorTools::interpolate<deal_II_dimension>
  const Function<deal_II_dimension>&,
  VEC&);
 
+template
+void VectorTools::interpolate<deal_II_dimension>
+(const Mapping<deal_II_dimension>&,
+ const MGDoFHandler<deal_II_dimension>&,
+ const Function<deal_II_dimension>&,
+ VEC&);
+template
+void VectorTools::interpolate<deal_II_dimension>
+(const MGDoFHandler<deal_II_dimension>&,
+ const Function<deal_II_dimension>&,
+ VEC&);
+
 // Should these be instantiated for every combination of two types?
 template
 void VectorTools::interpolate<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.