Interface ODEIntegratorBuilder

    • Method Detail

      • buildIntegrator

        AbstractIntegrator buildIntegrator​(Orbit orbit,
                                           OrbitType orbitType)
        Build a first order integrator.
        Parameters:
        orbit - reference orbit
        orbitType - orbit type to use
        Returns:
        a first order integrator ready to use
      • buildIntegrator

        default AbstractIntegrator buildIntegrator​(AbsolutePVCoordinates absolutePVCoordinates)
        Build a first order integrator. Non-orbit version.
        Parameters:
        absolutePVCoordinates - absolute position-velocity vector
        Returns:
        a first order integrator ready to use