]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Let inner preconditioner say that it is the inner preconditioner.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 4 Jan 2010 13:23:33 +0000 (13:23 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 4 Jan 2010 13:23:33 +0000 (13:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@20278 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-42/step-42.cc

index 5eeadb54ca3b41ffc84eaf614aa513df4e317d0f..a7feadc09490d9a52eafa64ad757be25fc4e2dca 100644 (file)
@@ -3,7 +3,7 @@
 
 /*    $Id$       */
 /*                                                                */
-/*    Copyright (C) 2008, 2009 by the deal.II authors */
+/*    Copyright (C) 2008, 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     */
@@ -229,7 +229,7 @@ void InverseMatrix<Matrix,Preconditioner>::vmult (Vector<double>       &dst,
 
   cg.solve (*matrix, dst, src, *preconditioner);
 
-  std::cout << "CG steps: " << solver_control.last_step() << std::endl;
+  std::cout << "  Preconditioner CG steps: " << solver_control.last_step() << std::endl;
 }
 
 template <class PreconditionerA, class PreconditionerMp>
@@ -555,10 +555,6 @@ void StokesProblem<dim>::solve_block ()
       std::cout << " "
                 << solver_control.last_step()
                 << " block GMRES iterations";
-
-
-
-
 }
 
 template <int dim>

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.