-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
ODE Status Monitoring #40
Comments
I am not sure if there is anything at the moment. However, in the API, I believe it should not be difficult to provide a way to register a post-processing function that gets called after evaluation at every time step. |
odeprint is really very handy in monitoring the status of ode solver, when sizeof(y_dot) is large and solver takes whole lot of time to solve. |
It would be great if you can create a PR. That will be the fastest way to get the functionality in. Otherwise, I am sure one of the regular Sundials contributors will get around to it. |
I don't know if there is anything related in the Sundials API, but we could certainly call some monitoring function in our high-level functions
And then we make |
This will be fixed with Julia v1.0. We'll plug into the base logging system which allows for this information. It separates the information from the display, so from there supporting Juno or console displays would simply be about someone else building a package which supports it (and Juno is already commited to changing their progress displays to this) |
The common interface progress bar support has been added, so |
In Matlab we have 'odeprint' which is very handy in monitoring the Progress of ode, is there any equivalent thing for Sundials-Julia?
The text was updated successfully, but these errors were encountered: