Block-Structured AMR Software Framework
amrex::LongParticleIds Namespace Reference

Variables

constexpr Long GhostParticleID = 549755813887L
 
constexpr Long VirtualParticleID = GhostParticleID - 1
 
constexpr Long LastParticleID = GhostParticleID - 2
 
constexpr Long DoSplitParticleID = GhostParticleID - 3
 
constexpr Long NoSplitParticleID = GhostParticleID - 4
 

Detailed Description

Special flags used for 64-bit Long particle Ids

Variable Documentation

◆ DoSplitParticleID

constexpr Long amrex::LongParticleIds::DoSplitParticleID = GhostParticleID - 3
constexpr

◆ GhostParticleID

constexpr Long amrex::LongParticleIds::GhostParticleID = 549755813887L
constexpr

◆ LastParticleID

constexpr Long amrex::LongParticleIds::LastParticleID = GhostParticleID - 2
constexpr

◆ NoSplitParticleID

constexpr Long amrex::LongParticleIds::NoSplitParticleID = GhostParticleID - 4
constexpr

◆ VirtualParticleID

constexpr Long amrex::LongParticleIds::VirtualParticleID = GhostParticleID - 1
constexpr