Interface GridFunction

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void apply​(double gridValue, int... location)
      Applies this GridFunction to the value and location.
    • Method Detail

      • apply

        void apply​(double gridValue,
                   int... location)
        Applies this GridFunction to the value and location.
        Parameters:
        gridValue - the grid value at the location
        location - the value's location