#include <DistViolationContrib.h>

Public Member Functions | |
| DistViolationContrib () | |
| DistViolationContrib (ForceFields::ForceField *owner, unsigned int idx1, unsigned int idx2, double ub, double lb, double weight=1.0) | |
| Constructor. | |
| double | getEnergy (double *pos) const |
| returns our contribution to the energy of a position | |
| void | getGrad (double *pos, double *grad) const |
| calculates our contribution to the gradients of a position | |
Definition at line 14 of file DistViolationContrib.h.
| DistGeom::DistViolationContrib::DistViolationContrib | ( | ) | [inline] |
Definition at line 16 of file DistViolationContrib.h.
| DistGeom::DistViolationContrib::DistViolationContrib | ( | ForceFields::ForceField * | owner, | |
| unsigned int | idx1, | |||
| unsigned int | idx2, | |||
| double | ub, | |||
| double | lb, | |||
| double | weight = 1.0 | |||
| ) |
Constructor.
| owner | pointer to the owning ForceField | |
| idx1 | index of end1 in the ForceField's positions | |
| idx2 | index of end2 in the ForceField's positions | |
| ub | Upper bound on the distance | |
| lb | Lower bound on the distance | |
| weight | optional weight for this contribution |
| double DistGeom::DistViolationContrib::getEnergy | ( | double * | pos | ) | const [virtual] |
| void DistGeom::DistViolationContrib::getGrad | ( | double * | pos, | |
| double * | grad | |||
| ) | const [virtual] |
calculates our contribution to the gradients of a position
Implements ForceFields::ForceFieldContrib.
1.5.3