]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
MGTools instead of MGDoFTools
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 8 Oct 2001 12:02:49 +0000 (12:02 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 8 Oct 2001 12:02:49 +0000 (12:02 +0000)
MGTools::reinit_vector for BlockVector

git-svn-id: https://svn.dealii.org/trunk@5130 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_renumbering.cc

index 33484dea773dab7a4654a5687890e17dc4c6c4fa..5083aecce9eee5d452f5cc4d8b7b90cca42914c7 100644 (file)
@@ -276,7 +276,7 @@ void DoFRenumbering::Cuthill_McKee (MGDoFHandler<dim>               &dof_handler
                                   // make the connection graph
   SparsityPattern sparsity (dof_handler.n_dofs(level),
                            dof_handler.max_couplings_between_dofs());
-  MGDoFTools::make_sparsity_pattern (dof_handler, sparsity, level);
+  MGTools::make_sparsity_pattern (dof_handler, sparsity, level);
     
   const unsigned int n_dofs = sparsity.n_rows();
                                   // store the new dof numbers; invalid_dof_index means

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.