|
|
Iterators
|
|
|
### Iterators
|
|
|
|
|
|
Each class is strongly suggest to implement at least one iterator to explore the data, also consider to implement iterator to explore subset of your data. For example grid implement several iterator to explore the full data or sub-grid, Cell list implements iterator on nearest neighbourhood cell to explore near particle (under test). Two kind of iterator exist
|
|
|
|
... | ... | |