From: Daniel Arndt Date: Mon, 26 Aug 2024 13:05:34 +0000 (-0400) Subject: Fix step-64 test X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a78567f13925d04ed7bc3c08bf104ac650e76bd3;p=dealii.git Fix step-64 test --- diff --git a/tests/examples/step-64.diff b/tests/examples/step-64.diff index 9c1a6c50e0..27118b25b4 100644 --- a/tests/examples/step-64.diff +++ b/tests/examples/step-64.diff @@ -11,6 +11,6 @@ > //cg.solve(*system_matrix_dev, solution_dev, system_rhs_dev, preconditioner); > check_solver_within_range(pcout,cg.solve(*system_matrix_dev, solution_dev, system_rhs_dev, preconditioner), > solver_control.last_step(), -> 26, 228); +> 8, 60); > // pcout << " Solved in " << solver_control.last_step() << " iterations." > // << std::endl; diff --git a/tests/examples/step-64.mpirun=2.with_p4est=true.output b/tests/examples/step-64.mpirun=2.with_p4est=true.output index 61efb2a3a0..cdac4eabca 100644 --- a/tests/examples/step-64.mpirun=2.with_p4est=true.output +++ b/tests/examples/step-64.mpirun=2.with_p4est=true.output @@ -1,24 +1,24 @@ Cycle 0 Number of active cells: 8 Number of degrees of freedom: 343 -Solver stopped within 26 - 228 iterations +Solver stopped within 8 - 60 iterations solution norm: 0.0205439 Cycle 1 Number of active cells: 64 Number of degrees of freedom: 2197 -Solver stopped within 26 - 228 iterations +Solver stopped within 8 - 60 iterations solution norm: 0.0205269 Cycle 2 Number of active cells: 512 Number of degrees of freedom: 15625 -Solver stopped within 26 - 228 iterations +Solver stopped within 8 - 60 iterations solution norm: 0.0205261 Cycle 3 Number of active cells: 4096 Number of degrees of freedom: 117649 -Solver stopped within 26 - 228 iterations +Solver stopped within 8 - 60 iterations solution norm: 0.0205261