If have the same issue as described in the previous question:
Speedup scipy griddata for multiple interpolations between two irregular grids .
I have a non-changing mesh with changing values. Each time step I want to interpolate the values using griddata.
However, it appears to be slow. So the question is, if, to save computation, one can make use of the fact that the grid is not changing.
I like the answer by Jaime, but I was wondering how the interpolate function would look like for cubic interpolation?