|
waLBerla 7.2
|
#include <StructuredBlockStorage.h>
Inheritance diagram for walberla::domain_decomposition::StructuredBlockStorage::CellBoundingBoxHandling:Public Member Functions | |
| CellBoundingBoxHandling (const StructuredBlockStorage &storage) | |
| CellInterval * | initialize (IBlock *const block) override |
| must be thread-safe ! | |
Public Member Functions inherited from walberla::domain_decomposition::AlwaysInitializeBlockDataHandling< CellInterval > | |
| ~AlwaysInitializeBlockDataHandling () override=default | |
| void | serialize (IBlock *const, const BlockDataID &, mpi::SendBuffer &) override |
| must be thread-safe ! | |
| CellInterval * | deserialize (IBlock *const block) override |
| must be thread-safe ! | |
| void | deserialize (IBlock *const, const BlockDataID &, mpi::RecvBuffer &) override |
| must be thread-safe ! | |
Public Member Functions inherited from walberla::domain_decomposition::BlockDataHandling< CellInterval > | |
| virtual | ~BlockDataHandling ()=default |
Private Attributes | |
| const StructuredBlockStorage & | storage_ |
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 |