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

Make all linear solvers accept a preconditioner #469

Open
yguclu opened this issue Mar 11, 2025 · 0 comments
Open

Make all linear solvers accept a preconditioner #469

yguclu opened this issue Mar 11, 2025 · 0 comments
Labels
Next Release Must be in next release

Comments

@yguclu
Copy link
Member

yguclu commented Mar 11, 2025

All the linear solvers in psydac/linalg/solvers.py should accept a preconditioner, i.e. a LinearOperator object which approximates the inverse operator. As a consequence, we should reduce the number of solver classes (e.g. merge ConjugateGradient with PConjugateGradient).

@yguclu yguclu changed the title Make all solvers accept a preconditioner and reduce number of classes (e.g. merge ConjugateGradient with PConjugateGradient) Make all linear solvers accept a preconditioner Mar 11, 2025
@yguclu yguclu added the Next Release Must be in next release label Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Next Release Must be in next release
Projects
None yet
Development

No branches or pull requests

1 participant