]> https://gitweb.dealii.org/ - dealii.git/commitdiff
output removed
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 30 Aug 2004 12:23:10 +0000 (12:23 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 30 Aug 2004 12:23:10 +0000 (12:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@9594 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/multigrid/multigrid.h

index 94ee218b8bd21dc1b115314ae0c1d8e3f148fdc9..8460bf5cc63b96dc891f9441eb3eac3abf5b4cf5 100644 (file)
@@ -402,18 +402,10 @@ PreconditionMG<dim, VECTOR, TRANSFER>::vmult (
   VECTOR2& dst,
   const VECTOR2& src) const
 {
-  deallog << "copy to" << endl;
-  
   transfer->copy_to_mg(*mg_dof_handler,
                       multigrid->defect,
                       src);
-  
-  deallog << "mg" << endl;
-  
   multigrid->vcycle();
-
-  deallog << "copy from " << endl;
-  
   transfer->copy_from_mg(*mg_dof_handler,
                         dst,
                         multigrid->solution);
@@ -427,18 +419,10 @@ PreconditionMG<dim, VECTOR, TRANSFER>::vmult_add (
   VECTOR2& dst,
   const VECTOR2& src) const
 {
-  deallog << "copy to" << endl;
-  
   transfer->copy_to_mg(*mg_dof_handler,
                       multigrid->defect,
                       src);
-
-  deallog << "mg" << endl;
-  
   multigrid->vcycle();
-
-  deallog << "copy from " << endl;
-  
   transfer->copy_from_mg_add(*mg_dof_handler,
                             dst,
                             multigrid->solution);

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.