Class ClassicalRungeKuttaIntegratorBuilder

    • Constructor Detail

      • ClassicalRungeKuttaIntegratorBuilder

        public ClassicalRungeKuttaIntegratorBuilder​(double step)
        Build a new instance.
        Parameters:
        step - step size (s)
        See Also:
        ClassicalRungeKuttaIntegrator
    • 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