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

Note: Orbits needs more accuracy near Moon #51

Open
rslippert opened this issue May 13, 2024 · 0 comments
Open

Note: Orbits needs more accuracy near Moon #51

rslippert opened this issue May 13, 2024 · 0 comments

Comments

@rslippert
Copy link

Note: Current solve_ivp needs more accuracy near the moon,
where the derivatives are changing very fast
you will need to break up time evaluation into discrete t_points with t_eval=t_points

t_points = np.linspace(t_0, t_f, 4000)
sol = solve_ivp(EMBR0, [t_0, t_f], Y_0, atol=1e-13, rtol=1e-13,\
            method='LSODA', t_eval=t_points)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant