Uses of Interface
org.orekit.control.indirect.shooting.propagation.ShootingIntegrationSettings
Packages that use ShootingIntegrationSettings
Package
Description
This package provides classes relative to the propagation part of indirect shooting.
-
Uses of ShootingIntegrationSettings in org.orekit.control.indirect.shooting.propagation
Methods in org.orekit.control.indirect.shooting.propagation that return ShootingIntegrationSettingsModifier and TypeMethodDescriptionstatic ShootingIntegrationSettingsShootingIntegrationSettingsFactory.getClassicalRungeKuttaIntegratorSettings(double step) Returns shooting integration settings according to the classical Runge Kutta scheme.static ShootingIntegrationSettingsShootingIntegrationSettingsFactory.getDormandPrince54IntegratorSettings(double minStep, double maxStep, ToleranceProvider toleranceProvider) Returns shooting integration settings according to the Dormand Prince 5(4) scheme.static ShootingIntegrationSettingsShootingIntegrationSettingsFactory.getDormandPrince853IntegratorSettings(double minStep, double maxStep, ToleranceProvider toleranceProvider) Returns shooting integration settings according to the Dormand Prince 8(53) scheme.ShootingPropagationSettings.getIntegrationSettings()Getter for the integration settings.static ShootingIntegrationSettingsShootingIntegrationSettingsFactory.getLutherIntegratorSettings(double step) Returns shooting integration settings according to the Luther Runge Kutta scheme.static ShootingIntegrationSettingsShootingIntegrationSettingsFactory.getMidpointIntegratorSettings(double step) Returns shooting integration settings according to the midpoint Runge Kutta scheme.Constructors in org.orekit.control.indirect.shooting.propagation with parameters of type ShootingIntegrationSettingsModifierConstructorDescriptionShootingPropagationSettings(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.