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

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.
 

Detailed Description

Information on a particle that is needed only on the node the particle belongs to.

Definition at line 357 of file Particle.hpp.

Member Function Documentation

◆ serialize()

template<class Archive >
void ParticleLocal::serialize ( Archive &  ar,
long int   
)
inline

Definition at line 366 of file Particle.hpp.

References ghost, lees_edwards_flag, lees_edwards_offset, and p_old.

Member Data Documentation

◆ ghost

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().

◆ lees_edwards_flag

short int ParticleLocal::lees_edwards_flag = 0

◆ lees_edwards_offset

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().

◆ p_old

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().


The documentation for this struct was generated from the following file: