#include <BlockForestDataHandling.h>
|
| | BlockForestDataHandling (const std::shared_ptr< data::ParticleStorage > &ps) |
| |
| | ~BlockForestDataHandling () override=default |
| |
| internal::ParticleDeleter * | initialize (IBlock *const block) override |
| | must be thread-safe !
|
| |
| void | serialize (IBlock *const block, const BlockDataID &id, mpi::SendBuffer &buffer) override |
| | must be thread-safe !
|
| |
| internal::ParticleDeleter * | deserialize (IBlock *const block) override |
| | must be thread-safe !
|
| |
| void | deserialize (IBlock *const block, const BlockDataID &id, mpi::RecvBuffer &buffer) override |
| | must be thread-safe !
|
| |
| void | serializeCoarseToFine (Block *const block, const BlockDataID &id, mpi::SendBuffer &buffer, const uint_t child) override |
| | must be thread-safe !
|
| |
| void | serializeFineToCoarse (Block *const block, const BlockDataID &id, mpi::SendBuffer &buffer) override |
| | must be thread-safe !
|
| |
| internal::ParticleDeleter * | deserializeCoarseToFine (Block *const block) override |
| | must be thread-safe !
|
| |
| internal::ParticleDeleter * | deserializeFineToCoarse (Block *const block) override |
| | must be thread-safe !
|
| |
| void | deserializeCoarseToFine (Block *const block, const BlockDataID &id, mpi::RecvBuffer &buffer) override |
| | must be thread-safe !
|
| |
| void | deserializeFineToCoarse (Block *const block, const BlockDataID &id, mpi::RecvBuffer &buffer, const uint_t child) override |
| | must be thread-safe !
|
| |
Public Member Functions inherited from walberla::blockforest::BlockDataHandling< internal::ParticleDeleter > |
| | ~BlockDataHandling () override=default |
| |
◆ BlockForestDataHandling()
| walberla::mesa_pd::domain::BlockForestDataHandling::BlockForestDataHandling |
( |
const std::shared_ptr< data::ParticleStorage > & | ps | ) |
|
|
inline |
◆ ~BlockForestDataHandling()
| walberla::mesa_pd::domain::BlockForestDataHandling::~BlockForestDataHandling |
( |
| ) |
|
|
overridedefault |
◆ deserialize() [1/2]
◆ deserialize() [2/2]
◆ deserializeCoarseToFine() [1/2]
◆ deserializeCoarseToFine() [2/2]
◆ deserializeFineToCoarse() [1/2]
◆ deserializeFineToCoarse() [2/2]
◆ deserializeImpl()
◆ initialize()
◆ serialize()
◆ serializeCoarseToFine()
◆ serializeFineToCoarse()
◆ ps_
The documentation for this class was generated from the following files: