]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Added instantiation of DoFTools::extract_constant_modes for hp::DoFHandler
authorsalgado <salgado@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 30 Oct 2011 20:28:47 +0000 (20:28 +0000)
committersalgado <salgado@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 30 Oct 2011 20:28:47 +0000 (20:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@24705 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/dofs/dof_tools.inst.in

index c70c279e45de0404083e4a80b12e67f695ecaa9f..89208ce335df26a8bc43c372ee59b78df18a403b 100644 (file)
@@ -113,11 +113,11 @@ for (SP : SPARSITY_PATTERNS; deal_II_dimension : DIMENSIONS)
     DoFTools::make_flux_sparsity_pattern<hp::DoFHandler<deal_II_dimension>,SP>
     (const hp::DoFHandler<deal_II_dimension> &dof,
      SP    &sparsity);
-     
+
     template void
       DoFTools::make_cell_patches<MGDoFHandler<deal_II_dimension>,SP>
       (SP&, const MGDoFHandler<deal_II_dimension>&, unsigned int);
-    
+
 #if deal_II_dimension > 1
 
     template void
@@ -381,6 +381,13 @@ DoFTools::extract_constant_modes<DoFHandler<deal_II_dimension> >
  const std::vector<bool> &selected_components,
  std::vector<std::vector<bool> > &constant_modes);
 
+template
+void
+DoFTools::extract_constant_modes<hp::DoFHandler<deal_II_dimension> >
+(const hp::DoFHandler<deal_II_dimension> &dof_handler,
+ const std::vector<bool> &selected_components,
+ std::vector<std::vector<bool> > &constant_modes);
+
 template
 void
 DoFTools::get_active_fe_indices<DoFHandler<deal_II_dimension> >
@@ -525,13 +532,13 @@ void
 DoFTools::count_dofs_per_component<hp::DoFHandler<deal_II_dimension, deal_II_dimension+1> > (
   const hp::DoFHandler<deal_II_dimension, deal_II_dimension+1>&,
   std::vector<unsigned int>&, bool, std::vector<unsigned int>);
-  
-template 
-void 
+
+template
+void
 DoFTools::extract_level_dofs<deal_II_dimension, deal_II_dimension+1>
 (const unsigned int level, const MGDoFHandler<deal_II_dimension, deal_II_dimension+1>&,
  const std::vector<bool>&, std::vector<bool>&, bool);
-  
+
 #endif
 
 template

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.