PerezHz / PlanetaryEphemeris.jl

Solar System ephemeris Taylor integrator based on JPL DE430/431 dynamical model
Other
21 stars 6 forks source link

Add taylorize generated code #4

Closed LuEdRaMo closed 2 years ago

LuEdRaMo commented 2 years ago

Most of the precompilation time of PlanetaryEphemeris is spent taylorizing the functions in src/dynamical_model. Therefore, in this PR I propose to include a new file src/jetcoeffs with the code generated by @taylorize. Also, I've updated the version of TaylorSeries.

I've run scripts/integrate_ephemeris.jl and the results of the integration do not change with the commits in this PR.

LuEdRaMo commented 2 years ago

In the last commit...