Uses of Interface
org.orekit.control.indirect.shooting.propagation.ShootingIntegrationSettings
-
Packages that use ShootingIntegrationSettings Package Description org.orekit.control.indirect.shooting.propagation This package provides classes relative to the propagation part of indirect shooting. -
-
Uses of ShootingIntegrationSettings in org.orekit.control.indirect.shooting.propagation
Classes in org.orekit.control.indirect.shooting.propagation that implement ShootingIntegrationSettings Modifier and Type Class Description class
ClassicalRungeKuttaIntegrationSettings
Integration settings using the classical Runge-Kutta 4 scheme.class
DormandPrince54IntegrationSettings
Integration settings using the Dormand-Prince 5(4) scheme.Methods in org.orekit.control.indirect.shooting.propagation that return ShootingIntegrationSettings Modifier and Type Method Description ShootingIntegrationSettings
ShootingPropagationSettings. getIntegrationSettings()
Getter for the integration settings.Constructors in org.orekit.control.indirect.shooting.propagation with parameters of type ShootingIntegrationSettings Constructor Description ShootingPropagationSettings(List<ForceModel> forceModels, AdjointDynamicsProvider adjointDynamicsProvider, ShootingIntegrationSettings integrationSettings)
Simple constructor with default frame and attitude provider.ShootingPropagationSettings(List<ForceModel> forceModels, AdjointDynamicsProvider adjointDynamicsProvider, Frame propagationFrame, ShootingIntegrationSettings integrationSettings, AttitudeProvider attitudeProvider)
Constructor.
-