SendBuffer.h File Reference

Detailed Description

Implementation of a MPI send buffer.

Author
Klaus Iglberger 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

 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::SendBuffer = GenericSendBuffer<>