Gromacs
2024.4
|
Declares function for compute transformation coordinate values and forces.
Classes | |
class | gmx::ArrayRef< typename > |
STL-like interface to a C array of T (or part of a std container of T). More... | |
Functions | |
double | gmx::getTransformationPullCoordinateValue (pull_coord_work_t *coord, ArrayRef< const pull_coord_work_t > variableCoords, double t) |
Calculates pull->coord[coord_ind].spatialData.value for a transformation pull coordinate. More... | |
void | gmx::distributeTransformationPullCoordForce (pull_coord_work_t *pcrd, gmx::ArrayRef< pull_coord_work_t > variableCoords) |
Distributes the force on a transformation pull coordinates to the involved coordinates of lower rank. More... | |