From 56fd324e2ab52ad16b5e77abc8226ff541ac3588 Mon Sep 17 00:00:00 2001 From: salgado Date: Sun, 30 Oct 2011 20:28:47 +0000 Subject: [PATCH] Added instantiation of DoFTools::extract_constant_modes for hp::DoFHandler git-svn-id: https://svn.dealii.org/trunk@24705 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/dofs/dof_tools.inst.in | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/deal.II/source/dofs/dof_tools.inst.in b/deal.II/source/dofs/dof_tools.inst.in index c70c279e45..89208ce335 100644 --- a/deal.II/source/dofs/dof_tools.inst.in +++ b/deal.II/source/dofs/dof_tools.inst.in @@ -113,11 +113,11 @@ for (SP : SPARSITY_PATTERNS; deal_II_dimension : DIMENSIONS) DoFTools::make_flux_sparsity_pattern,SP> (const hp::DoFHandler &dof, SP &sparsity); - + template void DoFTools::make_cell_patches,SP> (SP&, const MGDoFHandler&, unsigned int); - + #if deal_II_dimension > 1 template void @@ -381,6 +381,13 @@ DoFTools::extract_constant_modes > const std::vector &selected_components, std::vector > &constant_modes); +template +void +DoFTools::extract_constant_modes > +(const hp::DoFHandler &dof_handler, + const std::vector &selected_components, + std::vector > &constant_modes); + template void DoFTools::get_active_fe_indices > @@ -525,13 +532,13 @@ void DoFTools::count_dofs_per_component > ( const hp::DoFHandler&, std::vector&, bool, std::vector); - -template -void + +template +void DoFTools::extract_level_dofs (const unsigned int level, const MGDoFHandler&, const std::vector&, std::vector&, bool); - + #endif template -- 2.39.5