pyLBM.elements.Sphere.point_inside

Sphere.point_inside(grid)

return a boolean array which defines if a point is inside or outside of the sphere.

Parameters:

x : x coordinates of the points

y : y coordinates of the points

z : z coordinates of the points

Returns:

Array of boolean (True inside the sphere, False otherwise)

Notes

the edge of the sphere is considered as inside.