pyrokinetics.units.UnitCloughTocher2DInterpolator

pyrokinetics.units.UnitCloughTocher2DInterpolator#

class pyrokinetics.units.UnitCloughTocher2DInterpolator(points, values)[source]#

Bases: object

Unit-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

__init__(points, values)[source]#

Methods

__init__(points, values)