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

GMRES now supports preconditioning #29

Merged
merged 10 commits into from
Oct 10, 2023
Merged

GMRES now supports preconditioning #29

merged 10 commits into from
Oct 10, 2023

Conversation

loiseaujc
Copy link
Member

Added the possibility to pass a preconditioner to GMRES.
INFO messages are raised for CG and BiCGSTAB. Although they comply with the extend interface for linear solvers, preconditioning is not supported yet for these and any preconditioner passed to these will be ignored.

@loiseaujc loiseaujc linked an issue Oct 10, 2023 that may be closed by this pull request
@ricardofrantz ricardofrantz merged commit 6ce1159 into main Oct 10, 2023
1 check passed
@ricardofrantz ricardofrantz deleted the preconditioner branch October 10, 2023 10:37
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.

Support preconditioners for linear solvers?
2 participants