#include <BlockDataHandling.h>
|
| | 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 !
|
| GhostLayerField_T * | deserializeCoarseToFine (Block *const block) override |
| | must be thread-safe !
|
| GhostLayerField_T * | deserializeFineToCoarse (Block *const block) override |
| | must be thread-safe !
|
| Public Member Functions inherited from walberla::blockforest::BlockDataHandling< GhostLayerField_T > |
| | ~BlockDataHandling () override=default |
◆ InitializationFunction_T
template<typename GhostLayerField_T>
◆ Value_T
template<typename GhostLayerField_T>
◆ AlwaysInitializeBlockDataHandling() [1/3]
template<typename GhostLayerField_T>
◆ AlwaysInitializeBlockDataHandling() [2/3]
template<typename GhostLayerField_T>
◆ AlwaysInitializeBlockDataHandling() [3/3]
template<typename GhostLayerField_T>
◆ addInitializationFunction()
template<typename GhostLayerField_T>
◆ initialize()
template<typename GhostLayerField_T>
◆ alloc_
template<typename GhostLayerField_T>
◆ blocks_
template<typename GhostLayerField_T>
◆ calculateSize_
template<typename GhostLayerField_T>
◆ initFunction_
template<typename GhostLayerField_T>
◆ initValue_
template<typename GhostLayerField_T>
◆ layout_
template<typename GhostLayerField_T>
◆ nrOfGhostLayers_
template<typename GhostLayerField_T>
The documentation for this class was generated from the following file: