Class HighamHall54FieldStateInterpolator<T extends CalculusFieldElement<T>>

    • Constructor Detail

      • HighamHall54FieldStateInterpolator

        public HighamHall54FieldStateInterpolator​(Field<T> field,
                                                  boolean forward,
                                                  T[][] yDotK,
                                                  FieldODEStateAndDerivative<T> globalPreviousState,
                                                  FieldODEStateAndDerivative<T> globalCurrentState,
                                                  FieldODEStateAndDerivative<T> softPreviousState,
                                                  FieldODEStateAndDerivative<T> softCurrentState,
                                                  FieldEquationsMapper<T> mapper)
        Simple constructor.
        Parameters:
        field - field to which the time and state vector elements belong
        forward - integration direction indicator
        yDotK - slopes at the intermediate points
        globalPreviousState - start of the global step
        globalCurrentState - end of the global step
        softPreviousState - start of the restricted step
        softCurrentState - end of the restricted step
        mapper - equations mapper for the all equations