Marshalling of objects for data transmission or storage.
#include "mesh/pe/rigid_body/ConvexPolyhedron.h"
#include "pe/communication/Instantiate.h"
#include "pe/communication/Marshalling.h"
Classes | |
struct | walberla::mesh::pe::ConvexPolyhedronParameters |
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::mesh | |
walberla::mesh::pe | |
walberla::pe | |
walberla::pe::communication | |
Functions | |
void | walberla::mesh::pe::marshal (mpi::SendBuffer &buffer, const ConvexPolyhedron &obj) |
Marshalling a polyhedron primitive. More... | |
void | walberla::mesh::pe::unmarshal (mpi::RecvBuffer &buffer, ConvexPolyhedronParameters &objparam) |
Unmarshalling a polyhedron primitive. More... | |
template<> | |
mesh::pe::ConvexPolyhedronPtr | walberla::pe::communication::instantiate (mpi::RecvBuffer &buffer, const math::AABB &domain, const math::AABB &block, mesh::pe::ConvexPolyhedronID &newBody) |