non linear solver fail to converge #2928
Unanswered
A123-bansal123
asked this question in
Firedrake support
Replies: 2 comments
-
There's no such thing as a direct solver for nonlinear problems. What Firedrake does is a version of Newton in which each linear solve is (by default) solved directly. Here it's the outer, nonlinear, solver which is failing, not the direct solver inside. This probably means that your problem formulation has issues such that it is ill-posed. The first place to look is the problem you are specifying, not the solver. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Help me in removing this error. Non linear solver fail to converge after 11 iteration. what we can use instead of direct solver for solving non linear problems?
Beta Was this translation helpful? Give feedback.
All reactions