Gromacs
2025-dev-20240913-b871546
|
Classes | |
class | TimeOptionScaler |
Option visitor that scales time options. More... | |
Variables | |
const EnumerationArray < TimeUnit, const char * > | c_timeUnitNames |
Enum values for a time unit. More... | |
const EnumerationArray < TimeUnit, double > | c_timeUnitScaleFactors = { { 1e-3, 1, 1e3, 1e6, 1e9, 1e12 } } |
Scaling factors from each time unit to internal units (=picoseconds). More... | |
const EnumerationArray<TimeUnit, const char*> gmx::anonymous_namespace{timeunitmanager.cpp}::c_timeUnitNames |
Enum values for a time unit.
These must correspond to the TimeUnit enum in the header!
const EnumerationArray<TimeUnit, double> gmx::anonymous_namespace{timeunitmanager.cpp}::c_timeUnitScaleFactors = { { 1e-3, 1, 1e3, 1e6, 1e9, 1e12 } } |
Scaling factors from each time unit to internal units (=picoseconds).
These must correspond to the TimeUnit enum in the header!