From: janssen Date: Wed, 16 Feb 2011 11:50:56 +0000 (+0000) Subject: new instances for MGDofHandler and hd::DofHandler X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cb9059cd94e578efb1368c6d7ceeca0c82d45cb;p=dealii-svn.git new instances for MGDofHandler and hd::DofHandler git-svn-id: https://svn.dealii.org/trunk@23373 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/numerics/vectors.inst.in b/deal.II/source/numerics/vectors.inst.in index 5cf87b4782..6bf0f7c76d 100644 --- a/deal.II/source/numerics/vectors.inst.in +++ b/deal.II/source/numerics/vectors.inst.in @@ -670,6 +670,22 @@ void VectorTools::interpolate_boundary_values std::map &, const std::vector &); +template +void VectorTools::interpolate_boundary_values +(const Mapping &, + const hp::DoFHandler &, + const FunctionMap::type &, + std::map &, + const std::vector &); + +template +void VectorTools::interpolate_boundary_values +(const Mapping &, + const MGDoFHandler &, + const FunctionMap::type &, + std::map &, + const std::vector &); + template void VectorTools::interpolate_boundary_values (const Mapping &,