#include <AMReX_Particle.H>
Public Member Functions | |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE | ConstParticleIDWrapper (const uint64_t &idata) noexcept |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE | operator Long () const noexcept |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE bool | is_valid () const noexcept |
Public Attributes | |
const uint64_t * | m_idata |
|
inlinenoexcept |
|
inlinenoexcept |
Check the sign of the id.
Returns true if the id is positive, otherwise false (invalid particle).
|
inlinenoexcept |
const uint64_t* amrex::ConstParticleIDWrapper::m_idata |