Interface FieldInterpolationGrid<T extends CalculusFieldElement<T>>

  • Type Parameters:
    T - type of the field elements
    All Known Implementing Classes:
    FieldFixedNumberInterpolationGrid, FieldMaxGapInterpolationGrid

    public interface FieldInterpolationGrid<T extends CalculusFieldElement<T>>
    Interface for interpolation grids.

    An interpolation grid provides a grid of time points that can be used for interpolation processes.

    In the context of DSST propagation, an interpolation grid is used for the computation through interpolation of short periodics coefficients

    Author:
    Nicolas Bernard
    • Method Detail

      • getGridPoints

        T[] getGridPoints​(T stepStart,
                          T stepEnd)
        Get grid points that are within the current step.

        The step is defined by its start and its end time.

        Parameters:
        stepStart - start of the step
        stepEnd - end of the step
        Returns:
        time points between start and end