Classes | |
class | BlockData |
wrapper class for any kind of block data (used only internally, never to be seen in the interface of public member functions) see: http://www.drdobbs.com/cpp/twisting-the-rtti-system-for-safe-dynami/229401004# More... | |
class | BlockDataHandlingAdder |
class | BlockDataHandlingFunctionAdaptor |
class | BlockDataHandlingHelper |
class | BlockDataHandlingWrapper |
class | BlockDataItem |
class | SharedSweep |
Typedefs | |
using | SelectableBlockDataHandlingWrapper = selectable::SetSelectableObject< shared_ptr< BlockDataHandlingWrapper >, SUID > |
Functions | |
bool | sortBlocksByID (IBlock *lhs, IBlock *rhs) |
using walberla::domain_decomposition::internal::SelectableBlockDataHandlingWrapper = typedef selectable::SetSelectableObject<shared_ptr<BlockDataHandlingWrapper>, SUID> |