pylbm.elements.CylinderTriangle.distance

method

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

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

../../_images/Cylinder.png
Parameters
gridndarray

coordinates of the points

vndarray

direction of interest

dmaxfloat

distance max

Returns
ndarray

array of distances