ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Enumerations | |
enum | Resort : unsigned { RESORT_NONE = 0u , RESORT_LOCAL = 1u , RESORT_GLOBAL = 2u } |
enum | DataPart : unsigned { DATA_PART_NONE = 0u , DATA_PART_PROPERTIES = 1u , DATA_PART_POSITION = 2u , DATA_PART_MOMENTUM = 8u , DATA_PART_FORCE = 16u , DATA_PART_RATTLE = 32u , DATA_PART_BONDS = 64u } |
Flags to select particle parts for communication. More... | |
Functions | |
ParticleRange | particles (std::span< Cell *const > cells) |
enum Cells::DataPart : unsigned |
Flags to select particle parts for communication.
Definition at line 66 of file CellStructure.hpp.
enum Cells::Resort : unsigned |
Enumerator | |
---|---|
RESORT_NONE | |
RESORT_LOCAL | |
RESORT_GLOBAL |
Definition at line 57 of file CellStructure.hpp.
|
inline |
Definition at line 89 of file CellStructure.hpp.
References Cell::particles().
Referenced by CellStructure::ghost_particles(), and CellStructure::local_particles().