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

scheduling between calls to step handlers and events handlers in ODE is wrong #145

Closed
maisonobe opened this issue Jul 7, 2021 · 0 comments
Assignees

Comments

@maisonobe
Copy link
Contributor

When integrating an ODE with discrete events, user code is called back by implementing
step handler and events handler interfaces that are called on the fly by the integrator.

The current scheduling of these calls is that the handler of the event at the end of the
step is called first, then the handler of the step itself is called later on. See Proposal for step handling overhaul in Orekit forum for
a more complete explanation.

The call order for event handlers and step handler should always be consistent with integration direction.

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

No branches or pull requests

1 participant