-
Notifications
You must be signed in to change notification settings - Fork 43
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
sparse jacobians and iterative solvers in IDA #77
Comments
Yes Sparse is possible. There are several ways, but not all are exposed in the API. |
Great job with the scikits.odes! We are currently using the sundials solvers in a battery modelling package PyBaMM, and are trying to use sparse jacobians in IDA and CVODE. I was just wondering if you had any more information on how to get sparse jacobians into these solvers, please? Thanks! |
I can see how you can use sparse matrices using CVODE, using the iterative solvers and the |
Seems like it would be straightforward to implement |
Yes, all extra exposure of sundials API is useful! |
Hi!
Nice work with odes! But, of course, i have a question. Is this possible to use sparse jacobians in IDA? And another one: can i use iterative preconditioned solvers with custom preconditioner? Unfortunately my problems are quite large and dense jacobians is not an option for me so i'm looking for possible solutions...
Best regards,
Marek
The text was updated successfully, but these errors were encountered: