#include <StructuredBlockStorage.h>
Public Member Functions | |
CellBoundingBoxHandling (const StructuredBlockStorage &storage) | |
CellInterval * | initialize (IBlock *const block) override |
must be thread-safe ! More... | |
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 ! More... | |
CellInterval * | deserialize (IBlock *const block) override |
must be thread-safe ! More... | |
void | deserialize (IBlock *const, const BlockDataID &, mpi::RecvBuffer &) override |
must be thread-safe ! More... | |
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 = CellInterval |
|
inline |
|
inlineoverridevirtual |
must be thread-safe !
Implements walberla::domain_decomposition::BlockDataHandling< CellInterval >.
|
private |