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

Pluggable solvers #2

Open
mileslucas opened this issue Sep 24, 2022 · 1 comment
Open

Pluggable solvers #2

mileslucas opened this issue Sep 24, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@mileslucas
Copy link
Member

It has been discussed by others that it would be a nice feature to provide pluggable solvers for Keplerian orbits. I think this is easily achievable by defining a kepler_solver function which uses a KeplerianSolver type hierarchy along with a global default. I think this would be a good opportunity to drop the dependence on AstroLib.jl and move the relevant code into this package.

@mileslucas mileslucas added the enhancement New feature or request label Sep 24, 2022
@giordano
Copy link
Member

To be clear, there is already something in place in PlanetOrbits.jl: https://sefffal.github.io/PlanetOrbits.jl/dev/kepler/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants