Broadcast.h File Reference

Detailed Description

#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

 walberla
 \file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de
 
 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. More...