waLBerla 7.2
|
Implementation of a MPI send buffer.
Copyright (C) 2009 Klaus Iglberger Taken from "pe Physics Engine" with small changes
#include "waLBerlaDefinitions.h"
#include "BufferSizeTrait.h"
#include "growPolicies/ConstantGrowth.h"
#include "growPolicies/LinearGrowth.h"
#include "growPolicies/OptimalGrowth.h"
#include "core/debug/Debug.h"
#include "core/Sanitizer.h"
#include <algorithm>
#include <typeinfo>
#include <cstring>
#include <type_traits>
Classes | |
class | walberla::mpi::GenericSendBuffer< T, G > |
Implementation of a MPI send buffer. More... | |
class | walberla::mpi::GenericSendBuffer< T, G >::Ptr< VT > |
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::SendBuffer = GenericSendBuffer<> |