From 46e5b932d651561b7434125d147260491d99e96f Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Fri, 27 May 2022 13:20:49 -0600 Subject: [PATCH] Fix petsc/solver_08 for petsc 3.17.1 --- tests/petsc/solver_08.cc | 2 +- tests/petsc/solver_08.output | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5