From d64c8d3c705977bb8086e1890c456d6254a00d5e Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 23 Aug 2017 16:01:26 +0200 Subject: [PATCH] Relax trilinos/precondition.output --- tests/trilinos/precondition.cc | 4 ++-- tests/trilinos/precondition.output | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/trilinos/precondition.cc b/tests/trilinos/precondition.cc index 29ff9f2a23..6774ccddc9 100644 --- a/tests/trilinos/precondition.cc +++ b/tests/trilinos/precondition.cc @@ -294,14 +294,14 @@ void Step4::solve (int cycle) { deallog.push("IC"); - static constexpr std::array lower {51,69}; + static constexpr std::array lower {49,67}; TrilinosWrappers::PreconditionIC preconditioner; solution = 0; SolverControl solver_control (1000, 1e-10); SolverCG<> solver (solver_control); preconditioner.initialize(system_matrix); check_solver_within_range(solver.solve(system_matrix,solution,system_rhs,preconditioner), - solver_control.last_step(), lower[cycle], lower[cycle]+2); + solver_control.last_step(), lower[cycle], lower[cycle]+4); deallog.pop(); } diff --git a/tests/trilinos/precondition.output b/tests/trilinos/precondition.output index 0e7329815e..96db5fdf07 100644 --- a/tests/trilinos/precondition.output +++ b/tests/trilinos/precondition.output @@ -5,7 +5,7 @@ DEAL:01089:SOR::Solver stopped within 31 - 33 iterations DEAL:01089:BlockJacobi::Solver stopped within 73 - 75 iterations DEAL:01089:BlockSSOR::Solver stopped within 30 - 32 iterations DEAL:01089:BlockSOR::Solver stopped within 18 - 20 iterations -DEAL:01089:IC::Solver stopped within 51 - 53 iterations +DEAL:01089:IC::Solver stopped within 49 - 53 iterations DEAL:01089:ILU::Solver stopped within 30 - 32 iterations DEAL:01089:ILUT::Solver stopped within 11 - 13 iterations DEAL:01089:Chebyshev::Solver stopped within 23 - 25 iterations @@ -16,7 +16,7 @@ DEAL:04225:SOR::Solver stopped within 62 - 64 iterations DEAL:04225:BlockJacobi::Solver stopped within 145 - 147 iterations DEAL:04225:BlockSSOR::Solver stopped within 59 - 61 iterations DEAL:04225:BlockSOR::Solver stopped within 37 - 39 iterations -DEAL:04225:IC::Solver stopped within 69 - 71 iterations +DEAL:04225:IC::Solver stopped within 67 - 71 iterations DEAL:04225:ILU::Solver stopped within 56 - 58 iterations DEAL:04225:ILUT::Solver stopped within 19 - 21 iterations DEAL:04225:Chebyshev::Solver stopped within 46 - 48 iterations -- 2.39.5