]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bug fix: replace DoFTools::DoFTools::Coupling by DoFTools::Coupling.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Fri, 3 Feb 2006 15:01:45 +0000 (15:01 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Fri, 3 Feb 2006 15:01:45 +0000 (15:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@12231 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/multigrid/mg_dof_tools.cc

index ecc63f0669bf4320255b71b30c9654c1861d803e..9574b494bc4dc0893e96bc2a0ec114d14802ca70 100644 (file)
@@ -654,8 +654,8 @@ MGTools::make_flux_sparsity_pattern (
   const MGDoFHandler<dim> &dof,
   SparsityPattern       &sparsity,
   const unsigned int level,
-  const Table<2,DoFTools::DoFTools::Coupling> &int_mask,
-  const Table<2,DoFTools::DoFTools::Coupling> &flux_mask)
+  const Table<2,DoFTools::Coupling> &int_mask,
+  const Table<2,DoFTools::Coupling> &flux_mask)
 {
   const FiniteElement<dim>& fe = dof.get_fe();
   const unsigned int n_dofs = dof.n_dofs(level);
@@ -682,8 +682,8 @@ MGTools::make_flux_sparsity_pattern (
   typename MGDoFHandler<dim>::cell_iterator cell = dof.begin(level),
                                            endc = dof.end(level);
 
-  Table<2,DoFTools::DoFTools::Coupling> int_dof_mask(total_dofs, total_dofs);
-  Table<2,DoFTools::DoFTools::Coupling> flux_dof_mask(total_dofs, total_dofs);
+  Table<2,DoFTools::Coupling> int_dof_mask(total_dofs, total_dofs);
+  Table<2,DoFTools::Coupling> flux_dof_mask(total_dofs, total_dofs);
 
   DoFTools::compute_dof_couplings(int_dof_mask, int_mask, fe);
   DoFTools::compute_dof_couplings(flux_dof_mask, flux_mask, fe);
@@ -833,7 +833,7 @@ MGTools::make_flux_sparsity_pattern_edge (
   const MGDoFHandler<dim> &dof,
   SparsityPattern       &sparsity,
   const unsigned int level,
-  const Table<2,DoFTools::DoFTools::Coupling> &flux_mask)
+  const Table<2,DoFTools::Coupling> &flux_mask)
 {
   const FiniteElement<dim>& fe = dof.get_fe();
   const unsigned int n_comp = fe.n_components();
@@ -863,7 +863,7 @@ MGTools::make_flux_sparsity_pattern_edge (
   typename MGDoFHandler<dim>::cell_iterator cell = dof.begin(level),
                                            endc = dof.end(level);
 
-   Table<2,DoFTools::DoFTools::Coupling> flux_dof_mask(dofs_per_cell, dofs_per_cell);
+   Table<2,DoFTools::Coupling> flux_dof_mask(dofs_per_cell, dofs_per_cell);
 
    DoFTools::compute_dof_couplings(flux_dof_mask, flux_mask, fe);
   

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.