Broadcast a property from the master particle to all corresponding ghost particles.
#include <BroadcastProperty.h>
Public Member Functions | |
template<typename Notification > | |
void | operator() (data::ParticleStorage &ps) const |
int64_t | getBytesSent () const |
int64_t | getBytesReceived () const |
int64_t | getNumberOfSends () const |
int64_t | getNumberOfReceives () const |
Private Attributes | |
int | numProcesses_ = walberla::mpi::MPIManager::instance()->numProcesses() |
int64_t | bytesSent_ = 0 |
int64_t | bytesReceived_ = 0 |
int64_t | numberOfSends_ = 0 |
int64_t | numberOfReceives_ = 0 |
|
inline |
|
inline |
|
inline |
|
inline |
void walberla::mesa_pd::mpi::BroadcastProperty::operator() | ( | data::ParticleStorage & | ps | ) | const |
|
mutableprivate |
|
mutableprivate |
|
mutableprivate |
|
mutableprivate |
|
private |