From 03e7c2a549aee79dd40fdcf08cf1c24d56304542 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Wed, 25 Jun 2025 08:26:28 +0200 Subject: [PATCH] Instantiate some functions in VT for hp --- source/numerics/vector_tools_rhs.inst.in | 39 +++++++++++------------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/source/numerics/vector_tools_rhs.inst.in b/source/numerics/vector_tools_rhs.inst.in index 70d85ec834..ba24479373 100644 --- a/source/numerics/vector_tools_rhs.inst.in +++ b/source/numerics/vector_tools_rhs.inst.in @@ -35,6 +35,24 @@ for (VEC : REAL_VECTOR_TYPES; deal_II_dimension : DIMENSIONS; const Function &, VEC &, const AffineConstraints &); + + template void + create_right_hand_side( + const hp::MappingCollection + &, + const DoFHandler &, + const hp::QCollection &, + const Function &, + VEC &, + const AffineConstraints &); + + template void + create_right_hand_side( + const DoFHandler &, + const hp::QCollection &, + const Function &, + VEC &, + const AffineConstraints &); \} #endif } @@ -48,27 +66,6 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) \{ #if deal_II_dimension == deal_II_space_dimension - template void - create_right_hand_side>( - const hp::MappingCollection &, - const DoFHandler &, - const hp::QCollection &, - const Function::value_type> &, - Vector &, - const AffineConstraints &); - - template void - create_right_hand_side>( - const DoFHandler &, - const hp::QCollection &, - const Function::value_type> &, - Vector &, - const AffineConstraints &); - # if deal_II_dimension > 1 template void create_boundary_right_hand_side