From: bangerth Date: Sat, 9 Jan 2010 00:22:03 +0000 (+0000) Subject: Instantiate a couple functions also for MGDoFHandler arguments. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2a1fe43230c425c1fe756cc9d5f7841fa447523;p=dealii-svn.git Instantiate a couple functions also for MGDoFHandler arguments. git-svn-id: https://svn.dealii.org/trunk@20341 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_tools.inst.in b/deal.II/deal.II/source/dofs/dof_tools.inst.in index 16468991a3..ee2a32c0d7 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.inst.in +++ b/deal.II/deal.II/source/dofs/dof_tools.inst.in @@ -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, SP> + (const MGDoFHandler &dof, + SP &sparsity, + const ConstraintMatrix &, + const bool, + const unsigned int); + + template void DoFTools::make_sparsity_pattern, SP> (const DoFHandler&, 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, SP> (const hp::DoFHandler&, const Table<2,Coupling>&, @@ -48,6 +56,15 @@ for (SP : SPARSITY_PATTERNS) const bool, const unsigned int); + template void + DoFTools::make_sparsity_pattern, SP> + (const MGDoFHandler&, + const Table<2,Coupling>&, + SP &, + const ConstraintMatrix &, + const bool, + const unsigned int); + template void DoFTools::make_sparsity_pattern, SP> (const DoFHandler &dof_row, @@ -100,7 +117,7 @@ for (SP : SPARSITY_PATTERNS) const bool, const unsigned int); - template void + template void DoFTools::make_sparsity_pattern, SP> (const DoFHandler&, 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, SP> (const hp::DoFHandler&, const Table<2,Coupling>&,