![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <ghosts.hpp>
Collaboration diagram for GhostCommunication:Public Attributes | |
| int | type |
| Communication type. | |
| int | node |
| Node to communicate with (to use with all MPI operations). | |
| std::vector< ParticleList * > | part_lists = {} |
| Pointer array to particle lists to communicate. | |
| Utils::Vector3d | shift = {} |
| Position shift for ghost particles. | |
Definition at line 144 of file ghosts.hpp.
| int GhostCommunication::node |
Node to communicate with (to use with all MPI operations).
Definition at line 148 of file ghosts.hpp.
| std::vector<ParticleList *> GhostCommunication::part_lists = {} |
Pointer array to particle lists to communicate.
Definition at line 151 of file ghosts.hpp.
| Utils::Vector3d GhostCommunication::shift = {} |
Position shift for ghost particles.
The shift is done on the sender side.
Definition at line 155 of file ghosts.hpp.
| int GhostCommunication::type |
Communication type.
Definition at line 146 of file ghosts.hpp.