Home
last modified time | relevance | path

Searched defs:pullDimParams (Results 1 – 1 of 1) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/applied_forces/awh/
H A Ddimparams.h110 static DimParams pullDimParams(double conversionFactor, double forceConstant, double beta) in pullDimParams() function
112 PullDimParams pullDimParams = { forceConstant, forceConstant * beta }; in pullDimParams() local
137 const PullDimParams& pullDimParams() const { return std::get<PullDimParams>(dimParams); } in pullDimParams() function