ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
short_range_loop.hpp File Reference
#include "config/config.hpp"
#include "cell_system/CellStructure.hpp"
#include <caliper/cali.h>
#include <cassert>
+ Include dependency graph for short_range_loop.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class BondKernel , class PairKernel , class VerletCriterion = detail::True>
void short_range_loop (BondKernel bond_kernel, PairKernel pair_kernel, CellStructure &cell_structure, double pair_cutoff, double bond_cutoff, VerletCriterion const &verlet_criterion={})
 

Function Documentation

◆ short_range_loop()

template<class BondKernel , class PairKernel , class VerletCriterion = detail::True>
void short_range_loop ( BondKernel  bond_kernel,
PairKernel  pair_kernel,
CellStructure cell_structure,
double  pair_cutoff,
double  bond_cutoff,
VerletCriterion const &  verlet_criterion = {} 
)