From: Baerbel Jannsen Date: Wed, 16 Feb 2011 11:50:56 +0000 (+0000) Subject: new instances for MGDofHandler and hd::DofHandler X-Git-Tag: v8.0.0~4329 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08411e57ee3a3b4ac2aae31692ce2528cecf3044;p=dealii.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 &,