Classes | |
class | CCDDataHandling |
class | HashGrids |
Implementation of the 'Hierarchical Hash Grids' coarse collision detection algorithm. More... | |
class | HashGridsBodyTrait |
Specialization of the BodyTrait class template for the 'hierarchical hash-grid' algorithm. More... | |
class | HashGridsDataHandling |
class | ICCD |
class | SimpleCCD |
class | SimpleCCDDataHandling |
Functions | |
template<typename CCD > | |
shared_ptr< CCD > | createCCDDataHandling (const BlockDataID &storageID) |
shared_ptr< HashGridsDataHandling > | createHashGridsDataHandling (const shared_ptr< BodyStorage > &globalStorage, const BlockDataID &storageID) |
bool | operator== (const ICCD &lhs, const ICCD &rhs) |
Compare if two coarse collision detectors are equal. More... | |
shared_ptr< SimpleCCDDataHandling > | createSimpleCCDDataHandling (const shared_ptr< BodyStorage > &globalStorage, const BlockDataID &storageID) |
shared_ptr<CCD> walberla::pe::ccd::createCCDDataHandling | ( | const BlockDataID & | storageID | ) |
|
inline |
|
inline |