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>
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