#include <BlockForest.h>
|
| | BlockInformation (const BlockForest &forest) |
| |
| bool | active () const |
| |
| void | getAllBlocks (std::vector< shared_ptr< IBlockID > > &blocks) const |
| |
| bool | getProcess (uint_t &process, const real_t x, const real_t y, const real_t z) const |
| |
| bool | getProcess (uint_t &process, const BlockID &id) const |
| |
| bool | getState (Set< SUID > &state, const real_t x, const real_t y, const real_t z) const |
| |
| bool | getState (Set< SUID > &state, const BlockID &id) const |
| |
| bool | exists (const real_t x, const real_t y, const real_t z) const |
| |
| bool | exists (const BlockID &id) const |
| |
| bool | existsRemotely (const real_t x, const real_t y, const real_t z) const |
| |
| bool | existsRemotely (const BlockID &id) const |
| |
| bool | getId (BlockID &id, const real_t x, const real_t y, const real_t z) const |
| |
| bool | getRootBlockProcess (uint_t &process, const uint_t x, const uint_t y, const uint_t z) const |
| |
| bool | getRootBlockState (Set< SUID > &state, const uint_t x, const uint_t y, const uint_t z) const |
| |
| bool | rootBlockExists (const uint_t x, const uint_t y, const uint_t z) const |
| |
| bool | rootBlockExistsRemotely (const uint_t x, const uint_t y, const uint_t z) const |
| |
◆ BlockInformation()
| walberla::blockforest::BlockForest::BlockInformation::BlockInformation |
( |
const BlockForest & | forest | ) |
|
|
inline |
◆ active()
| bool walberla::blockforest::BlockForest::BlockInformation::active |
( |
| ) |
const |
|
inline |
◆ clear()
| void walberla::blockforest::BlockForest::BlockInformation::clear |
( |
| ) |
|
|
inlineprivate |
◆ exists() [1/2]
| bool walberla::blockforest::BlockForest::BlockInformation::exists |
( |
const BlockID & | id | ) |
const |
|
inline |
◆ exists() [2/2]
| bool walberla::blockforest::BlockForest::BlockInformation::exists |
( |
const real_t | x, |
|
|
const real_t | y, |
|
|
const real_t | z ) const |
|
inline |
◆ existsRemotely() [1/2]
| bool walberla::blockforest::BlockForest::BlockInformation::existsRemotely |
( |
const BlockID & | id | ) |
const |
|
inline |
◆ existsRemotely() [2/2]
| bool walberla::blockforest::BlockForest::BlockInformation::existsRemotely |
( |
const real_t | x, |
|
|
const real_t | y, |
|
|
const real_t | z ) const |
|
inline |
◆ getAllBlocks()
| void walberla::blockforest::BlockForest::BlockInformation::getAllBlocks |
( |
std::vector< shared_ptr< IBlockID > > & | blocks | ) |
const |
◆ getId()
| bool walberla::blockforest::BlockForest::BlockInformation::getId |
( |
BlockID & | id, |
|
|
const real_t | x, |
|
|
const real_t | y, |
|
|
const real_t | z ) const |
◆ getNode() [1/2]
◆ getNode() [2/2]
◆ getProcess() [1/2]
| bool walberla::blockforest::BlockForest::BlockInformation::getProcess |
( |
uint_t & | process, |
|
|
const BlockID & | id ) const |
|
inline |
◆ getProcess() [2/2]
| bool walberla::blockforest::BlockForest::BlockInformation::getProcess |
( |
uint_t & | process, |
|
|
const real_t | x, |
|
|
const real_t | y, |
|
|
const real_t | z ) const |
|
inline |
◆ getRootBlockProcess()
| bool walberla::blockforest::BlockForest::BlockInformation::getRootBlockProcess |
( |
uint_t & | process, |
|
|
const uint_t | x, |
|
|
const uint_t | y, |
|
|
const uint_t | z ) const |
|
inline |
◆ getRootBlockState()
| bool walberla::blockforest::BlockForest::BlockInformation::getRootBlockState |
( |
Set< SUID > & | state, |
|
|
const uint_t | x, |
|
|
const uint_t | y, |
|
|
const uint_t | z ) const |
|
inline |
◆ getRootNode()
| const Node * walberla::blockforest::BlockForest::BlockInformation::getRootNode |
( |
const uint_t | x, |
|
|
const uint_t | y, |
|
|
const uint_t | z ) const |
|
inlineprivate |
◆ getState() [1/2]
| bool walberla::blockforest::BlockForest::BlockInformation::getState |
( |
Set< SUID > & | state, |
|
|
const BlockID & | id ) const |
|
inline |
◆ getState() [2/2]
| bool walberla::blockforest::BlockForest::BlockInformation::getState |
( |
Set< SUID > & | state, |
|
|
const real_t | x, |
|
|
const real_t | y, |
|
|
const real_t | z ) const |
|
inline |
◆ operator!=()
| bool walberla::blockforest::BlockForest::BlockInformation::operator!= |
( |
const BlockInformation & | rhs | ) |
const |
|
inlineprivate |
◆ operator==()
| bool walberla::blockforest::BlockForest::BlockInformation::operator== |
( |
const BlockInformation & | rhs | ) |
const |
|
private |
◆ rootBlockExists()
| bool walberla::blockforest::BlockForest::BlockInformation::rootBlockExists |
( |
const uint_t | x, |
|
|
const uint_t | y, |
|
|
const uint_t | z ) const |
|
inline |
◆ rootBlockExistsRemotely()
| bool walberla::blockforest::BlockForest::BlockInformation::rootBlockExistsRemotely |
( |
const uint_t | x, |
|
|
const uint_t | y, |
|
|
const uint_t | z ) const |
|
inline |
◆ BlockForest
◆ forest_
| const BlockForest& walberla::blockforest::BlockForest::BlockInformation::forest_ |
|
private |
◆ nodes_
| std::vector< shared_ptr< Node > > walberla::blockforest::BlockForest::BlockInformation::nodes_ |
|
private |
The documentation for this class was generated from the following files:
- /builds/administration/walberla-website/walberla/src/blockforest/BlockForest.h
- /builds/administration/walberla-website/walberla/src/blockforest/BlockForest.cpp