|
waLBerla 7.3
|
#include <StructuredBlockForest.h>
Public Member Functions | |
| CellBoundingBoxHandling (const StructuredBlockForest &forest) | |
| CellInterval * | initialize (IBlock *const block) override |
| must be thread-safe ! | |
| Public Member Functions inherited from walberla::blockforest::AlwaysInitializeBlockDataHandling< CellInterval > | |
| ~AlwaysInitializeBlockDataHandling () override=default | |
| void | serialize (IBlock *const, const BlockDataID &, mpi::SendBuffer &) override |
| must be thread-safe ! | |
| void | serializeCoarseToFine (Block *const, const BlockDataID &, mpi::SendBuffer &, const uint_t) override |
| must be thread-safe ! | |
| void | serializeFineToCoarse (Block *const, const BlockDataID &, mpi::SendBuffer &) override |
| must be thread-safe ! | |
| CellInterval * | deserialize (IBlock *const block) override |
| must be thread-safe ! | |
| CellInterval * | deserializeCoarseToFine (Block *const block) override |
| must be thread-safe ! | |
| CellInterval * | deserializeFineToCoarse (Block *const block) override |
| must be thread-safe ! | |
| Public Member Functions inherited from walberla::blockforest::BlockDataHandling< CellInterval > | |
| ~BlockDataHandling () override=default | |
Private Attributes | |
| const StructuredBlockForest & | forest_ |
Additional Inherited Members | |
| Public Types inherited from walberla::domain_decomposition::BlockDataHandling< CellInterval > | |
| using | value_type |
|
inline |
|
inlineoverridevirtual |
must be thread-safe !
Implements walberla::domain_decomposition::BlockDataHandling< CellInterval >.
|
private |