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

Add more functionality to IDA. #5042

Closed
luca-heltai opened this issue Sep 7, 2017 · 1 comment
Closed

Add more functionality to IDA. #5042

luca-heltai opened this issue Sep 7, 2017 · 1 comment

Comments

@luca-heltai
Copy link
Member

IDA supports also root_finding and more elaborate initial condition computation. These should be added to our interface, together will all of the other configuration parameters that are available.

For example, it allows for automatic computation of the Jacobian (which is possible only for small systems), and provides its own set of solvers which we now ignore, forcing the user to provide solving routines.

We decided that for the typical FEM situation, we would need anyway to provide our own solvers, but this is not mandatory if one is interested in solving small, contained, systems of equations...

@luca-heltai luca-heltai created this issue from a note in SUNDIALS Interfaces (To Do) Sep 7, 2017
@drwells
Copy link
Member

drwells commented Jun 11, 2021

We've made a lot of independent progress on SUNDIALS recently that is tracked elsewhere.

@drwells drwells closed this as completed Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants