-
Notifications
You must be signed in to change notification settings - Fork 20
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
Integrator comparison example #9
Comments
This example can also be used to extract data (from the slope of the plot) to test/analyse the new integrators. |
gaffarelj
changed the title
Non-perturbed orbit error vs f evals
Integrator comparison example
Jul 3, 2022
A draft example notebook was added in tudatpy-examples/feature/integrators_example. This notebook compares the error in position for all fixed and variable step integrators implemented in tudat. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A new example should be added that shows a plot of the error in position vs the number of function evaluations for different integrators, for a pure Keplerian orbit (perturbed orbit could be added later).
The error in position from the different integrators can be computed by taking the difference w.r.t. the analytical solution of a Kepler orbit.
This example would then showcase all the different integrators available.
The text was updated successfully, but these errors were encountered: