From 56f8bde0119c23f6ec1779eb14ffe306d0d2f6e1 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Fri, 14 Mar 2025 13:37:06 +0100 Subject: [PATCH] Extend iteration range in step-51. --- tests/examples/step-51.diff | 2 +- tests/examples/step-51.output | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/tests/examples/step-51.diff b/tests/examples/step-51.diff index d5ca0aa8d7..0dc72d23a5 100644 --- a/tests/examples/step-51.diff +++ b/tests/examples/step-51.diff @@ -11,7 +11,7 @@ > //solver.solve(system_matrix, solution, system_rhs, PreconditionIdentity()); > check_solver_within_range(std::cout, > solver.solve(system_matrix, solution, system_rhs, PreconditionIdentity()) -> , solver_control.last_step(), 34, 163); +> , solver_control.last_step(), 34, 173); > // std::cout << " Number of BiCGStab iterations: " > // << solver_control.last_step() << std::endl; 1356c1358 diff --git a/tests/examples/step-51.output b/tests/examples/step-51.output index 729af3a432..ae3e08abe6 100644 --- a/tests/examples/step-51.output +++ b/tests/examples/step-51.output @@ -3,19 +3,19 @@ Solving with Q1 elements, adaptive refinement Cycle 0: Number of degrees of freedom: 80 -Solver stopped within 34 - 163 iterations +Solver stopped within 34 - 173 iterations Cycle 1: Number of degrees of freedom: 148 -Solver stopped within 34 - 163 iterations +Solver stopped within 34 - 173 iterations Cycle 2: Number of degrees of freedom: 248 -Solver stopped within 34 - 163 iterations +Solver stopped within 34 - 173 iterations Cycle 3: Number of degrees of freedom: 516 -Solver stopped within 34 - 163 iterations +Solver stopped within 34 - 173 iterations Cycle 4: Number of degrees of freedom: 992 -Solver stopped within 34 - 163 iterations +Solver stopped within 34 - 173 iterations cells dofs val L2 grad L2 val L2-post 16 80 1.804e+01 2.207e+01 1.798e+01 28 148 1.151e+01 1.484e+01 1.144e+01 @@ -28,19 +28,19 @@ Solving with Q1 elements, global refinement Cycle 0: Number of degrees of freedom: 80 -Solver stopped within 34 - 163 iterations +Solver stopped within 34 - 173 iterations Cycle 1: Number of degrees of freedom: 168 -Solver stopped within 34 - 163 iterations +Solver stopped within 34 - 173 iterations Cycle 2: Number of degrees of freedom: 288 -Solver stopped within 34 - 163 iterations +Solver stopped within 34 - 173 iterations Cycle 3: Number of degrees of freedom: 624 -Solver stopped within 34 - 163 iterations +Solver stopped within 34 - 173 iterations Cycle 4: Number of degrees of freedom: 1088 -Solver stopped within 34 - 163 iterations +Solver stopped within 34 - 173 iterations cells dofs val L2 grad L2 val L2-post 16 80 1.804e+01 - 2.207e+01 - 1.798e+01 - 36 168 6.125e+00 2.66 9.472e+00 2.09 6.084e+00 2.67 @@ -53,19 +53,19 @@ Solving with Q3 elements, global refinement Cycle 0: Number of degrees of freedom: 160 -Solver stopped within 34 - 163 iterations +Solver stopped within 34 - 173 iterations Cycle 1: Number of degrees of freedom: 336 -Solver stopped within 34 - 163 iterations +Solver stopped within 34 - 173 iterations Cycle 2: Number of degrees of freedom: 576 -Solver stopped within 34 - 163 iterations +Solver stopped within 34 - 173 iterations Cycle 3: Number of degrees of freedom: 1248 -Solver stopped within 34 - 163 iterations +Solver stopped within 34 - 173 iterations Cycle 4: Number of degrees of freedom: 2176 -Solver stopped within 34 - 163 iterations +Solver stopped within 34 - 173 iterations cells dofs val L2 grad L2 val L2-post 16 160 3.613e-01 - 1.891e+00 - 3.020e-01 - 36 336 6.411e-02 4.26 5.081e-01 3.24 3.238e-02 5.51 -- 2.39.5