From 8db2418fa0107a585dac4ac42ce091ea113c4ea2 Mon Sep 17 00:00:00 2001 From: Laryssa Abdala Date: Tue, 9 Jul 2024 10:54:31 -0400 Subject: [PATCH] Add instantiations to dof_renumbering.inst.in --- source/dofs/dof_renumbering.inst.in | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/source/dofs/dof_renumbering.inst.in b/source/dofs/dof_renumbering.inst.in index 9cfda527fd..7d141aa343 100644 --- a/source/dofs/dof_renumbering.inst.in +++ b/source/dofs/dof_renumbering.inst.in @@ -67,6 +67,11 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) support_point_wise( DoFHandler &); + template void + compute_support_point_wise( + std::vector &, + const DoFHandler &); + \} #endif } @@ -160,6 +165,15 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) const Tensor<1, DoFHandler::space_dimension> &, const bool); + template void + compute_downstream( + std::vector &, + std::vector &, + const DoFHandler &, + const unsigned int, + const Tensor<1, DoFHandler::space_dimension> &, + const bool); + template void clockwise_dg(DoFHandler &, const Point &, @@ -219,12 +233,25 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) DoFHandler &, const std::vector &); + template void + sort_selected_dofs_back( + DoFHandler &, + const std::vector &, + const unsigned int); + template void compute_sort_selected_dofs_back( std::vector &, const DoFHandler &, const std::vector &); + template void + compute_sort_selected_dofs_back( + std::vector &, + const DoFHandler &, + const std::vector &, + const unsigned int); + template void Cuthill_McKee( DoFHandler &, -- 2.39.5