#include <BoundarySetter.h>
Public Member Functions | |
Setup | |
| |
void | setConfigBlock (const Config::BlockHandle &blockHandle, const std::set< std::string > &subblocksToIgnore=std::set< std::string >()) |
void | setBoundaryConfigBlock (const BoundaryUID &boundaryUID, const Config::BlockHandle &blockHandle) |
void | setBoundaryConfig (const BoundaryUID &boundaryUID, const shared_ptr< BoundaryConfiguration > &conf) |
void | setFlagUID (const FlagUID &flag) |
Setting Boundaries | |
bool | flagOrBoundaryCondition_ |
BoundaryUID | boundaryUID_ |
Config::BlockHandle | boundaryConfigBlock_ |
FlagUID | flagUID_ |
BoundaryHandling_T::flag_t | flag_ |
shared_ptr< BoundaryConfiguration > | bcConfig_ |
BoundaryHandling_T * | boundaryHandling_ |
void | configure (IBlock &block, BlockDataID boundaryHandlingID) |
void | set (cell_idx_t x, cell_idx_t y, cell_idx_t z) |
void | set (const CellInterval &ci) |
template<typename CellIterator > | |
void | set (const CellIterator &begin, const CellIterator &end) |
BoundaryHandling_T::FlagField * | getFlagField () const |
static const BoundaryHandling_T::FlagField * | getFlagField (const IBlock &block, ConstBlockDataID bdId) |
void walberla::geometry::initializer::BoundarySetter< BoundaryHandling_T >::configure | ( | IBlock & | block, |
BlockDataID | boundaryHandlingID | ||
) |
|
inline |
|
inlinestatic |
void walberla::geometry::initializer::BoundarySetter< BoundaryHandling_T >::set | ( | cell_idx_t | x, |
cell_idx_t | y, | ||
cell_idx_t | z | ||
) |
void walberla::geometry::initializer::BoundarySetter< BoundaryHandling_T >::set | ( | const CellInterval & | ci | ) |
void walberla::geometry::initializer::BoundarySetter< BoundaryHandling_T >::set | ( | const CellIterator & | begin, |
const CellIterator & | end | ||
) |
void walberla::geometry::initializer::BoundarySetter< BoundaryHandling_T >::setBoundaryConfig | ( | const BoundaryUID & | boundaryUID, |
const shared_ptr< BoundaryConfiguration > & | conf | ||
) |
void walberla::geometry::initializer::BoundarySetter< BoundaryHandling_T >::setBoundaryConfigBlock | ( | const BoundaryUID & | boundaryUID, |
const Config::BlockHandle & | blockHandle | ||
) |
void walberla::geometry::initializer::BoundarySetter< BoundaryHandling_T >::setConfigBlock | ( | const Config::BlockHandle & | blockHandle, |
const std::set< std::string > & | subblocksToIgnore = std::set<std::string> () |
||
) |
void walberla::geometry::initializer::BoundarySetter< BoundaryHandling_T >::setFlagUID | ( | const FlagUID & | flag | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |