waLBerla 7.2
|
#include "RecvBuffer.h"
#include "SendBuffer.h"
#include "core/DataTypes.h"
#include "core/debug/Debug.h"
#include "core/mpi/MPIManager.h"
#include "core/mpi/MPIWrapper.h"
#include <vector>
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::mpi |
Functions | |
template<typename T > | |
void | walberla::mpi::broadcastObject (T &object, int senderRank=0, MPI_Comm comm=MPI_COMM_WORLD) |
Broadcasts an arbitrary sized object from one process to all other processes. | |