walberla::pe::ccd::HashGridsDataHandling Class Reference

#include <HashGridsDataHandling.h>

+ Inheritance diagram for walberla::pe::ccd::HashGridsDataHandling:

Public Member Functions

 HashGridsDataHandling (const shared_ptr< BodyStorage > &globalStorage, const BlockDataID &storageID)
 
HashGridsinitialize (IBlock *const block) override
 must be thread-safe ! More...
 
- Public Member Functions inherited from walberla::blockforest::AlwaysInitializeBlockDataHandling< HashGrids >
 ~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...
 
HashGrids * deserialize (IBlock *const block) override
 must be thread-safe ! More...
 
void deserialize (IBlock *const, const BlockDataID &, mpi::RecvBuffer &) override
 must be thread-safe ! More...
 
HashGrids * deserializeCoarseToFine (Block *const block) override
 must be thread-safe ! More...
 
void deserializeCoarseToFine (Block *const, const BlockDataID &, mpi::RecvBuffer &) override
 must be thread-safe ! More...
 
HashGrids * 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< HashGrids >
 ~BlockDataHandling () override=default
 

Private Attributes

shared_ptr< BodyStorageglobalStorage_
 
BlockDataID storageID_
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ HashGridsDataHandling()

walberla::pe::ccd::HashGridsDataHandling::HashGridsDataHandling ( const shared_ptr< BodyStorage > &  globalStorage,
const BlockDataID storageID 
)
inline

Member Function Documentation

◆ initialize()

HashGrids* walberla::pe::ccd::HashGridsDataHandling::initialize ( IBlock *const  block)
inlineoverridevirtual

Member Data Documentation

◆ globalStorage_

shared_ptr<BodyStorage> walberla::pe::ccd::HashGridsDataHandling::globalStorage_
private

◆ storageID_

BlockDataID walberla::pe::ccd::HashGridsDataHandling::storageID_
private

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