Skip to content

Commit

Permalink
Fix step-64 test
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Aug 26, 2024
1 parent 46a6f65 commit a78567f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/examples/step-64.diff
Original file line number Diff line number Diff line change
Expand Up @@ -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;
8 changes: 4 additions & 4 deletions tests/examples/step-64.mpirun=2.with_p4est=true.output
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a78567f

Please sign in to comment.