From: Wolfgang Bangerth Date: Wed, 8 Jan 2020 03:28:52 +0000 (-0700) Subject: Further simplify instantiations of DoFTools::count_dofs_per_component(). X-Git-Tag: v9.2.0-rc1~719^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97c36fe89984027ef22b5ae7d1a62e79591fa146;p=dealii.git Further simplify instantiations of DoFTools::count_dofs_per_component(). --- diff --git a/source/dofs/dof_tools.inst.in b/source/dofs/dof_tools.inst.in index 73b0d4429e..4f8a57dec2 100644 --- a/source/dofs/dof_tools.inst.in +++ b/source/dofs/dof_tools.inst.in @@ -43,6 +43,13 @@ for (DoFHandler : DOFHANDLER_TEMPLATES; DoFHandler>( const DoFHandler &dof_handler, const ComponentMask & components); + + template void DoFTools::count_dofs_per_component< + DoFHandler>( + const DoFHandler &, + std::vector &, + const bool, + const std::vector &); #endif } @@ -296,6 +303,7 @@ for (deal_II_dimension : DIMENSIONS) DoFTools::locally_relevant_dofs_per_subdomain< DoFHandler>( const DoFHandler &dof_handler); + template std::vector DoFTools::locally_relevant_dofs_per_subdomain< hp::DoFHandler>( @@ -646,23 +654,6 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : DIMENSIONS) const BlockMask &, std::vector &); - - template void - count_dofs_per_component< - DoFHandler>( - const DoFHandler &, - std::vector &, - const bool, - const std::vector &); - - template void - count_dofs_per_component< - hp::DoFHandler>( - const hp::DoFHandler &, - std::vector &, - const bool, - const std::vector &); - template void make_cell_patches( SparsityPattern &,