From: heister Date: Sun, 16 Jun 2013 22:14:39 +0000 (+0000) Subject: disable cheap solver for now X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6b529cb5c485940a226b68aa9412f3463c86955;p=dealii-svn.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