Go to the source code of this file.
|
KOKKOS_INLINE_FUNCTION void | flag_set (long long int &flags, const bool tf, const long long int flag_loc) |
|
KOKKOS_INLINE_FUNCTION bool | flag_check (const long long int flags, const long long int flag_loc) |
|
KOKKOS_INLINE_FUNCTION bool flag_check |
( |
const long long int |
flags, |
|
|
const long long int |
flag_loc |
|
) |
| |
KOKKOS_INLINE_FUNCTION void flag_set |
( |
long long int & |
flags, |
|
|
const bool |
tf, |
|
|
const long long int |
flag_loc |
|
) |
| |
constexpr int ps_dw_factor_bits = 28 |
constexpr int ps_flag_bits = 8 |
constexpr long long int ps_flag_mask {(1u<<ps_flag_bits)-1} |
constexpr long long int ps_flag_step_mask {(1u<<ps_flag_step_bits)-1} |
constexpr long long int ps_is_divertor {16} |
constexpr long long int ps_is_escaped {8} |
constexpr long long int ps_is_in_init {2} |
constexpr long long int ps_is_outboard {32} |
constexpr long long int ps_is_to_write |
constexpr long long int ps_is_tracked {128} |
constexpr long long int ps_is_written {4} |
constexpr int ps_step_bits = 17 |
constexpr long long int ps_was_inside {64} |