Class AbstractVariableStepFieldIntegratorBuilder<T extends CalculusFieldElement<T>>

    • Field Detail

      • minStep

        protected final double minStep
        Minimum step size (s).
      • maxStep

        protected final double maxStep
        Maximum step size (s).
      • dP

        protected final double dP
        Position error (m).
      • dV

        protected final double dV
        Velocity error (m/s).
    • Method Detail

      • getTolerances

        protected double[][] getTolerances​(Orbit orbit,
                                           OrbitType orbitType)
        Computes tolerances.
        Parameters:
        orbit - initial orbit
        orbitType - orbit type for integration
        Returns:
        integrator tolerances