]> https://gitweb.dealii.org/ - dealii.git/commitdiff
test ginkgo/solver: adjust tolerances 13941/head
authorMatthias Maier <tamiko@43-1.org>
Thu, 9 Jun 2022 01:03:08 +0000 (20:03 -0500)
committerMatthias Maier <tamiko@43-1.org>
Thu, 9 Jun 2022 01:03:42 +0000 (20:03 -0500)
tests/ginkgo/solver.cc
tests/ginkgo/solver.output

index b8f69375dc6a1a6c3726b061828b4cc84d7a061c..a1676d9e9e02a4b1e6ad7a9db4047d0968ac0e25 100644 (file)
@@ -86,12 +86,12 @@ main(int argc, char **argv)
     u = 0.;
     check_solver_within_range(bicgstab_solver.solve(A, u, f),
                               control.last_step(),
-                              53,
+                              26,
                               65);
     u = 0.;
     check_solver_within_range(cgs_solver.solve(A, u, f),
                               control.last_step(),
-                              72,
+                              36,
                               79);
     u = 0.;
     check_solver_within_range(fcg_solver.solve(A, u, f),
index 631b3778ff583afe2833b5d9f0676a3a56c41b35..7565006d6249b9eec84ef2d403e6145818cdd904 100644 (file)
@@ -1,8 +1,8 @@
 
 DEAL::Size 32 Unknowns 961
 DEAL::Solver stopped within 35 - 39 iterations
-DEAL::Solver stopped within 53 - 65 iterations
-DEAL::Solver stopped within 72 - 79 iterations
+DEAL::Solver stopped within 26 - 65 iterations
+DEAL::Solver stopped within 36 - 79 iterations
 DEAL::Solver stopped within 33 - 39 iterations
 DEAL::Solver stopped within 20 - 49 iterations
 DEAL::Solver stopped within 0 - 2 iterations

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.