From 712303b28b9dd467c8edb6841ee257c6cef31662 Mon Sep 17 00:00:00 2001 From: Nicola Giuliani Date: Tue, 8 Mar 2016 11:33:19 +0100 Subject: [PATCH] instantiation codim --- .../numerics/vector_tools_interpolate.inst.in | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/numerics/vector_tools_interpolate.inst.in b/source/numerics/vector_tools_interpolate.inst.in index df0a33f94a..2bb0f2084f 100644 --- a/source/numerics/vector_tools_interpolate.inst.in +++ b/source/numerics/vector_tools_interpolate.inst.in @@ -71,48 +71,48 @@ for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS; deal_II_space_dimens (const hp::DoFHandler&, const Function&, VEC&); - + template void interpolate_based_on_material_id(const Mapping&, const DoFHandler&, const std::map< types::material_id, const Function* >&, VEC&, const ComponentMask&); - + template void interpolate_based_on_material_id(const Mapping&, const hp::DoFHandler&, const std::map< types::material_id, const Function* >&, VEC&, const ComponentMask&); - + \} #endif } -for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS) +for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) { namespace VectorTools \{ template void interpolate_to_different_mesh - (const DoFHandler &, + (const DoFHandler &, const VEC &, - const DoFHandler &, + const DoFHandler &, VEC &); template void interpolate_to_different_mesh - (const DoFHandler &, + (const DoFHandler &, const VEC &, - const DoFHandler &, + const DoFHandler &, const ConstraintMatrix &, VEC &); template void interpolate_to_different_mesh - (const InterGridMap > &, + (const InterGridMap > &, const VEC &, const ConstraintMatrix &, VEC &); -- 2.39.5