From: Timo Heister Date: Sun, 16 Jun 2013 22:14:39 +0000 (+0000) Subject: disable cheap solver for now X-Git-Tag: v8.0.0~120^2~6 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc6bc0b40d40b5b7313bda7f21df8e1c0daf47b5;p=dealii.git disable cheap solver for now git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29831 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-32/step-32.cc b/deal.II/examples/step-32/step-32.cc index 1841371d7e..c8411483f4 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -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 @@ -3046,7 +3046,7 @@ namespace Step32 n_iterations = solver_control.last_step(); } - catch (SolverControl::NoConvergence) + catch (SolverControl::NoConvergence)*/ { const LinearSolvers::BlockSchurPreconditioner