Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix design problem multi_shift #147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gnrraphi
Copy link
Contributor

@gnrraphi gnrraphi commented Feb 24, 2024

Changes of the pull request:

  • Fix design problem with multi_shift_fom and multi_shift_fgmres. Instead of returning $\rho$ values for preconditioned FGMRES, save the values as an instance variable.

  • Sort shifts in multi_shift_fgmres. Sorting shifts in GMRES can improve convergence, see e.g. https://doi.org/10.1137/S1064827596304563.

  • Smaller restart size for tests of multi_shift_fom and multi_shift_fgmres. By using a smaller restart size, shifts can converge at different iterations. This change allows for testing the handling of already converged shifts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant