Go to the source code of this file.
|
using | mdrPolicyFindPairs = Kokkos::MDRangePolicy< Kokkos::IndexType< uint32 >, Kokkos::Rank< 3 >, Kokkos::Schedule< Kokkos::Dynamic >, DefaultExecutionSpace > |
|
|
template<typename T > |
INLINE_FUNCTION_HD void | Swap (T &x, T &y) |
|
INLINE_FUNCTION_HD bool | sphereSphereCheck (const realx3 &p1, const realx3 p2, real d1, real d2) |
|
uint32 | findPairsCount (csPairContainerType &pairs, real sizeRatio, const deviceViewType1D< realx3 > &pointPos, const pFlagTypeDevice &flags, const deviceViewType1D< real > &diameter, mapperNBS::CellIterator cellIter) |
|