Emdee
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | List of all members
VelocityVerletIntegrator Class Reference

The VelocityVerletIntegrator class integrates the position and velocity of all particles based on the velocity-Verlet scheme. More...

#include <velocityverletintegrator.h>

Inheritance diagram for VelocityVerletIntegrator:
Inheritance graph
[legend]
Collaboration diagram for VelocityVerletIntegrator:
Collaboration graph
[legend]

Public Member Functions

 VelocityVerletIntegrator (MoleculeSystem *moleculeSystem)
 
void initialize ()
 
void stepForward ()
 
- Public Member Functions inherited from Integrator
 Integrator (MoleculeSystem *moleculeSystem)
 
void setTimeStep (double timeStep)
 
double timeStep ()
 

Additional Inherited Members

- Protected Attributes inherited from Integrator
MoleculeSystemm_moleculeSystem
 
double m_timeStep
 

Detailed Description

The VelocityVerletIntegrator class integrates the position and velocity of all particles based on the velocity-Verlet scheme.

Constructor & Destructor Documentation

VelocityVerletIntegrator::VelocityVerletIntegrator ( MoleculeSystem moleculeSystem)

Member Function Documentation

void VelocityVerletIntegrator::initialize ( )
virtual

Implements Integrator.

void VelocityVerletIntegrator::stepForward ( )
virtual

Implements Integrator.


The documentation for this class was generated from the following files: