From 590929d20f470aafde5b95b07146964ff412f432 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 2 Feb 2020 18:07:06 -0700 Subject: [PATCH] Add missing instantiations. --- source/dofs/dof_tools.inst.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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>( -- 2.39.5