From 375d53c5e2265ed41405141a38d53f6261749f0a Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 21 Jun 2024 10:30:24 -0400 Subject: [PATCH] fix tests/examples/step-18 this causes random test failures --- tests/examples/step-18.diff | 2 +- tests/examples/step-18.mpirun=2.with_petsc=true.output | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/examples/step-18.diff b/tests/examples/step-18.diff index fdff0e67bd..527de11c56 100644 --- a/tests/examples/step-18.diff +++ b/tests/examples/step-18.diff @@ -17,7 +17,7 @@ < system_rhs, < preconditioner); --- -> check_solver_within_range(std::cout, +> check_solver_within_range(pcout, > cg.solve(system_matrix, distributed_incremental_displacement, system_rhs, preconditioner), > solver_control.last_step(), > 114, diff --git a/tests/examples/step-18.mpirun=2.with_petsc=true.output b/tests/examples/step-18.mpirun=2.with_petsc=true.output index 9a8ea80948..1bc8081057 100644 --- a/tests/examples/step-18.mpirun=2.with_petsc=true.output +++ b/tests/examples/step-18.mpirun=2.with_petsc=true.output @@ -3,14 +3,12 @@ Timestep 1 at time 1 Number of active cells: 3712 (by partition: 1972+1740) Number of degrees of freedom: 17226 (by partition: 9396+7830) Assembling system... norm of rhs is 1.88062e+10 -Solver stopped within 114 - 130 iterations Solver stopped within 114 - 130 iterations Updating quadrature point data... Cycle 1: Number of active cells: 12805 (by partition: 7042+5763) Number of degrees of freedom: 51696 (by partition: 29646+22050) Assembling system... norm of rhs is 1.88062e+10 -Solver stopped within 114 - 130 iterations Solver stopped within 114 - 130 iterations Updating quadrature point data... Moving mesh... -- 2.39.5