
#include <MTSIntegrator.h>
Inheritance diagram for ProtoMol::MTSIntegrator:

Public Member Functions | |
| MTSIntegrator () | |
| MTSIntegrator (int cycles, ForceGroup *overloadedForces, StandardIntegrator *nextIntegrator) | |
| virtual | ~MTSIntegrator () |
| MTSIntegrator * | make (std::string &errMsg, const std::vector< Value > &values, ForceGroup *fg, StandardIntegrator *nextIntegrator) const |
| virtual void | getParameters (std::vector< Parameter > ¶meter) const |
| virtual unsigned int | getParameterSize () const |
| virtual Real | getTimestep () const |
| virtual void | initialize (GenericTopology *topo, Vector3DBlock *positions, Vector3DBlock *velocities, ScalarStructure *energies) |
| virtual Integrator * | next () |
| virtual const Integrator * | next () const |
Protected Member Functions | |
| virtual void | doDriftOrNextIntegrator () |
Protected Attributes | |
| StandardIntegrator * | myNextIntegrator |
| const int | myCycleLength |
Private Member Functions | |
| virtual MTSIntegrator * | doMake (std::string &errMsg, const std::vector< Value > &values, ForceGroup *fg, StandardIntegrator *nextIntegrator) const=0 |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
Implements ProtoMol::StandardIntegrator. |
|
||||||||||||||||||||
|
|
retrieve all parameters
Implements ProtoMol::Makeable. Reimplemented in ProtoMol::BSplineMOLLYIntegrator, ProtoMol::DihedralHMCIntegrator, ProtoMol::MCIntegrator, ProtoMol::ShadowHMCIntegrator, and ProtoMol::UmbrellaIntegrator. |
|
|
number of parameters
Implements ProtoMol::Makeable. Reimplemented in ProtoMol::BSplineMOLLYIntegrator, ProtoMol::DihedralHMCIntegrator, ProtoMol::DLMCIntegrator, ProtoMol::HMCIntegrator, ProtoMol::ShadowHMCIntegrator, and ProtoMol::UmbrellaIntegrator. |
|
|
Returns the time step of the actual integrator.
Implements ProtoMol::Integrator. |
|
||||||||||||||||||||
|
Set the integrator up. This method can be called at any time, and should perform any starting force evaluations the integrator needs in order to run correctly. The simulation data should be kept in the given structures. Reimplemented from ProtoMol::StandardIntegrator. Reimplemented in ProtoMol::BSplineMOLLYIntegrator, ProtoMol::DihedralHMCIntegrator, ProtoMol::DLMCIntegrator, ProtoMol::EquilibriumMOLLYIntegrator, ProtoMol::HMCIntegrator, ProtoMol::ImpulseIntegrator, ProtoMol::MCIntegrator, ProtoMol::MOLLYIntegrator, ProtoMol::ShadowHMCIntegrator, and ProtoMol::UmbrellaIntegrator. |
|
||||||||||||||||||||
|
|
|
|
Implements ProtoMol::Integrator. |
|
|
Implements ProtoMol::Integrator. |
|
|
|
|
|
|