ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Information on a particle that is needed only on the node the particle belongs to. More...
#include <Particle.hpp>
Public Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, long int) |
Public Attributes | |
bool | ghost = false |
is particle a ghost particle. | |
short int | lees_edwards_flag = 0 |
Utils::Vector3d | p_old = {0., 0., 0.} |
position from the last Verlet list update. | |
double | lees_edwards_offset = 0. |
Accumulated applied Lees-Edwards offset. | |
Information on a particle that is needed only on the node the particle belongs to.
Definition at line 357 of file Particle.hpp.
|
inline |
Definition at line 366 of file Particle.hpp.
References ghost, lees_edwards_flag, lees_edwards_offset, and p_old.
bool ParticleLocal::ghost = false |
is particle a ghost particle.
Definition at line 359 of file Particle.hpp.
Referenced by Particle::is_ghost(), serialize(), and Particle::set_ghost().
short int ParticleLocal::lees_edwards_flag = 0 |
Definition at line 360 of file Particle.hpp.
Referenced by Particle::lees_edwards_flag(), Particle::lees_edwards_flag(), and serialize().
double ParticleLocal::lees_edwards_offset = 0. |
Accumulated applied Lees-Edwards offset.
Definition at line 364 of file Particle.hpp.
Referenced by Particle::lees_edwards_offset(), Particle::lees_edwards_offset(), and serialize().
Utils::Vector3d ParticleLocal::p_old = {0., 0., 0.} |
position from the last Verlet list update.
Definition at line 362 of file Particle.hpp.
Referenced by Particle::pos_at_last_verlet_update(), Particle::pos_at_last_verlet_update(), and serialize().