#include <BlockDataHandling.h>
|
| | DefaultBlockDataHandling (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) |
| | DefaultBlockDataHandling (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) |
| | DefaultBlockDataHandling (const weak_ptr< StructuredBlockStorage > &blocks, const uint_t nrOfGhostLayers, const Value_T &initValue, const Layout layout=fzyx, const std::function< Vector3< uint_t >(const shared_ptr< StructuredBlockStorage > &, IBlock *const) > &calculateSize=internal::defaultSize, const shared_ptr< field::FieldAllocator< Value_T > > alloc=nullptr) |
| Public Member Functions inherited from walberla::field::BlockDataHandling< GhostLayerField_T > |
| | ~BlockDataHandling () override=default |
| void | addInitializationFunction (const InitializationFunction_T &initFunction) |
| void | serializeGhostLayers (const bool serializeGhostLayers) |
| GhostLayerField_T * | initialize (IBlock *const block) override |
| | must be thread-safe !
|
| void | serialize (IBlock *const block, const BlockDataID &id, mpi::SendBuffer &buffer) override |
| | must be thread-safe !
|
| void | serializeCoarseToFine (Block *const block, const BlockDataID &id, mpi::SendBuffer &buffer, const uint_t child) override |
| | must be thread-safe !
|
| void | serializeFineToCoarse (Block *const block, const BlockDataID &id, mpi::SendBuffer &buffer) 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 !
|
◆ Value_T
template<typename GhostLayerField_T>
◆ DefaultBlockDataHandling() [1/3]
template<typename GhostLayerField_T>
◆ DefaultBlockDataHandling() [2/3]
template<typename GhostLayerField_T>
◆ DefaultBlockDataHandling() [3/3]
template<typename GhostLayerField_T>
◆ allocate()
template<typename GhostLayerField_T>
|
|
inlineoverrideprotectedvirtual |
◆ reallocate()
template<typename GhostLayerField_T>
|
|
inlineoverrideprotectedvirtual |
◆ alloc_
template<typename GhostLayerField_T>
◆ blocks_
template<typename GhostLayerField_T>
◆ calculateSize_
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: