Skip to content

Questions about Nyx future plans and needs #405

Discussion options

You must be logged in to vote

Hi Ryan,

Thanks for your questions.

Yes, the ODE methods are decently tightly integrate into the code base. It's possible to provide other dynamics by implementing the Dynamics trait. Before Nyx, I developed another astrodynamics framework in Go where the ODE solver was generic and its separate library: that turned out to be a bad design because of the difficulty to pass derivative relevant data that isn't part of the state (e.g. planetary positions).

I'm not too familiar with other solvers apart from the Runge Kutta methods. If these lead to very similar results but provide some other advantage (e.g. less memory usage, or less steps), I would be happy to review such an implementation. Ny…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Ryan-D-Gast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants