]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Accidentally commited a version with timer included.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 4 Sep 2008 10:58:29 +0000 (10:58 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 4 Sep 2008 10:58:29 +0000 (10:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@16743 0785d39b-7218-0410-832d-ea1e28bc413d

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

index fdb5af5987179dbd7ab04eb79a41e59cc7ec4e92..3db7b3cbca96052a8b563bc41600278bf7345ac4 100644 (file)
@@ -20,7 +20,6 @@
 #include <base/logstream.h>
 #include <base/function.h>
 #include <base/utilities.h>
-#include <base/timer.h>
 
 #include <lac/full_matrix.h>
 #include <lac/solver_gmres.h>
@@ -1792,7 +1791,6 @@ void BoussinesqFlowProblem<dim>::solve ()
                                   // be used for the solution of the
                                   // blocked system.
   {
-    Timer computing_timer;
                                     // Set up inverse matrix for
                                     // pressure mass matrix
     LinearSolvers::InverseMatrix<TrilinosWrappers::SparseMatrix,
@@ -1815,10 +1813,9 @@ void BoussinesqFlowProblem<dim>::solve ()
 
     std::cout << "   "
               << solver_control.last_step()
-              << " GMRES iterations for Stokes subsystem in "
-             << computing_timer() << " s."
+              << " GMRES iterations for Stokes subsystem."
               << std::endl;
-             
+
                                     // Produce a constistent solution
                                     // field (we can't do this on the 'up'
                                     // vector since it does not have the

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.