unsigned get_id() const
Returns the global ID of the particle.
Definition: particle.cpp:9
bool operator!=(const Particle &other) const
Inverse of equality check.
Definition: particle.cpp:80
Particle(const unsigned local_idx)
TODO: see if this works if it's a glocal spec defined flag rather than in just one file...
Definition: particle.cpp:6
bool operator==(const Particle &other) const
Compare particle equality by their IDs.
Definition: particle.cpp:78
Definition: particle.hpp:13