Uses of Interface
org.orekit.propagation.CartesianToleranceProvider
-
Packages that use CartesianToleranceProvider Package Description org.orekit.propagation Propagation -
-
Uses of CartesianToleranceProvider in org.orekit.propagation
Subinterfaces of CartesianToleranceProvider in org.orekit.propagation Modifier and Type Interface Description interface
ToleranceProvider
Interface 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).Methods in org.orekit.propagation that return CartesianToleranceProvider Modifier and Type Method Description static CartesianToleranceProvider
CartesianToleranceProvider. of(double dP)
Build a provider based on expected errors for position only.static CartesianToleranceProvider
CartesianToleranceProvider. 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 CartesianToleranceProvider Modifier and Type Method Description static ToleranceProvider
ToleranceProvider. of(CartesianToleranceProvider cartesianToleranceProvider)
Build a provider based on a tolerance provider for Cartesian coordinates.
-