Skip to content

Minor question about automatic_scaling #16491

Discussion options

You must be logged in to vote

In general we try to discourage use of nl_abs_tol. I am guessing based on your description that you have Dirichlet boundary conditions? If so are you using preset or not? I would highly recommend using preset Dirichlet conditions if you have Dirichlet conditions.

Anyway one way to ensure that your problem is truly converged is to use ReferenceResidualProblem. Please see this page for more documentation about it.

My first suggestion would be to just try ReferenceResidualProblem and see what happens. If you are unable to converge with nl_rel_tol = 1e-8 (remember to remove nl_abs_tol) perhaps because the initial residual is still too "low", I would try adding resid_vs_jac_scaling_param = 0.5

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@r-williams-2
Comment options

@lindsayad
Comment options

@r-williams-2
Comment options

@lindsayad
Comment options

@r-williams-2
Comment options

Answer selected by r-williams-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants