From: Marc Fehling Date: Fri, 27 May 2022 19:20:49 +0000 (-0600) Subject: Fix petsc/solver_08 for petsc 3.17.1 X-Git-Tag: v9.4.0-rc1~127^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13839%2Fhead;p=dealii.git Fix petsc/solver_08 for petsc 3.17.1 --- diff --git a/tests/petsc/solver_08.cc b/tests/petsc/solver_08.cc index 13612f6800..1da324c12b 100644 --- a/tests/petsc/solver_08.cc +++ b/tests/petsc/solver_08.cc @@ -64,6 +64,6 @@ main(int argc, char **argv) check_solver_within_range(solver.solve(A, u, f, preconditioner), control.last_step(), 39, - 41); + 42); } } diff --git a/tests/petsc/solver_08.output b/tests/petsc/solver_08.output index 4a79733f7b..0ae5485839 100644 --- a/tests/petsc/solver_08.output +++ b/tests/petsc/solver_08.output @@ -1,4 +1,4 @@ DEAL::Size 32 Unknowns 961 DEAL::Solver type: N6dealii13PETScWrappers11SolverTFQMRE -DEAL::Solver stopped within 39 - 41 iterations +DEAL::Solver stopped within 39 - 42 iterations