From: David Wells Date: Tue, 7 Jul 2020 20:14:47 +0000 (-0400) Subject: Add some template instantiations that were accidentally removed. X-Git-Tag: v9.3.0-rc1~1317^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10667%2Fhead;p=dealii.git Add some template instantiations that were accidentally removed. --- 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 \}