|
waLBerla 7.3
|
#include <AdaptorCreators.h>
Public Types | |
| using | AdaptionFunction_T = typename Adaptor_T::functor_t |
| Public Types inherited from walberla::domain_decomposition::BlockDataHandling< Adaptor_T > | |
| using | value_type |
Public Member Functions | |
| AdaptorHandling (const ConstBlockDataID &adaptedFieldId, const AdaptionFunction_T &function) | |
| Adaptor_T * | initialize (IBlock *const block) override |
| must be thread-safe ! | |
| Public Member Functions inherited from walberla::blockforest::AlwaysInitializeBlockDataHandling< Adaptor_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 ! | |
| Adaptor_T * | deserialize (IBlock *const block) override |
| must be thread-safe ! | |
| Adaptor_T * | deserializeCoarseToFine (Block *const block) override |
| must be thread-safe ! | |
| Adaptor_T * | deserializeFineToCoarse (Block *const block) override |
| must be thread-safe ! | |
| Public Member Functions inherited from walberla::blockforest::BlockDataHandling< Adaptor_T > | |
| ~BlockDataHandling () override=default | |
Private Attributes | |
| ConstBlockDataID | adaptedFieldId_ |
| AdaptionFunction_T | function_ |
| using walberla::field::AdaptorHandling< Adaptor_T >::AdaptionFunction_T = typename Adaptor_T::functor_t |
|
inline |
|
inlineoverridevirtual |
must be thread-safe !
Implements walberla::domain_decomposition::BlockDataHandling< Adaptor_T >.
|
private |
|
private |