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

Provide own (non)-linear solvers #230

Open
hrittich opened this issue May 25, 2018 · 2 comments
Open

Provide own (non)-linear solvers #230

hrittich opened this issue May 25, 2018 · 2 comments

Comments

@hrittich
Copy link

Hello,

is it possible to use user defined linear and non-linear solvers for stiff systems, especially sparse solvers? I would like to use odeint for solving partial differential equations. Hence, the Jacobians that I consider are large and sparse matrices.

Regards

@bjodah
Copy link
Contributor

bjodah commented Jun 26, 2018

I think it's on their roadmap (cf. #169).

Until odeint supports user provided linear solvers, I can personally recommend SUNDIALS
(versions sundials >= 3 even support user supplied direct solvers, and sundials<=2.7.0 accept user defined preconditioners).

@hrittich
Copy link
Author

hrittich commented Sep 9, 2018

Thank you for the hint.

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