![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <iterator>
Include dependency graph for link_cell.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | Algorithm |
Functions | |
| template<typename CellIterator , typename PairKernel > | |
| void | Algorithm::link_cell (CellIterator first, CellIterator last, PairKernel &&pair_kernel) |
| Iterates over all particles in the cell range, and over all pairs within the cells and with their neighbors. | |