|
| GhostLayerFieldDataHandling (const weak_ptr< StructuredBlockStorage > &blocks, const uint_t nrOfGhostLayers, const Value_T &initValue, const Layout layout, uint_t alignment=0) |
|
GhostLayerField_T * | allocate (IBlock *const block) |
| must be thread-safe ! More...
|
|
GhostLayerField_T * | reallocate (IBlock *const block) |
| must be thread-safe ! More...
|
|
Public Member Functions inherited from walberla::field::BlockDataHandling< GhostLayerField_T > |
| ~BlockDataHandling () override=default |
|
void | addInitializationFunction (const InitializationFunction_T &initFunction) |
|
GhostLayerField_T * | initialize (IBlock *const block) override |
| must be thread-safe ! More...
|
|
void | serialize (IBlock *const block, const BlockDataID &id, mpi::SendBuffer &buffer) override |
| must be thread-safe ! More...
|
|
void | serializeCoarseToFine (Block *const block, const BlockDataID &id, mpi::SendBuffer &buffer, const uint_t child) override |
| must be thread-safe ! More...
|
|
void | serializeFineToCoarse (Block *const block, const BlockDataID &id, mpi::SendBuffer &buffer) override |
| must be thread-safe ! More...
|
|
GhostLayerField_T * | deserialize (IBlock *const block) override |
| must be thread-safe ! More...
|
|
void | deserialize (IBlock *const block, const BlockDataID &id, mpi::RecvBuffer &buffer) override |
| must be thread-safe ! More...
|
|
GhostLayerField_T * | deserializeCoarseToFine (Block *const block) override |
| must be thread-safe ! More...
|
|
void | deserializeCoarseToFine (Block *const block, const BlockDataID &id, mpi::RecvBuffer &buffer) override |
| must be thread-safe ! More...
|
|
GhostLayerField_T * | deserializeFineToCoarse (Block *const block) override |
| must be thread-safe ! More...
|
|
void | deserializeFineToCoarse (Block *const block, const BlockDataID &id, mpi::RecvBuffer &buffer, const uint_t child) override |
| must be thread-safe ! More...
|
|