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
I am working on a project where I only want to use the left preconditioner using the FGMRES solver. I want this solver to accept nothing as the input for the right preconditioner. Can I create a pull request with these changes?
The text was updated successfully, but these errors were encountered:
Hi @shreyas02 , I believe FGMRES is not flexible wrt the left preconditioner. I follow the article from Saad, but if you look around (for instance PETSc) you will see no-one has a left-preconditioned FGMRES.
At least that is my understanding. Can you provide any reference implementing/showcasing a left-preconditioned flexible FGMRES? If you do, I'll be glad to accept your PR.
Alternatively, you can use GMRES with only a left-preconditioner. But the preconditioner needs to be static.
Let me know what you think.
I am working on a project where I only want to use the left preconditioner using the FGMRES solver. I want this solver to accept nothing as the input for the right preconditioner. Can I create a pull request with these changes?
The text was updated successfully, but these errors were encountered: