Skip to content

Commit

Permalink
Increase MG levels for Petsc3DAMG test
Browse files Browse the repository at this point in the history
Change in PETSc 3.20 default options caused diverged dtol, this
counteracts that.

Fixes #2755
  • Loading branch information
ZedThree committed Oct 13, 2023
1 parent 8e3f75b commit 694c245
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rtol = 1e-10
atol = 1e-13

[laplace:petsc]
mg_levels_ksp_max_it = 3
mg_levels_ksp_max_it = 5

[input]
transform_from_field_aligned = false

0 comments on commit 694c245

Please sign in to comment.