Public Member Functions | |
Boundary (int nseg, rtype *bd_fort) | |
KOKKOS_INLINE_FUNCTION bool | is_inside (int i) const |
Public Attributes | |
Kokkos::View< rtype *, Kokkos::LayoutRight, DeviceType > | iseg |
|
inline |
|
inline |
Checks if the grid node is inside the boundary
[in] | i | is the grid node index |
Kokkos::View<rtype*,Kokkos::LayoutRight,DeviceType> Boundary::iseg |