How to get the residual vector after each nonlinear step #2891
Unanswered
tu1620808124
asked this question in
Firedrake support
Replies: 1 comment
-
You can pass in a You can also set a custom monitor on the snes with |
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
-
Hello,
In every SNES step, there will return a residual norm. When I do the debugging, I want to get the residual vector. PETSc maybe uses the post-check function. How to get the residual vector in firedrake?
Beta Was this translation helpful? Give feedback.
All reactions