|
waLBerla 7.3
|
Public Member Functions | |
| Node () | |
| Node (const uint_t process, const Set< SUID > &state) | |
| bool | operator== (const Node &rhs) const |
| bool | operator!= (const Node &rhs) const |
| void | setChild (const uint_t index, shared_ptr< Node > const child) |
Public Attributes | |
| uint_t | process_ |
| Set< SUID > | state_ |
| std::vector< shared_ptr< Node > > | children_ |
|
inline |
|
inline |
|
inline |
|
inline |
| std::vector< shared_ptr< Node > > walberla::blockforest::BlockForest::BlockInformation::Node::children_ |