|
| __host__ __device__ Long | amrex::particle_impl::unpack_id (const uint64_t idcpu) noexcept |
| |
| __host__ __device__ int | amrex::particle_impl::unpack_cpu (const uint64_t idcpu) noexcept |
| |
| __host__ __device__ void | amrex::particle_impl::pack_id (uint64_t &idcpu, const Long id) noexcept |
| |
| __host__ __device__ void | amrex::particle_impl::pack_cpu (uint64_t &idcpu, const int cpu) noexcept |
| |
| __host__ __device__ void | amrex::particle_impl::make_invalid (uint64_t &idcpu) noexcept |
| |
| template<typename T_SIMD , typename T_Mask > |
| __host__ __device__ void | amrex::particle_impl::make_invalid (T_SIMD &idcpu, T_Mask const &mask) noexcept |
| |
| __host__ __device__ void | amrex::particle_impl::make_valid (uint64_t &idcpu) noexcept |
| |
| template<typename T_SIMD , typename T_Mask > |
| __host__ __device__ void | amrex::particle_impl::make_valid (T_SIMD &idcpu, T_Mask const &mask) noexcept |
| |
| __host__ __device__ bool | amrex::particle_impl::is_valid (const uint64_t idcpu) noexcept |
| |
| __host__ __device__ std::uint64_t | amrex::SetParticleIDandCPU (Long id, int cpu) noexcept |
| |
| template<int NReal, int NInt> |
| std::ostream & | amrex::operator<< (std::ostream &os, const Particle< NReal, NInt > &p) |
| |
| template<int NReal> |
| std::ostream & | amrex::operator<< (std::ostream &os, const Particle< NReal, 0 > &p) |
| |
| template<int NInt> |
| std::ostream & | amrex::operator<< (std::ostream &os, const Particle< 0, NInt > &p) |
| |
| template<int NReal = 0, int NInt = 0> |
| std::ostream & | amrex::operator<< (std::ostream &os, const Particle< 0, 0 > &p) |
| |