Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

support of non-adaptive algorithms #9

Closed
acroy opened this issue Jan 17, 2014 · 2 comments
Closed

support of non-adaptive algorithms #9

acroy opened this issue Jan 17, 2014 · 2 comments

Comments

@acroy
Copy link
Contributor

acroy commented Jan 17, 2014

Mainly to facilitate the discussion of the API in #7, I opened this issue on non-adaptive algorithms. The question was if such algorithms (like RK4) should be part of ODE.jl and how their interface should be designed to be useful.

@acroy acroy mentioned this issue Jan 17, 2014
@acroy
Copy link
Contributor Author

acroy commented Jan 18, 2014

@pao:

There are no intermediate times. You're only integrating one time step into the future. Your system will have changed due to the influence of the control system for the next time step.

I am not sure I understand "your system will have changed" in this context, but would it work for you if there was an option to do the full step with ode45 and return the estimated error instead of refining the time step? This would also involve a fixed number of evaluations of the RHS.

@ChrisRackauckas
Copy link
Member

I believe this was fully solved by #68.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants