From: Wolfgang Bangerth Date: Mon, 3 Feb 2020 01:07:06 +0000 (-0700) Subject: Add missing instantiations. X-Git-Tag: v9.2.0-rc1~572^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=590929d20f470aafde5b95b07146964ff412f432;p=dealii.git Add missing instantiations. --- diff --git a/source/dofs/dof_tools.inst.in b/source/dofs/dof_tools.inst.in index 7080715427..ac6c95f6d4 100644 --- a/source/dofs/dof_tools.inst.in +++ b/source/dofs/dof_tools.inst.in @@ -56,6 +56,7 @@ for (DoFHandler : DOFHANDLER_TEMPLATES; & dof_handler, const ComponentMask &components); + // deprecated versions of the count_dofs_per_*() functions template void count_dofs_per_component< DoFHandler>( @@ -71,6 +72,21 @@ for (DoFHandler : DOFHANDLER_TEMPLATES; std::vector &, const std::vector &); + // new versions of the count_dofs_per_*() functions + template std::vector + count_dofs_per_fe_component< + DoFHandler>( + const DoFHandler &, + const bool, + const std::vector &); + + template std::vector + count_dofs_per_fe_block< + DoFHandler>( + const DoFHandler &, + const std::vector &); + + template unsigned int count_dofs_on_patch< DoFHandler>(