waLBerla 7.2
|
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::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 | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::mpi |
Typedefs | |
using | walberla::mpi::BufferSystem = GenericBufferSystem<RecvBuffer, SendBuffer> |