|
waLBerla 7.2
|
#include <BlockDataHandling.h>
Inheritance diagram for walberla::domain_decomposition::AlwaysInitializeBlockDataHandling< T >:Public Member Functions | |
| ~AlwaysInitializeBlockDataHandling () override=default | |
| void | serialize (IBlock *const, const BlockDataID &, mpi::SendBuffer &) override |
| must be thread-safe ! | |
| T * | 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< T > | |
| virtual | ~BlockDataHandling ()=default |
| virtual T * | initialize (IBlock *const block)=0 |
| must be thread-safe ! | |
Additional Inherited Members | |
Public Types inherited from walberla::domain_decomposition::BlockDataHandling< T > | |
| using | value_type = T |
|
overridedefault |
|
inlineoverridevirtual |
must be thread-safe !
Implements walberla::domain_decomposition::BlockDataHandling< T >.
|
inlineoverridevirtual |
must be thread-safe !
Implements walberla::domain_decomposition::BlockDataHandling< T >.
|
inlineoverridevirtual |
must be thread-safe !
Implements walberla::domain_decomposition::BlockDataHandling< T >.