ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <iterator>
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. | |