]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add an instantiation.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 14 Oct 2012 03:00:30 +0000 (03:00 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 14 Oct 2012 03:00:30 +0000 (03:00 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_merge_mg_into_dof_handler@27116 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 68536b3d240a8388d2459cfa046903dd575d041d..e4db7e677e908e595a563cd8d5a2e7cb4783ebdb 100644 (file)
@@ -776,6 +776,14 @@ DoFTools::extract_level_dofs<MGDoFHandler<deal_II_dimension, deal_II_dimension+1
  const BlockMask&,
  std::vector<bool>&);
 
+template
+void
+DoFTools::extract_level_dofs<DoFHandler<deal_II_dimension, deal_II_dimension+1> >
+(const unsigned int level,
+ const DoFHandler<deal_II_dimension, deal_II_dimension+1>&,
+ const BlockMask&,
+ std::vector<bool>&);
+
 #endif
 
 
@@ -800,6 +808,14 @@ DoFTools::extract_level_dofs<DoFHandler<1, 3> >
  const ComponentMask &,
  std::vector<bool>&);
 
+template
+void
+DoFTools::extract_level_dofs<DoFHandler<1,3> >
+(const unsigned int level,
+ const DoFHandler<1,3>&,
+ const BlockMask&,
+ std::vector<bool>&);
+
 template
 void
 DoFTools::extract_level_dofs<MGDoFHandler<1, 3> >

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.