pyrokinetics.units.UnitCloughTocher2DInterpolator#
- class pyrokinetics.units.UnitCloughTocher2DInterpolator(points, values)[source]#
Bases:
objectUnit-aware 2D CloughTocher2DInterpolator
- Parameters:
points (
pint.Quantity) – ndarray of floats, shape (npoints, ndims);values (
pint.Quantity) – ndarray of float or complex, shape (npoints, …)fill_value (
pin.Quantity) – value to be used outside of interpolation points
Methods
__init__(points, values)