ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Gather particle properties (or any derived quantities) on MPI rank 0. More...
Public Member Functions | |
virtual T | kernel (Particle const &) const =0 |
void | fetch (CellStructure const &cell_structure, int pid) |
auto | join () |
Gather particle properties (or any derived quantities) on MPI rank 0.
The data is collected into an unordered map.
Definition at line 50 of file statistics_chain.cpp.
|
inline |
Definition at line 58 of file statistics_chain.cpp.
References CellStructure::get_local_particle(), and GatherParticleTraits< T >::kernel().
|
inline |
Definition at line 66 of file statistics_chain.cpp.
References comm_cart, and Utils::Mpi::gather_buffer().
|
pure virtual |
Implemented in GatherPos, GatherCom, and GatherMass.
Referenced by GatherParticleTraits< T >::fetch().