walberla::blockforest::StructuredBlockForest::CellBoundingBoxHandling Class Reference

#include <StructuredBlockForest.h>

+ Inheritance diagram for walberla::blockforest::StructuredBlockForest::CellBoundingBoxHandling:

Public Member Functions

 CellBoundingBoxHandling (const StructuredBlockForest &forest)
 
CellIntervalinitialize (IBlock *const block) override
 must be thread-safe ! More...
 
- Public Member Functions inherited from walberla::blockforest::AlwaysInitializeBlockDataHandling< CellInterval >
 ~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...
 
CellIntervaldeserialize (IBlock *const block) override
 must be thread-safe ! More...
 
void deserialize (IBlock *const, const BlockDataID &, mpi::RecvBuffer &) override
 must be thread-safe ! More...
 
CellIntervaldeserializeCoarseToFine (Block *const block) override
 must be thread-safe ! More...
 
void deserializeCoarseToFine (Block *const, const BlockDataID &, mpi::RecvBuffer &) override
 must be thread-safe ! More...
 
CellIntervaldeserializeFineToCoarse (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< CellInterval >
 ~BlockDataHandling () override=default
 

Private Attributes

const StructuredBlockForestforest_
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ CellBoundingBoxHandling()

walberla::blockforest::StructuredBlockForest::CellBoundingBoxHandling::CellBoundingBoxHandling ( const StructuredBlockForest forest)
inline

Member Function Documentation

◆ initialize()

CellInterval* walberla::blockforest::StructuredBlockForest::CellBoundingBoxHandling::initialize ( IBlock *const  block)
inlineoverridevirtual

Member Data Documentation

◆ forest_

const StructuredBlockForest& walberla::blockforest::StructuredBlockForest::CellBoundingBoxHandling::forest_
private

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