From: Marco Tezzele Date: Fri, 8 May 2015 09:59:11 +0000 (+0200) Subject: Added instantiation for hp X-Git-Tag: v8.3.0-rc1~186^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F916%2Fhead;p=dealii.git Added instantiation for hp --- diff --git a/source/numerics/vector_tools_boundary.inst.in b/source/numerics/vector_tools_boundary.inst.in index dec32b7e2a..c23601adae 100644 --- a/source/numerics/vector_tools_boundary.inst.in +++ b/source/numerics/vector_tools_boundary.inst.in @@ -122,6 +122,14 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) ConstraintMatrix&, std::vector); + template + void project_boundary_values + (const hp::DoFHandler &, + const FunctionMap::type &, + const hp::QCollection &, + std::map &, + std::vector); + #if deal_II_dimension != 1