|
BSpline Finite Element Exterior Calculus
|
Type to represent a 3D box. More...
Public Member Functions | |
| procedure | is_inside (this, x, y, z) |
| Check if a point is inside the box. | |
Type to represent a 3D box.
| procedure m_tensorprod_indices::box::is_inside | ( | class(box), intent(in) | this, |
| real(wp), intent(in) | x, | ||
| real(wp), intent(in) | y, | ||
| real(wp), intent(in) | z ) |
Check if a point is inside the box.
| this | The box |
| x | The x-coordinate of the point |
| y | The y-coordinate of the point |
| z | The z-coordinate of the point |