]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid debug output to the console.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 21 Nov 2012 23:50:16 +0000 (23:50 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 21 Nov 2012 23:50:16 +0000 (23:50 +0000)
git-svn-id: https://svn.dealii.org/trunk@27668 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/lac/petsc_solver.cc

index 60a7ecc4e455e7b58ac35227c88be4f86253f29f..cdd889e8365da98b75f2985e95b6ea63a762de3a 100644 (file)
@@ -805,8 +805,6 @@ namespace PETScWrappers
                                           solver_control.last_value());
     else
       {
-        PetscPrintf(PETSC_COMM_WORLD, "Success.  MUMPS has solved.\n");
-
         /**
          * obtain convergence
          * information. obtain
@@ -817,13 +815,6 @@ namespace PETScWrappers
         AssertThrow (ierr == 0, ExcPETScError(ierr));
         ierr = KSPGetResidualNorm (solver_data->ksp, &rnorm);
         AssertThrow (ierr == 0, ExcPETScError(ierr));
-
-        /**
-         * print the convergence
-         * information
-         */
-        PetscPrintf(PETSC_COMM_WORLD, "Norm of residual is %G in %D iteration(s)\n",
-                    rnorm, its);
       }
 
 #else  // PETSC_HAVE_MUMPS

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.