From 8d5a462800f6e35b72bd0e5d23705b88e458b8ca Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Sat, 28 Oct 2017 11:41:51 +0200 Subject: [PATCH] adjust petsc/solver_02 for 3.8.0 --- tests/petsc/solver_02.cc | 2 +- tests/petsc/solver_02.output | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/petsc/solver_02.cc b/tests/petsc/solver_02.cc index e9526dc8ff..34b928b3a6 100644 --- a/tests/petsc/solver_02.cc +++ b/tests/petsc/solver_02.cc @@ -61,6 +61,6 @@ int main(int argc, char **argv) check_solver_within_range( solver.solve(A,u,f, preconditioner), - control.last_step(), 1120, 1125); + control.last_step(), 1120, 1141); } } diff --git a/tests/petsc/solver_02.output b/tests/petsc/solver_02.output index 8e5ffc6089..ebc88af9f1 100644 --- a/tests/petsc/solver_02.output +++ b/tests/petsc/solver_02.output @@ -1,3 +1,3 @@ DEAL::Size 32 Unknowns 961 -DEAL::Solver stopped within 1120 - 1125 iterations +DEAL::Solver stopped within 1120 - 1141 iterations -- 2.39.5