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
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: