UnstructuredGridInterpolator
Defines an interpolator appropriate for totally unstructured grids by
delegating to the scipy RBF interpolators
default_neighbors: int
__init__(self, grid, values, order=None, neighbors=None, extrapolate=True, **opts):
grid:np.ndarrayvalues:np.ndarrayorder:intneighbors:intextrapolate:boolopts:Any
__call__(self, points):
derivative(self, order):
Constructs the derivatives of the interpolator at the given order
order:Any:returns:UnstructuredGridInterpolator