pyLBM.elements.Parallelogram.point_inside

Parallelogram.point_inside(grid)

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

Parameters:

x : x coordinates of the points

y : y coordinates of the points

Returns:

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

Notes

the edges of the parallelogram are considered as inside.