]> https://gitweb.dealii.org/ - dealii.git/commitdiff
disable cheap solver for now
authorTimo Heister <timo.heister@gmail.com>
Sun, 16 Jun 2013 22:14:39 +0000 (22:14 +0000)
committerTimo Heister <timo.heister@gmail.com>
Sun, 16 Jun 2013 22:14:39 +0000 (22:14 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29831 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 1841371d7ee461f642e2ecc878db9519f94c6e1d..c8411483f4e6ec8c72779a05295e9b26501d5375 100644 (file)
@@ -3028,7 +3028,7 @@ namespace Step32
       const double solver_tolerance = 1e-8 * stokes_rhs.l2_norm();
       SolverControl solver_control (30, solver_tolerance);
 
-      try
+   /*   try
         {
           const LinearSolvers::BlockSchurPreconditioner<LA::MPI::PreconditionAMG,
                 LA::MPI::PreconditionJacobi>
@@ -3046,7 +3046,7 @@ namespace Step32
           n_iterations = solver_control.last_step();
         }
 
-      catch (SolverControl::NoConvergence)
+      catch (SolverControl::NoConvergence)*/
         {
           const LinearSolvers::BlockSchurPreconditioner<LA::MPI::PreconditionAMG,
                 LA::MPI::PreconditionJacobi>

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.