From: Peter Munch Date: Wed, 25 Jun 2025 06:26:28 +0000 (+0200) Subject: Instantiate some functions in VT for hp X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03e7c2a549aee79dd40fdcf08cf1c24d56304542;p=dealii.git Instantiate some functions in VT for hp --- 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