From: bangerth Date: Wed, 4 Apr 2012 07:06:10 +0000 (+0000) Subject: Patch by Jason Sheldon: Add one missing instantiation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=883de82fbe1c45a2dac65e73ae273ac849c0233a;p=dealii-svn.git Patch by Jason Sheldon: Add one missing instantiation. git-svn-id: https://svn.dealii.org/trunk@25380 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 &); + \} }