pylupnt.IntegratorType

class pylupnt.IntegratorType

Selects which numerical integrator NumericalOrbitDynamics uses.

Members:

RK4 : Classical 4th-order fixed-step Runge-Kutta.

RK8 : 8th-order fixed-step Runge-Kutta.

RKF45 : Runge-Kutta-Fehlberg 4(5) adaptive-step.

PD45 : Dormand-Prince 4(5) adaptive-step.

PD45 = <IntegratorType.PD45: 3>
RK4 = <IntegratorType.RK4: 0>
RK8 = <IntegratorType.RK8: 1>
RKF45 = <IntegratorType.RKF45: 2>
IntegratorType.name -> str
property value