From a83e1bef4560ffb6cd378b2ba8c02e23b3a4e265 Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 7 Jul 2020 16:14:47 -0400 Subject: [PATCH] Add some template instantiations that were accidentally removed. --- source/numerics/vector_tools_boundary.inst.in | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/source/numerics/vector_tools_boundary.inst.in b/source/numerics/vector_tools_boundary.inst.in index fc78ca58b5..468ceeb805 100644 --- a/source/numerics/vector_tools_boundary.inst.in +++ b/source/numerics/vector_tools_boundary.inst.in @@ -161,6 +161,15 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS; std::map &, std::vector); + template void + project_boundary_values( + const DoFHandler &, + const std::map *> &, + const hp::QCollection &, + std::map &, + std::vector); + \} #endif } @@ -212,6 +221,14 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) AffineConstraints &, const Mapping &); template void + project_boundary_values_curl_conforming( + const DoFHandler &, + const unsigned int, + const Function &, + const types::boundary_id, + AffineConstraints &, + const hp::MappingCollection &); + template void project_boundary_values_curl_conforming_l2( const DoFHandler &, const unsigned int, @@ -229,7 +246,23 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) AffineConstraints> &, const Mapping &); # endif + template void + project_boundary_values_curl_conforming_l2( + const DoFHandler &, + const unsigned int, + const Function &, + const types::boundary_id, + AffineConstraints &, + const hp::MappingCollection &); # ifdef DEAL_II_WITH_COMPLEX_VALUES + template void + project_boundary_values_curl_conforming_l2( + const DoFHandler &, + const unsigned int, + const Function> &, + const types::boundary_id, + AffineConstraints> &, + const hp::MappingCollection &); # endif template void project_boundary_values_div_conforming( @@ -239,6 +272,14 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) const types::boundary_id, AffineConstraints &, const Mapping &); + template void + project_boundary_values_div_conforming( + const DoFHandler &, + const unsigned int, + const Function &, + const types::boundary_id, + AffineConstraints &, + const hp::MappingCollection &); # endif #endif \} -- 2.39.5