From: Wolfgang Bangerth Date: Thu, 14 Nov 2013 20:23:07 +0000 (+0000) Subject: Provide a missing template instantiation. X-Git-Tag: v8.1.0~293 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eda6cc516849ed9a97887ba7c9d5ed389f4bd545;p=dealii.git Provide a missing template instantiation. git-svn-id: https://svn.dealii.org/trunk@31659 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/dofs/dof_renumbering.inst.in b/deal.II/source/dofs/dof_renumbering.inst.in index d35eeb5dcd..2f977adbee 100644 --- a/deal.II/source/dofs/dof_renumbering.inst.in +++ b/deal.II/source/dofs/dof_renumbering.inst.in @@ -17,7 +17,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) { -#if deal_II_dimension <= deal_II_space_dimension +#if deal_II_dimension <= deal_II_space_dimension namespace DoFRenumbering \{ namespace boost @@ -56,6 +56,11 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS void subdomain_wise > (DoFHandler &); + template + void + compute_subdomain_wise (std::vector &new_dof_indices, + const DoFHandler &dof_handler); + \} // namespace DoFRenumbering #endif } @@ -64,7 +69,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS // where applicable and move to codimension cases above also when applicable for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) { -#if deal_II_dimension == deal_II_space_dimension +#if deal_II_dimension == deal_II_space_dimension namespace DoFRenumbering \{ namespace boost @@ -125,10 +130,10 @@ namespace DoFRenumbering compute_minimum_degree (std::vector &, const hp::DoFHandler &, bool, bool); \} - - + + // non-boost functions: - + template void Cuthill_McKee > (hp::DoFHandler&, @@ -281,7 +286,7 @@ namespace DoFRenumbering template void downstream - (DoFHandler&, + (DoFHandler&, const unsigned int, const Point&, const bool); @@ -352,7 +357,7 @@ namespace DoFRenumbering const hp::DoFHandler &, const std::vector &); - + template void subdomain_wise > (hp::DoFHandler &); @@ -374,7 +379,3 @@ namespace DoFRenumbering \} // namespace DoFRenumbering #endif } - - - -