This iterator iterate across the particles of a Cell-list following the Cell structure.
More...
template<unsigned int dim, typename CellListType>
class ParticleIt_Cells< dim, CellListType >
This iterator iterate across the particles of a Cell-list following the Cell structure.
- Template Parameters
-
dim | Dimensionality |
CellListType | type of the cell-list |
Definition at line 18 of file ParticleIt_Cells.hpp.
#include <ParticleIt_Cells.hpp>
◆ ParticleIt_Cells()
template<unsigned int dim, typename CellListType>
Initialize the iterator.
- Parameters
-
cli | Cell-list |
dom_cell | domain cell |
g_m | ghost marker |
Definition at line 73 of file ParticleIt_Cells.hpp.
◆ get()
template<unsigned int dim, typename CellListType>
◆ isNext()
template<unsigned int dim, typename CellListType>
Return true if there is the next particle.
- Returns
- true if there is a new point
Definition at line 129 of file ParticleIt_Cells.hpp.
◆ operator++()
template<unsigned int dim, typename CellListType>
Increment to the next particle.
- Returns
- The actual particle iterator
Definition at line 110 of file ParticleIt_Cells.hpp.
◆ selectValid()
template<unsigned int dim, typename CellListType>
The documentation for this class was generated from the following file: