NbodyGradient.jl icon indicating copy to clipboard operation
NbodyGradient.jl copied to clipboard

Speeding up kepler solver

Open ericagol opened this issue 3 years ago • 2 comments

Perhaps we could try the approach used in this paper:

https://arxiv.org/abs/2105.11671

ericagol avatar May 26 '21 08:05 ericagol

The AstroLib.jl kepler_solver appears to be ~2x faster.

langfzac avatar May 17 '22 18:05 langfzac

That's neat! The Kepler solver in NbodyGradient takes a different form that a typical Kepler solver - it's a universal solver, and it uses the difference in M and s over time steps, rather than their absolute values. So, these other approaches would need to be adapted and then tested.

ericagol avatar May 17 '22 19:05 ericagol