-
-
Notifications
You must be signed in to change notification settings - Fork 563
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
Post-solve Hermite interpolation in Sundials solvers #4419
Comments
@MarcBerliner can you add more details on how you see this working? At the moment the |
Within the ODE/DAE solve, this will add a At the moment, observing model or output variables is really slow because we're running a python for-loop over each time series value. I plan on making a "batch observable" function in C++ which will speed up all the post-solve interpolation, both for linear and Hermite interpolation. |
Description
This will give higher accuracy interpolation for observables after solving the system of equations.
Motivation
No response
Possible Implementation
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: