From: Daniel Garcia-Sanchez Date: Wed, 11 Jul 2018 10:19:21 +0000 (+0200) Subject: Add instantiations for complex arguments X-Git-Tag: v9.1.0-rc1~925^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6910%2Fhead;p=dealii.git Add instantiations for complex arguments --- diff --git a/source/numerics/vector_tools_boundary.inst.in b/source/numerics/vector_tools_boundary.inst.in index e93bb76388..657a891af3 100644 --- a/source/numerics/vector_tools_boundary.inst.in +++ b/source/numerics/vector_tools_boundary.inst.in @@ -81,7 +81,8 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS; for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS; - DH : DOFHANDLER_TEMPLATES) + DH : DOFHANDLER_TEMPLATES; + number : REAL_AND_COMPLEX_SCALARS) { #if deal_II_dimension <= deal_II_space_dimension namespace VectorTools @@ -92,17 +93,8 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS; const Mapping &, const DH &, const std::map *> &, - AffineConstraints &, - const ComponentMask &); - - template void - interpolate_boundary_values( - const Mapping &, - const DH &, - const types::boundary_id, - const Function &, - AffineConstraints &, + const Function *> &, + AffineConstraints &, const ComponentMask &); template void @@ -110,40 +102,24 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS; const Mapping &, const DH &, const types::boundary_id, - const Function &, - AffineConstraints &, - const ComponentMask &); - - template void - interpolate_boundary_values( - const DH &, - const types::boundary_id, - const Function &, - AffineConstraints &, + const Function &, + AffineConstraints &, const ComponentMask &); template void interpolate_boundary_values( const DH &, const types::boundary_id, - const Function &, - AffineConstraints &, - const ComponentMask &); - - template void - interpolate_boundary_values( - const DH &, - const std::map *> &, - AffineConstraints &, + const Function &, + AffineConstraints &, const ComponentMask &); template void interpolate_boundary_values( const DH &, const std::map *> &, - AffineConstraints &, + const Function *> &, + AffineConstraints &, const ComponentMask &); \}