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.ndarray
  • values: np.ndarray
  • order: int
  • neighbors: int
  • extrapolate: bool
  • opts: Any

 

__call__(self, points): 

 

derivative(self, order): 

Constructs the derivatives of the interpolator at the given order

  • order: Any
  • :returns: UnstructuredGridInterpolator

Feedback

Examples

Templates

Documentation