From: Wolfgang Bangerth Date: Tue, 2 May 2006 23:10:12 +0000 (+0000) Subject: Instantiate interpolate_boundary_values for hp. X-Git-Tag: v8.0.0~11798 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3067f939a6451089ba14087018a933ae9d1d597;p=dealii.git Instantiate interpolate_boundary_values for hp. git-svn-id: https://svn.dealii.org/trunk@12998 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/vectors.cc b/deal.II/deal.II/source/numerics/vectors.cc index a69fb010fb..380eeefb46 100644 --- a/deal.II/deal.II/source/numerics/vectors.cc +++ b/deal.II/deal.II/source/numerics/vectors.cc @@ -123,6 +123,7 @@ VectorTools::create_boundary_right_hand_side const Function &, Vector &, const std::set &); + template void VectorTools::interpolate_boundary_values ( const DoFHandler &, @@ -131,6 +132,14 @@ void VectorTools::interpolate_boundary_values ( std::map &, const std::vector &); +template +void VectorTools::interpolate_boundary_values ( + const hp::DoFHandler &, + const unsigned char, + const Function &, + std::map &, + const std::vector &); + #if deal_II_dimension != 1 template void VectorTools::project_boundary_values