OpenMM
 All Classes Namespaces Functions Variables Enumerations Enumerator Friends
CustomIntegrator Member List

This is the complete list of members for CustomIntegrator, including all inherited members.

addComputeGlobal(const std::string &variable, const std::string &expression)CustomIntegrator
addComputePerDof(const std::string &variable, const std::string &expression)CustomIntegrator
addComputeSum(const std::string &variable, const std::string &expression)CustomIntegrator
addConstrainPositions()CustomIntegrator
addConstrainVelocities()CustomIntegrator
addGlobalVariable(const std::string &name, double initialValue)CustomIntegrator
addPerDofVariable(const std::string &name, double initialValue)CustomIntegrator
addUpdateContextState()CustomIntegrator
cleanup()CustomIntegratorprotectedvirtual
ComputationType enum nameCustomIntegrator
ComputeGlobal enum valueCustomIntegrator
computeKineticEnergy()CustomIntegratorprotectedvirtual
ComputePerDof enum valueCustomIntegrator
ComputeSum enum valueCustomIntegrator
ConstrainPositions enum valueCustomIntegrator
ConstrainVelocities enum valueCustomIntegrator
contextIntegratorprotected
CustomIntegrator(double stepSize)CustomIntegrator
getComputationStep(int index, ComputationType &type, std::string &variable, std::string &expression) const CustomIntegrator
getConstraintTolerance() const Integratorinline
getGlobalVariable(int index) const CustomIntegrator
getGlobalVariableName(int index) const CustomIntegrator
getKernelNames()CustomIntegratorprotectedvirtual
getKineticEnergyExpression() const CustomIntegrator
getNumComputations() const CustomIntegratorinline
getNumGlobalVariables() const CustomIntegratorinline
getNumPerDofVariables() const CustomIntegratorinline
getPerDofVariable(int index, std::vector< Vec3 > &values) const CustomIntegrator
getPerDofVariableName(int index) const CustomIntegrator
getRandomNumberSeed() const CustomIntegratorinline
getStepSize() const Integratorinline
initialize(ContextImpl &context)CustomIntegratorprotectedvirtual
Integrator()Integrator
ownerIntegratorprotected
setConstraintTolerance(double tol)Integratorinline
setGlobalVariable(int index, double value)CustomIntegrator
setGlobalVariableByName(const std::string &name, double value)CustomIntegrator
setKineticEnergyExpression(const std::string &expression)CustomIntegrator
setPerDofVariable(int index, const std::vector< Vec3 > &values)CustomIntegrator
setPerDofVariableByName(const std::string &name, const std::vector< Vec3 > &values)CustomIntegrator
setRandomNumberSeed(int seed)CustomIntegratorinline
setStepSize(double size)Integratorinline
stateChanged(State::DataType changed)CustomIntegratorprotectedvirtual
step(int steps)CustomIntegratorvirtual
UpdateContextState enum valueCustomIntegrator
~Integrator()Integratorvirtual