Residual in fieldsplit does not coincide with outer residual #3774
Unanswered
miguelcoolchips
asked this question in
Firedrake support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a toy example of a Poisson problem with two components
This is the PETSc output
Only the first component matters. All the residual contribution comes from it (462.13689530272404). Using the fieldsplit additive preconditioner, the problem converges in a single KSP iteration, as expected. However, I do not understand why the residual of
fieldsplit_0
(1e+0) does not coincide with the outer residual (462.13689530272404). The fact that it is just1
is suspicious. Is there something about how the fieldsplit works that I am missing?Update: Passing "ksp_monitor_true_residual": None to both solver_mumps_assembled and solver_fieldsplit results in:
Beta Was this translation helpful? Give feedback.
All reactions