]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
parameters exchanged
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 Feb 2000 16:42:14 +0000 (16:42 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 Feb 2000 16:42:14 +0000 (16:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@2464 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/mg.cc
tests/deal.II/mglocal.cc

index bace5c92310483e227357d3cd660e9294fd8dc74..2d12b88ceabedb267ce6f3526854b28a16b6675c 100644 (file)
@@ -127,7 +127,7 @@ int main()
            {
              mgstruct[i].reinit(mgdof.n_dofs(i), mgdof.n_dofs(i),
                                 mgdof.max_couplings_between_dofs());
-             MGDoFTools::make_sparsity_pattern(mgdof, i, mgstruct[i]);
+             MGDoFTools::make_sparsity_pattern(mgdof, mgstruct[i], i);
              mgstruct[i].compress();
              
              mgA[i].reinit(mgstruct[i]);
index 650f5a790b4eb61ca7357e575276c77e5e088836..be63e1a6ae97c250f1b55fbbcff3395d898b47e7 100644 (file)
@@ -135,7 +135,7 @@ int main()
            {
              mgstruct[i].reinit(mgdof.n_dofs(i), mgdof.n_dofs(i),
                                 mgdof.max_couplings_between_dofs());
-             MGDoFTools::make_sparsity_pattern(mgdof, i, mgstruct[i]);
+             MGDoFTools::make_sparsity_pattern(mgdof, mgstruct[i], i);
              mgstruct[i].compress();
              
              mgA[i].reinit(mgstruct[i]);

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.