From 883de82fbe1c45a2dac65e73ae273ac849c0233a Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 4 Apr 2012 07:06:10 +0000 Subject: [PATCH] Patch by Jason Sheldon: Add one missing instantiation. git-svn-id: https://svn.dealii.org/trunk@25380 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/numerics/vectors.inst.in | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/deal.II/source/numerics/vectors.inst.in b/deal.II/source/numerics/vectors.inst.in index 6faf1f39c8..1062bbc524 100644 --- a/deal.II/source/numerics/vectors.inst.in +++ b/deal.II/source/numerics/vectors.inst.in @@ -645,6 +645,33 @@ for (deal_II_dimension : DIMENSIONS) const ConstraintMatrix &, Vector &); + template + void interpolate_boundary_values + (const Mapping &, + const DoFHandler &, + const types::boundary_id_t, + const Function &, + ConstraintMatrix &, + const std::vector &); + + template + void interpolate_boundary_values + (const Mapping &, + const hp::DoFHandler &, + const types::boundary_id_t, + const Function &, + ConstraintMatrix &, + const std::vector &); + + template + void interpolate_boundary_values + (const Mapping &, + const MGDoFHandler &, + const types::boundary_id_t, + const Function &, + ConstraintMatrix &, + const std::vector &); + \} } -- 2.39.5