Classes | |
class | FlagT |
Functions | |
void | set (FlagT &flags, const FlagT::value_type flag) |
void | unset (FlagT &flags, const FlagT::value_type flag) |
bool | isSet (const FlagT &flags, const FlagT::value_type flag) |
std::ostream & | operator<< (std::ostream &os, const FlagT &flags) |
Variables | |
static const FlagT::value_type | NO_FLAGS = 0 |
default value after initialization More... | |
static const FlagT::value_type | INFINITE = (1 << 1) |
the particle extends into at least one direction till infinity More... | |
static const FlagT::value_type | FIXED = (1 << 2) |
spatial integrators will skip this particle, however, forces and torques are reset More... | |
static const FlagT::value_type | NON_COMMUNICATING = (1 << 3) |
all communication functions are skipped for this particle More... | |
static const FlagT::value_type | GHOST = (1 << 4) |
this is a ghost particle More... | |
static const FlagT::value_type | GLOBAL = (1 << 5) |
this particle exists on all processes with the same uid More... | |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
spatial integrators will skip this particle, however, forces and torques are reset
|
static |
this is a ghost particle
|
static |
this particle exists on all processes with the same uid
|
static |
the particle extends into at least one direction till infinity
|
static |
default value after initialization
|
static |
all communication functions are skipped for this particle