From 6b356db45e880be749c974524f4548e4ebbe34b8 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Tue, 23 Jul 2013 08:33:32 +0000 Subject: [PATCH] Add instantiations for dim=1, spacedim=3 to avoid undefined symbols with Intel compiler git-svn-id: https://svn.dealii.org/trunk@30123 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/dofs/dof_tools.inst.in | 46 +++++++++++++-------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/deal.II/source/dofs/dof_tools.inst.in b/deal.II/source/dofs/dof_tools.inst.in index d5d3b5dba2..17d1beaa6c 100644 --- a/deal.II/source/dofs/dof_tools.inst.in +++ b/deal.II/source/dofs/dof_tools.inst.in @@ -296,11 +296,11 @@ for (SP : SPARSITY_PATTERNS; deal_II_dimension : DIMENSIONS) const std::vector &, SP &); - //template void - //DoFTools::make_boundary_sparsity_pattern,SP> - //(const hp::DoFHandler<1,3>& dof, - // const std::vector &, - // SP &); + template void + DoFTools::make_boundary_sparsity_pattern,SP> + (const hp::DoFHandler<1,3>& dof, + const std::vector &, + SP &); template void DoFTools::make_boundary_sparsity_pattern,SP> @@ -309,12 +309,12 @@ for (SP : SPARSITY_PATTERNS; deal_II_dimension : DIMENSIONS) const std::vector &dof_to_boundary_mapping, SP &sparsity); - //template void - //DoFTools::make_boundary_sparsity_pattern,SP> - //(const hp::DoFHandler<1,3>& dof, - // const FunctionMap<3>::type &boundary_indicators, - // const std::vector &dof_to_boundary_mapping, - // SP &sparsity); + template void + DoFTools::make_boundary_sparsity_pattern,SP> + (const hp::DoFHandler<1,3>& dof, + const FunctionMap<3>::type &boundary_indicators, + const std::vector &dof_to_boundary_mapping, + SP &sparsity); #endif @@ -1179,18 +1179,18 @@ DoFTools::extract_hanging_node_dofs (const DoFHandler<1,3> &dof_handler, std::vector &selected_dofs); -// template -// void -// DoFTools::map_dof_to_boundary_indices > -// (const hp::DoFHandler<1,3> &, -// const std::set &, -// std::vector &); - -// template -// void -// DoFTools::map_dof_to_boundary_indices > -// (const hp::DoFHandler<1,3> &, -// std::vector &); +template +void +DoFTools::map_dof_to_boundary_indices > +(const hp::DoFHandler<1,3> &, + const std::set &, + std::vector &); + +template +void +DoFTools::map_dof_to_boundary_indices > +(const hp::DoFHandler<1,3> &, + std::vector &); #endif -- 2.39.5