ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
Cells Namespace Reference

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 (Utils::Span< Cell *const > cells)
 

Enumeration Type Documentation

◆ DataPart

enum Cells::DataPart : unsigned

Flags to select particle parts for communication.

Enumerator
DATA_PART_NONE 

Nothing.

DATA_PART_PROPERTIES 

Particle::p.

DATA_PART_POSITION 

Particle::r.

DATA_PART_MOMENTUM 

Particle::m.

DATA_PART_FORCE 

Particle::f.

DATA_PART_RATTLE 

Particle::rattle.

DATA_PART_BONDS 

Particle::bonds.

Definition at line 64 of file CellStructure.hpp.

◆ Resort

enum Cells::Resort : unsigned
Enumerator
RESORT_NONE 
RESORT_LOCAL 
RESORT_GLOBAL 

Definition at line 55 of file CellStructure.hpp.

Function Documentation

◆ particles()

ParticleRange Cells::particles ( Utils::Span< Cell *const >  cells)
inline