Class AdamsMoultonIntegratorBuilder

    • Constructor Detail

      • AdamsMoultonIntegratorBuilder

        public AdamsMoultonIntegratorBuilder​(int nSteps,
                                             double minStep,
                                             double maxStep,
                                             double dP)
        Build a new instance.
        Parameters:
        nSteps - number of steps
        minStep - minimum step size (s)
        maxStep - maximum step size (s)
        dP - position error (m)
        See Also:
        AdamsMoultonIntegrator, 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