From d6452261eda22599abf1bcffb05a1ab3e6658841 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 2 May 2020 19:39:10 -0500 Subject: [PATCH] Test: adjust iteration count in ginkgo test --- tests/ginkgo/solver.cc | 2 +- tests/ginkgo/solver.output | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ginkgo/solver.cc b/tests/ginkgo/solver.cc index 63bc08457c..4d0377088a 100644 --- a/tests/ginkgo/solver.cc +++ b/tests/ginkgo/solver.cc @@ -86,7 +86,7 @@ main(int argc, char **argv) u = 0.; check_solver_within_range(bicgstab_solver.solve(A, u, f), control.last_step(), - 59, + 53, 65); u = 0.; check_solver_within_range(cgs_solver.solve(A, u, f), diff --git a/tests/ginkgo/solver.output b/tests/ginkgo/solver.output index bef1f4d706..dda157582e 100644 --- a/tests/ginkgo/solver.output +++ b/tests/ginkgo/solver.output @@ -1,7 +1,7 @@ DEAL::Size 32 Unknowns 961 DEAL::Solver stopped within 35 - 39 iterations -DEAL::Solver stopped within 59 - 65 iterations +DEAL::Solver stopped within 53 - 65 iterations DEAL::Solver stopped within 72 - 79 iterations DEAL::Solver stopped within 33 - 39 iterations DEAL::Solver stopped within 23 - 29 iterations -- 2.39.5