From: Matthias Maier Date: Sun, 3 May 2020 00:39:10 +0000 (-0500) Subject: Test: adjust iteration count in ginkgo test X-Git-Tag: v9.2.0-rc1~138^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6452261eda22599abf1bcffb05a1ab3e6658841;p=dealii.git Test: adjust iteration count in ginkgo test --- 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