]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Instantiate a couple functions also for MGDoFHandler arguments.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 9 Jan 2010 00:22:03 +0000 (00:22 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 9 Jan 2010 00:22:03 +0000 (00:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@20341 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 16468991a31181b0e037c0ea5a5d547783f5ff69..ee2a32c0d7cd675989a291dbc9d55dc6811c4822 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2009 by the deal.II authors
+//    Copyright (C) 2009, 2010 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -30,7 +30,15 @@ for (SP : SPARSITY_PATTERNS)
      const bool,
      const unsigned int);
 
-    template void 
+    template void
+    DoFTools::make_sparsity_pattern<MGDoFHandler<deal_II_dimension,deal_II_dimension>, SP>
+    (const MGDoFHandler<deal_II_dimension,deal_II_dimension> &dof,
+     SP    &sparsity,
+     const ConstraintMatrix &,
+     const bool,
+     const unsigned int);
+
+    template void
     DoFTools::make_sparsity_pattern<DoFHandler<deal_II_dimension,deal_II_dimension>, SP>
     (const DoFHandler<deal_II_dimension,deal_II_dimension>&,
      const Table<2,Coupling>&,
@@ -39,7 +47,7 @@ for (SP : SPARSITY_PATTERNS)
      const bool,
      const unsigned int);
 
-    template void 
+    template void
     DoFTools::make_sparsity_pattern<hp::DoFHandler<deal_II_dimension,deal_II_dimension>, SP>
     (const hp::DoFHandler<deal_II_dimension,deal_II_dimension>&,
      const Table<2,Coupling>&,
@@ -48,6 +56,15 @@ for (SP : SPARSITY_PATTERNS)
      const bool,
      const unsigned int);
 
+    template void
+    DoFTools::make_sparsity_pattern<MGDoFHandler<deal_II_dimension,deal_II_dimension>, SP>
+    (const MGDoFHandler<deal_II_dimension,deal_II_dimension>&,
+     const Table<2,Coupling>&,
+     SP &,
+     const ConstraintMatrix &,
+     const bool,
+     const unsigned int);
+
     template void
     DoFTools::make_sparsity_pattern<DoFHandler<deal_II_dimension,deal_II_dimension>, SP>
     (const DoFHandler<deal_II_dimension,deal_II_dimension> &dof_row,
@@ -100,7 +117,7 @@ for (SP : SPARSITY_PATTERNS)
      const bool,
      const unsigned int);
 
-    template void 
+    template void
     DoFTools::make_sparsity_pattern<DoFHandler<deal_II_dimension,deal_II_dimension+1>, SP>
     (const DoFHandler<deal_II_dimension,deal_II_dimension+1>&,
      const Table<2,Coupling>&,
@@ -109,7 +126,7 @@ for (SP : SPARSITY_PATTERNS)
      const bool,
      const unsigned int);
 
-    template void 
+    template void
     DoFTools::make_sparsity_pattern<hp::DoFHandler<deal_II_dimension,deal_II_dimension+1>, SP>
     (const hp::DoFHandler<deal_II_dimension,deal_II_dimension+1>&,
      const Table<2,Coupling>&,

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.