|
preCICE
|
Enumerations | |
| enum class | Pow2Mode { Smaller , Larger , Closest } |
Functions | |
| int | powerOfTwo (int n, const Pow2Mode mode) |
| template<typename ExecSpace, typename FunctorType, typename Policy> | |
| auto | findTeamSize (int avgWork, const Pow2Mode mode, const FunctorType &functor, const Policy &policy) |
| template<typename... Args> | |
| KOKKOS_INLINE_FUNCTION constexpr void | capture_conditional_variables (const Args &...) |
|
strong |
| Enumerator | |
|---|---|
| Smaller | |
| Larger | |
| Closest | |
Definition at line 24 of file KokkosPUMKernels_Impl.hpp.
|
constexpr |
Definition at line 89 of file KokkosPUMKernels_Impl.hpp.
| auto precice::mapping::kernel::impl::findTeamSize | ( | int | avgWork, |
| const Pow2Mode | mode, | ||
| const FunctorType & | functor, | ||
| const Policy & | policy ) |
|
inline |
Definition at line 33 of file KokkosPUMKernels_Impl.hpp.