From 3655802a3218a3045b7d1542cd95cd4b8c6b1de2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 12 Nov 2017 16:13:34 -0700 Subject: [PATCH] Add missing instantiation of function. --- source/numerics/vector_tools_boundary.inst.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source/numerics/vector_tools_boundary.inst.in b/source/numerics/vector_tools_boundary.inst.in index 43137c0934..674f78893a 100644 --- a/source/numerics/vector_tools_boundary.inst.in +++ b/source/numerics/vector_tools_boundary.inst.in @@ -85,6 +85,21 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS; #endif } +for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) +{ +#if deal_II_dimension <= deal_II_space_dimension + namespace VectorTools \{ + template + void interpolate_boundary_values + (const hp::MappingCollection &, + const hp::DoFHandler &, + const std::map*> &, + std::map &, + const ComponentMask &); + \} +#endif +} + for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) { namespace VectorTools \{ -- 2.39.5