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 ofSpacecraftState
into 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 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. -
Uses of ToleranceProvider in org.orekit.propagation
Methods in org.orekit.propagation that return ToleranceProvider Modifier and Type Method Description static ToleranceProvider
ToleranceProvider. getDefaultToleranceProvider(double dP)
Defines a default tolerance provider.static ToleranceProvider
ToleranceProvider. of(double absoluteTolerance, double relativeTolerance)
Build a provider using a single value for absolute and respective tolerance respectively.static ToleranceProvider
ToleranceProvider. 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 ToleranceProvider
AbstractVariableStepFieldIntegratorBuilder. getDefaultToleranceProvider(double dP)
Get a default tolerance provider.protected static ToleranceProvider
AbstractVariableStepIntegratorBuilder. getDefaultToleranceProvider(double dP)
Get a default tolerance provider.ToleranceProvider
AbstractVariableStepFieldIntegratorBuilder. 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.
-