From e3067f939a6451089ba14087018a933ae9d1d597 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 2 May 2006 23:10:12 +0000 Subject: [PATCH] Instantiate interpolate_boundary_values for hp. git-svn-id: https://svn.dealii.org/trunk@12998 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/numerics/vectors.cc | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.39.5