Skip to content

Not converge about DIVERGED_NANORINF and DIVERGED_LINEAR_SOLVE problem. #27576

Discussion options

You must be logged in to vote

Hello

I dont usually say this but your convergence criteria are too tight

  nl_abs_tol = 1E-10
  l_abs_tol = 1e-15

you can leave the first one if it works, but the second one is too close to numerical precision. In fact since the residual is checked by the nonlinear solver, you dont need to converge the linear solve anywhere near as tight. 1e-3 is often enough

Guillaume

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lipxisi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants