-
I have a decent idea of what left and right preconditioning mean mathematically, but I'm not sure what it means in practice for Belos, especially when used with Ifpack2 or other packages. A lot of the examples I see for Belos use Or does Belos figure out how to do the "right thing", somehow, with performance being the main difference between the choice of @trilinos/belos |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, it means the same for Belos as what you are thinking. Unless I am forgetting something, it should be ok to use left or right preconditioning for every possible preconditioner. I would recommend using right preconditioning because it should give you a consistent norm for convergence checks that does not depend on the choice of preconditioner. |
Beta Was this translation helpful? Give feedback.
Yes, it means the same for Belos as what you are thinking. Unless I am forgetting something, it should be ok to use left or right preconditioning for every possible preconditioner. I would recommend using right preconditioning because it should give you a consistent norm for convergence checks that does not depend on the choice of preconditioner.