ConvexPolyhedron.h File Reference

Detailed Description

Marshalling of objects for data transmission or storage.

Author
Christian Godenschwager chris.nosp@m.tian.nosp@m..gode.nosp@m.nsch.nosp@m.wager.nosp@m.@fau.nosp@m..de

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)