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

Allow the user to define a preconditioner #90

Open
bjodah opened this issue Aug 5, 2018 · 1 comment
Open

Allow the user to define a preconditioner #90

bjodah opened this issue Aug 5, 2018 · 1 comment

Comments

@bjodah
Copy link
Owner

bjodah commented Aug 5, 2018

Currently the Python bindings defaults to preconditioning using a full LU solve which pretty much defeats the whole purpose of using the iterative solvers. We should allow the user to specify a preconditioner as a python callback (and perhaps also give the user the option to use e.g. the block diagonal preconditioner included in sundials).

@spcornelius
Copy link
Collaborator

This had occurred to me too...I think it's a good idea

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

No branches or pull requests

2 participants