Home
last modified time | relevance | path

Searched refs:iconvf (Results 1 – 1 of 1) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdlib/
H A Dshake.cpp321 const real iconvf = std::abs(diff) * distance_squared_tolerance[ll]; in cshake() local
323 if (iconvf > 1.0_real) in cshake()
325 nconv = static_cast<int>(iconvf); in cshake()
407 const real iconvf = fabs(vpijd) * (distance_squared_tolerance[ll] / invdt); in crattle() local
409 if (iconvf > 1.0_real) in crattle()
411 nconv = static_cast<int>(iconvf); in crattle()