#include <colvarcomp.h>
Inheritance diagram for colvar::componentDisabled:
Public Methods | |||
componentDisabled (std::string const &) | |||
virtual | ~componentDisabled () | ||
virtual void | calc_value () | ||
\brief Calculate the variable. More... | |||
virtual void | calc_gradients () | ||
\brief Calculate the atomic gradients, to be reused later in order to apply forces. More... | |||
virtual void | apply_force (colvarvalue const &) | ||
\brief Apply the collective variable force, by communicating the atomic forces to the simulation program (Note: the ft member is not altered by this function) Note: multiple calls to this function within the same simulation step will add the forces altogether
|
|
Definition at line 1532 of file colvarcomp.h. References colvarmodule::error. |
|
Definition at line 1535 of file colvarcomp.h. |
|
\brief Apply the collective variable force, by communicating the atomic forces to the simulation program (Note: the ft member is not altered by this function) Note: multiple calls to this function within the same simulation step will add the forces altogether
Implements colvar::cvc. Definition at line 1538 of file colvarcomp.h. |
|
\brief Calculate the atomic gradients, to be reused later in order to apply forces.
Reimplemented from colvar::cvc. Definition at line 1537 of file colvarcomp.h. |
|
\brief Calculate the variable.
Implements colvar::cvc. Definition at line 1536 of file colvarcomp.h. |