I run the code with given options and the output is:<br><br>Linear solve converged due to CONVERGED_RTOL iterations 2<br>Nonlinear solve did not converge due to DIVERGED_LINE_SEARCH<br><br>So, Is this may related to updating residual during Line Search?, which I know the solution is well conditioned especially in first iterations.<br>
<br>