From cc6bc0b40d40b5b7313bda7f21df8e1c0daf47b5 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 16 Jun 2013 22:14:39 +0000 Subject: [PATCH] disable cheap solver for now 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5