static ShootingIntegrationSettings |
ShootingIntegrationSettingsFactory.getClassicalRungeKuttaIntegratorSettings(double step) |
Returns shooting integration settings according to the classical Runge Kutta scheme.
|
static ShootingIntegrationSettings |
ShootingIntegrationSettingsFactory.getDormandPrince54IntegratorSettings(double minStep,
double maxStep,
ToleranceProvider toleranceProvider) |
Returns shooting integration settings according to the Dormand Prince 5(4) scheme.
|
static ShootingIntegrationSettings |
ShootingIntegrationSettingsFactory.getDormandPrince853IntegratorSettings(double minStep,
double maxStep,
ToleranceProvider toleranceProvider) |
Returns shooting integration settings according to the Dormand Prince 8(53) scheme.
|
ShootingIntegrationSettings |
ShootingPropagationSettings.getIntegrationSettings() |
Getter for the integration settings.
|
static ShootingIntegrationSettings |
ShootingIntegrationSettingsFactory.getLutherIntegratorSettings(double step) |
Returns shooting integration settings according to the Luther Runge Kutta scheme.
|
static ShootingIntegrationSettings |
ShootingIntegrationSettingsFactory.getMidpointIntegratorSettings(double step) |
Returns shooting integration settings according to the midpoint Runge Kutta scheme.
|