Inserts a particle into the data::LinkedCells data structure.
- Attention
- Make sure to data::LinkedCells::clear() the data structure before reinserting new particles.
This kernel requires the following particle accessor interface
const size_t& getNextParticle(const size_t p_idx) const;
void setNextParticle(const size_t p_idx, const size_t& v);
#include <InsertParticleIntoLinkedCells.h>
◆ operator()()
template<typename Accessor >
void walberla::mesa_pd::kernel::InsertParticleIntoLinkedCells::operator() |
( |
const size_t |
p_idx, |
|
|
Accessor & |
ac, |
|
|
data::LinkedCells & |
lc |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: