ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "config/config.hpp"
#include "cell_system/CellStructure.hpp"
#include <caliper/cali.h>
#include <cassert>
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={}) |
void short_range_loop | ( | BondKernel | bond_kernel, |
PairKernel | pair_kernel, | ||
CellStructure & | cell_structure, | ||
double | pair_cutoff, | ||
double | bond_cutoff, | ||
VerletCriterion const & | verlet_criterion = {} |
||
) |
Definition at line 44 of file short_range_loop.hpp.
Referenced by System::System::calculate_energy(), System::System::calculate_forces(), and System::System::calculate_pressure().