Class DormandPrince54IntegratorBuilder

    • Constructor Detail

      • DormandPrince54IntegratorBuilder

        public DormandPrince54IntegratorBuilder​(double minStep,
                                                double maxStep,
                                                double dP)
        Build a new instance.
        Parameters:
        minStep - minimum step size (s)
        maxStep - maximum step size (s)
        dP - position error (m)
        See Also:
        DormandPrince54Integrator, NumericalPropagator.tolerances(double, Orbit, OrbitType)
    • Method Detail

      • buildIntegrator

        public org.hipparchus.ode.AbstractIntegrator buildIntegrator​(Orbit orbit,
                                                                     OrbitType orbitType)
        Build a first order integrator.
        Specified by:
        buildIntegrator in interface ODEIntegratorBuilder
        Parameters:
        orbit - reference orbit
        orbitType - orbit type to use
        Returns:
        a first order integrator ready to use