#include <HashGridsDataHandling.h>
|
| HashGridsDataHandling (const shared_ptr< BodyStorage > &globalStorage, const BlockDataID &storageID) |
|
HashGrids * | initialize (IBlock *const block) override |
| must be thread-safe ! More...
|
|
Public Member Functions inherited from walberla::blockforest::AlwaysInitializeBlockDataHandling< HashGrids > |
| ~AlwaysInitializeBlockDataHandling () override=default |
|
void | serialize (IBlock *const, const BlockDataID &, mpi::SendBuffer &) override |
| must be thread-safe ! More...
|
|
void | serializeCoarseToFine (Block *const, const BlockDataID &, mpi::SendBuffer &, const uint_t) override |
| must be thread-safe ! More...
|
|
void | serializeFineToCoarse (Block *const, const BlockDataID &, mpi::SendBuffer &) override |
| must be thread-safe ! More...
|
|
HashGrids * | deserialize (IBlock *const block) override |
| must be thread-safe ! More...
|
|
void | deserialize (IBlock *const, const BlockDataID &, mpi::RecvBuffer &) override |
| must be thread-safe ! More...
|
|
HashGrids * | deserializeCoarseToFine (Block *const block) override |
| must be thread-safe ! More...
|
|
void | deserializeCoarseToFine (Block *const, const BlockDataID &, mpi::RecvBuffer &) override |
| must be thread-safe ! More...
|
|
HashGrids * | deserializeFineToCoarse (Block *const block) override |
| must be thread-safe ! More...
|
|
void | deserializeFineToCoarse (Block *const, const BlockDataID &, mpi::RecvBuffer &, const uint_t) override |
| must be thread-safe ! More...
|
|
Public Member Functions inherited from walberla::blockforest::BlockDataHandling< HashGrids > |
| ~BlockDataHandling () override=default |
|
◆ HashGridsDataHandling()
walberla::pe::ccd::HashGridsDataHandling::HashGridsDataHandling |
( |
const shared_ptr< BodyStorage > & |
globalStorage, |
|
|
const BlockDataID & |
storageID |
|
) |
| |
|
inline |
◆ initialize()
HashGrids* walberla::pe::ccd::HashGridsDataHandling::initialize |
( |
IBlock *const |
block | ) |
|
|
inlineoverridevirtual |
◆ globalStorage_
shared_ptr<BodyStorage> walberla::pe::ccd::HashGridsDataHandling::globalStorage_ |
|
private |
◆ storageID_
BlockDataID walberla::pe::ccd::HashGridsDataHandling::storageID_ |
|
private |
The documentation for this class was generated from the following file: