Go to the source code of this file.
|
template<class Device > |
KOKKOS_INLINE_FUNCTION void | get_current_triangles_c (const Species< Device > &species, const Grid< Device > &grid, const Kokkos::View< int *, Kokkos::LayoutRight, Device > ¤t_triangle, int) |
|
template<class Device >
KOKKOS_INLINE_FUNCTION void get_current_triangles_c |
( |
const Species< Device > & |
species, |
|
|
const Grid< Device > & |
grid, |
|
|
const Kokkos::View< int *, Kokkos::LayoutRight, Device > & |
current_triangle, |
|
|
int |
i_item |
|
) |
| |
Loop over particles and save the triangle they belong to
- Parameters
-
[in] | part | Particle AoSoA |
[in] | i_item | Particle/vector index |