|
waLBerla 7.2
|
Implementation of a MPI receive buffer.
Copyright (C) 2009 Klaus Iglberger Taken from "pe Physics Engine" with small changes
#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 | |
| 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::RecvBuffer = GenericRecvBuffer<> |