Uses of Interface
org.orekit.propagation.CartesianToleranceProvider
Packages that use CartesianToleranceProvider
-
Uses of CartesianToleranceProvider in org.orekit.propagation
Subinterfaces of CartesianToleranceProvider in org.orekit.propagationModifier and TypeInterfaceDescriptioninterfaceInterface to define integration tolerances for adaptive schemes (like the embedded Runge-Kutta ones) propagating the position-velocity vector (or an equivalent set of coordinates) and the mass, for a total of 7 primary dependent variables (in that order).Classes in org.orekit.propagation that implement CartesianToleranceProviderModifier and TypeClassDescriptionclassClass implementing a Cartesian tolerance provider with values independent on input position-velocity vector.classClass implementing a tolerance provider with same relative and absolute tolerances for all dependent variables.Methods in org.orekit.propagation that return CartesianToleranceProviderModifier and TypeMethodDescriptionstatic CartesianToleranceProviderCartesianToleranceProvider.of(double dP) Build a provider based on expected errors for position only.static CartesianToleranceProviderCartesianToleranceProvider.of(double dP, double dV, double dM) Build a provider based on expected errors for position, velocity and mass respectively.Methods in org.orekit.propagation with parameters of type CartesianToleranceProviderModifier and TypeMethodDescriptionstatic ToleranceProviderToleranceProvider.of(CartesianToleranceProvider cartesianToleranceProvider) Build a provider based on a tolerance provider for Cartesian coordinates.