STK AstrogatorSend comments on this topic.
AgEVANumericalIntegrator Enumeration
See Also

Description

Numerical integrator type.

Members

MemberValueDescription
eVANumericalIntegratorRKF7th8th1A 7th order Runge-Kutta-Fehlberg integrator with 8th order error control. This is the default integrator used in the HPOP propagator.
eVANumericalIntegratorRKV8th9th2A 9th order Runge-Kutta-Verner integrator with 8th order error control.
eVANumericalIntegratorBulirschStoer3An integrator based on Richardson extrapolation with automatic step size control.
eVANumericalIntegratorGaussJackson4A 12th order Gauss-Jackson integrator for second order ODEs. There is currently no error control implemented for this method, meaning that a fixed step size is used.
eVANumericalIntegratorRK4th5th6A 4th order Runge-Kutta integrator with 5th order error control, using Cash-Karp coefficients.
eVANumericalIntegratorRK4th7A 4th order Runge-Kutta integrator that does not employ error control.
© 2025 Analytical Graphics, Inc. All Rights Reserved.