Implementation of a MPI receive buffer.
#include "waLBerlaDefinitions.h"
#include "BufferSizeTrait.h"
#include "SendBuffer.h"
#include "core/debug/Debug.h"
#include "core/Sanitizer.h"
#include <algorithm>
#include <cstring>
#include <type_traits>
Classes | |
class | walberla::mpi::GenericRecvBuffer< T > |
Implementation of a MPI receive buffer. More... | |
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::RecvBuffer = GenericRecvBuffer<> |