pylbm.elements.Circle.distance

method

Circle.distance(self, grid, v, dmax=None)

Compute the distance in the v direction between the circle and the points defined by (x, y).

../../_images/Circle.png
Parameters
gridndarray

coordinates of the points

vndarray

direction of interest

dmaxfloat

distance max

Returns
ndarray

array of distances