|
| | AlwaysInitializeBlockDataHandling (const weak_ptr< StructuredBlockStorage > &blocks, const std::function< Vector3< uint_t >(const shared_ptr< StructuredBlockStorage > &, IBlock *const) > &calculateSize=internal::defaultSize, const shared_ptr< field::FieldAllocator< Value_T > > alloc=nullptr) |
| |
| | AlwaysInitializeBlockDataHandling (const weak_ptr< StructuredBlockStorage > &blocks, const uint_t nrOfGhostLayers, const std::function< Vector3< uint_t >(const shared_ptr< StructuredBlockStorage > &, IBlock *const) > &calculateSize=internal::defaultSize, const shared_ptr< field::FieldAllocator< Value_T > > alloc=nullptr) |
| |
| | AlwaysInitializeBlockDataHandling (const weak_ptr< StructuredBlockStorage > &blocks, const uint_t nrOfGhostLayers, const Value_T &initValue, const Layout layout, const std::function< Vector3< uint_t >(const shared_ptr< StructuredBlockStorage > &, IBlock *const) > &calculateSize=internal::defaultSize, const shared_ptr< field::FieldAllocator< Value_T > > alloc=nullptr) |
| |
| void | addInitializationFunction (const InitializationFunction_T &initFunction) |
| |
| GhostLayerField_T * | initialize (IBlock *const block) override |
| | must be thread-safe !
|
| |
Public Member Functions inherited from walberla::blockforest::AlwaysInitializeBlockDataHandling< GhostLayerField_T > |
| | ~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 !
|
| |
| GhostLayerField_T * | deserialize (IBlock *const block) override |
| | must be thread-safe !
|
| |
| void | deserialize (IBlock *const, const BlockDataID &, mpi::RecvBuffer &) override |
| | must be thread-safe !
|
| |
| GhostLayerField_T * | deserializeCoarseToFine (Block *const block) override |
| | must be thread-safe !
|
| |
| void | deserializeCoarseToFine (Block *const, const BlockDataID &, mpi::RecvBuffer &) override |
| | must be thread-safe !
|
| |
| GhostLayerField_T * | deserializeFineToCoarse (Block *const block) override |
| | must be thread-safe !
|
| |
| void | deserializeFineToCoarse (Block *const, const BlockDataID &, mpi::RecvBuffer &, const uint_t) override |
| | must be thread-safe !
|
| |
Public Member Functions inherited from walberla::blockforest::BlockDataHandling< GhostLayerField_T > |
| | ~BlockDataHandling () override=default |
| |