Uses of Interface
org.orekit.propagation.ToleranceProvider
-
Packages that use ToleranceProvider Package Description org.orekit.control.indirect.shooting.propagation This package provides classes relative to the propagation part of indirect shooting.org.orekit.propagation Propagationorg.orekit.propagation.conversion This package provides tools to convert a given propagator or a set ofSpacecraftStateinto another propagator. -
-
Uses of ToleranceProvider in org.orekit.control.indirect.shooting.propagation
Methods in org.orekit.control.indirect.shooting.propagation with parameters of type ToleranceProvider Modifier and Type Method Description 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. -
Uses of ToleranceProvider in org.orekit.propagation
Classes in org.orekit.propagation that implement ToleranceProvider Modifier and Type Class Description classSimpleToleranceProviderClass implementing a tolerance provider with same relative and absolute tolerances for all dependent variables.Methods in org.orekit.propagation that return ToleranceProvider Modifier and Type Method Description static ToleranceProviderToleranceProvider. getDefaultToleranceProvider(double dP)Defines a default tolerance provider.static ToleranceProviderToleranceProvider. of(CartesianToleranceProvider cartesianToleranceProvider)Build a provider based on a tolerance provider for Cartesian coordinates. -
Uses of ToleranceProvider in org.orekit.propagation.conversion
Methods in org.orekit.propagation.conversion that return ToleranceProvider Modifier and Type Method Description protected static ToleranceProviderAbstractVariableStepFieldIntegratorBuilder. getDefaultToleranceProvider(double dP)Get a default tolerance provider.protected static ToleranceProviderAbstractVariableStepIntegratorBuilder. getDefaultToleranceProvider(double dP)Get a default tolerance provider.ToleranceProviderAbstractVariableStepFieldIntegratorBuilder. getToleranceProvider()Getter for the integration tolerance provider.Constructors in org.orekit.propagation.conversion with parameters of type ToleranceProvider Constructor Description AbstractLimitedVariableStepFieldIntegratorBuilder(int nSteps, double minStep, double maxStep, ToleranceProvider toleranceProvider)Constructor.AbstractVariableStepFieldIntegratorBuilder(double minStep, double maxStep, ToleranceProvider toleranceProvider)Constructor with expected velocity error.AbstractVariableStepIntegratorBuilder(double minStep, double maxStep, ToleranceProvider toleranceProvider)Constructor.AdamsBashforthFieldIntegratorBuilder(int nSteps, double minStep, double maxStep, ToleranceProvider toleranceProvider)Build a new instance.AdamsBashforthIntegratorBuilder(int nSteps, double minStep, double maxStep, ToleranceProvider toleranceProvider)Build a new instance.AdamsMoultonFieldIntegratorBuilder(int nSteps, double minStep, double maxStep, ToleranceProvider toleranceProvider)Build a new instance.AdamsMoultonIntegratorBuilder(int nSteps, double minStep, double maxStep, ToleranceProvider toleranceProvider)Build a new instance using default integration tolerances.DormandPrince54FieldIntegratorBuilder(double minStep, double maxStep, ToleranceProvider toleranceProvider)Build a new instance.DormandPrince54IntegratorBuilder(double minStep, double maxStep, ToleranceProvider toleranceProvider)Build a new instance.DormandPrince853FieldIntegratorBuilder(double minStep, double maxStep, ToleranceProvider toleranceProvider)Build a new instance.DormandPrince853IntegratorBuilder(double minStep, double maxStep, ToleranceProvider toleranceProvider)Build a new instance.GraggBulirschStoerIntegratorBuilder(double minStep, double maxStep, ToleranceProvider toleranceProvider)Build a new instance.HighamHall54FieldIntegratorBuilder(double minStep, double maxStep, ToleranceProvider toleranceProvider)Build a new instance.HighamHall54IntegratorBuilder(double minStep, double maxStep, ToleranceProvider toleranceProvider)Build a new instance.
-