You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's maybe a question whether this should update the result. I have one unit test which was relying on this behaviour, but I think a custom KSP convergence test can be used instead.
Describe the bug
If a linear solver failure is encountered and a
firedrake.exceptions.ConvergenceError
is raised, the solution value is unchanged.Steps to Reproduce
displays
Expected behavior
The solution should be updated to the state obtained from the linear solve -- in the above after 1 CG iteration.
Additional Info
I think the behaviour changed in #4012
The text was updated successfully, but these errors were encountered: