Header file for BufferSystem.
#include "BufferSystemHelper.h"
#include "core/DataTypes.h"
#include "core/debug/Debug.h"
#include <map>
#include <set>
#include <vector>
#include "BufferSystem.impl.h"
Classes | |
class | walberla::mpi::GenericOpenMPBufferSystem< RecvBuffer_T, SendBuffer_T > |
Wrapper around BufferSystem for OpenMP parallel MPI communication. More... | |
class | walberla::mpi::GenericBufferSystem< RecvBuffer_T, SendBuffer_T > |
Manages MPI Communication with a set of known communication partners. More... | |
class | walberla::mpi::GenericBufferSystem< RecvBuffer_T, SendBuffer_T >::iterator |
struct | walberla::mpi::GenericBufferSystem< RecvBuffer_T, SendBuffer_T >::SendInfo |
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 | |
Typedefs | |
using | walberla::mpi::BufferSystem = GenericBufferSystem< RecvBuffer, SendBuffer > |