Skip to content

Commit

Permalink
Merge pull request #17163 from tjhei/fix-test-step-18
Browse files Browse the repository at this point in the history
fix tests/examples/step-18
  • Loading branch information
tjhei committed Jun 21, 2024
2 parents 8be8fa7 + 375d53c commit a2a9f8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tests/examples/step-18.diff
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 0 additions & 2 deletions tests/examples/step-18.mpirun=2.with_petsc=true.output
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down

0 comments on commit a2a9f8c

Please sign in to comment.