Class PythonFieldInterpolationGrid<T extends CalculusFieldElement<T>>

    • Field Detail

      • pythonObject

        protected long pythonObject
        Part of JCC Python interface to object
    • Constructor Detail

      • PythonFieldInterpolationGrid

        public PythonFieldInterpolationGrid()
    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
      • pythonExtension

        public long pythonExtension()
      • pythonDecRef

        public void pythonDecRef()
      • getGridPoints

        public T[] getGridPoints​(T stepStart,
                                 T stepEnd)
        Description copied from interface: FieldInterpolationGrid
        Get grid points that are within the current step.

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

        Specified by:
        getGridPoints in interface FieldInterpolationGrid<T extends CalculusFieldElement<T>>
        Parameters:
        stepStart - start of the step
        stepEnd - end of the step
        Returns:
        time points between start and end