interpolation (method)

interpolation(self, point, vertice, field)[source]

Return interpolated value of the field in a cell

Parameters
selfInterpolation

an Interpolation object

pointsndarray

evaluation points

nb_ptint

nb of evaluation points

verticendarray

vertices of the cell

fieldndarray

field to interpolate

value: array

interpolated field