From ba5677aa426dec1ce96a7a47e858a94a044c55c2 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Tue, 24 Apr 2018 17:58:18 +0200 Subject: [PATCH] Allow less iterations in petsc_complex/solver_real_02 --- tests/petsc_complex/solver_real_02.cc | 2 +- tests/petsc_complex/solver_real_02.output | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/petsc_complex/solver_real_02.cc b/tests/petsc_complex/solver_real_02.cc index 5924ba4404..1af2ad9b53 100644 --- a/tests/petsc_complex/solver_real_02.cc +++ b/tests/petsc_complex/solver_real_02.cc @@ -62,6 +62,6 @@ int main(int argc, char **argv) check_solver_within_range( solver.solve(A,u,f, preconditioner), - control.last_step(), 1120, 1141); + control.last_step(), 1050, 1141); } } diff --git a/tests/petsc_complex/solver_real_02.output b/tests/petsc_complex/solver_real_02.output index ebc88af9f1..8462c07554 100644 --- a/tests/petsc_complex/solver_real_02.output +++ b/tests/petsc_complex/solver_real_02.output @@ -1,3 +1,3 @@ DEAL::Size 32 Unknowns 961 -DEAL::Solver stopped within 1120 - 1141 iterations +DEAL::Solver stopped within 1050 - 1141 iterations -- 2.39.5