Interface ODEIntegratorBuilder

    • Method Detail

      • buildIntegrator

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

        default 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
        Since:
        12.2