Simpatico
v1.10
|
Actions that can modify the state of the system.
An Modifier object provide operations that modify the state of the system and that can be called every time step, which can thus be used to extend the MD integration algorithm. Each subclass of Modifier can be programmed to take actions at specified intervals (number of time steps) and at specific points within a two-step integration algorithm.
Classes | |
class | DdMd::Modifier |
A Modifier can modify the time evolution of the simulation. More... | |
class | DdMd::ModifierFactory |
Factory for DdMd::Modifier objects. More... | |
class | DdMd::ModifierManager |
Manager for a set of Modifier objects. More... | |