Skip to content

Commit

Permalink
Merge pull request #29028 from joshuahansel/convergence-fix
Browse files Browse the repository at this point in the history
Restricted convergence test to 4 processes
  • Loading branch information
joshuahansel authored Nov 8, 2024
2 parents edac4bb + 6231c59 commit 019fd71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@
[Convergence]
[res_conv]
type = DefaultNonlinearConvergence
# With default tolerances, the solve takes 2 iterations, but with this
# value, the solve takes only 1:
nl_abs_tol = 1e-5
# With this, convergence should occur immediately (zero iterations)
nl_abs_tol = 1e15
[]
[]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
time,num_nl_its
2,1
2,0

0 comments on commit 019fd71

Please sign in to comment.