walberla::pe::ccd::CCDDataHandling< CCD > Class Template Reference

#include <CCDDataHandling.h>

+ Inheritance diagram for walberla::pe::ccd::CCDDataHandling< CCD >:

Public Member Functions

 CCDDataHandling (const BlockDataID &storageID)
 
- Public Member Functions inherited from walberla::blockforest::AlwaysInitializeBlockDataHandling< CCD >
 ~AlwaysInitializeBlockDataHandling () override=default
 
void serialize (IBlock *const, const BlockDataID &, mpi::SendBuffer &) override
 must be thread-safe ! More...
 
void serializeCoarseToFine (Block *const, const BlockDataID &, mpi::SendBuffer &, const uint_t) override
 must be thread-safe ! More...
 
void serializeFineToCoarse (Block *const, const BlockDataID &, mpi::SendBuffer &) override
 must be thread-safe ! More...
 
CCD * deserialize (IBlock *const block) override
 must be thread-safe ! More...
 
void deserialize (IBlock *const, const BlockDataID &, mpi::RecvBuffer &) override
 must be thread-safe ! More...
 
CCD * deserializeCoarseToFine (Block *const block) override
 must be thread-safe ! More...
 
void deserializeCoarseToFine (Block *const, const BlockDataID &, mpi::RecvBuffer &) override
 must be thread-safe ! More...
 
CCD * deserializeFineToCoarse (Block *const block) override
 must be thread-safe ! More...
 
void deserializeFineToCoarse (Block *const, const BlockDataID &, mpi::RecvBuffer &, const uint_t) override
 must be thread-safe ! More...
 
- Public Member Functions inherited from walberla::blockforest::BlockDataHandling< CCD >
 ~BlockDataHandling () override=default
 
- Public Member Functions inherited from walberla::domain_decomposition::BlockDataHandling< CCD >
virtual CCD * initialize (IBlock *const block)=0
 must be thread-safe ! More...
 

Private Attributes

BlockDataID storageID_
 

Additional Inherited Members

- Public Types inherited from walberla::domain_decomposition::BlockDataHandling< CCD >
using value_type = CCD
 

Constructor & Destructor Documentation

◆ CCDDataHandling()

template<typename CCD >
walberla::pe::ccd::CCDDataHandling< CCD >::CCDDataHandling ( const BlockDataID storageID)
inline

Member Data Documentation

◆ storageID_

template<typename CCD >
BlockDataID walberla::pe::ccd::CCDDataHandling< CCD >::storageID_
private

The documentation for this class was generated from the following file: