Kernel which updates the currentBlock property of all local properties.
All particles are checked against the blocks in the BlockForest and the property is set accordingly.
#include <AssocToBlock.h>
Public Member Functions | |
AssocToBlock (const std::shared_ptr< BlockForest > &bf) | |
template<typename Accessor > | |
void | operator() (const size_t i, Accessor &ac) const |
Private Attributes | |
std::shared_ptr< BlockForest > | bf_ = nullptr |
|
inlineexplicit |
|
inline |
|
private |