This class is used to read in the phasespace and to handle macroscopic values.
Definition: Domain.h:47
void eventForcesCalculated(ParticleContainer *molCont, Domain *domain)
steps between the force calculation and the end of the time step
Definition: Leapfrog.cpp:35
virtual void readXML(XMLfileUnits &xmlconfig)
Read in XML configuration for leapfrog integrator and all its included objects.
Definition: Leapfrog.cpp:28
void eventNewTimestep(ParticleContainer *molCont, Domain *domain)
performs all steps that can be done before new forces are needed
Definition: Leapfrog.cpp:41
This Interface is used to get access to particles and pairs of particles.
Definition: ParticleContainer.h:69