ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
forces.hpp File Reference

Force calculation. More...

+ Include dependency graph for forces.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void init_forces_and_thermostat (System::System const &system)
 Combined force initialization and Langevin noise application.
 
void init_forces_ghosts (const CellStructure &cell_structure)
 Set forces of all ghosts to zero.
 
void calc_long_range_forces (ParticleRange const &particles)
 Calculate long range forces (P3M, ...).
 

Detailed Description

Force calculation.

Implementation in forces.cpp.

Definition in file forces.hpp.

Function Documentation

◆ calc_long_range_forces()

void calc_long_range_forces ( ParticleRange const &  particles)

◆ init_forces_and_thermostat()

◆ init_forces_ghosts()