Gromacs
2025-dev-20241002-88a4191
|
Enumerations | |
enum | CheckpointVersion { CheckpointVersion::Base, CheckpointVersion::Count } |
Enum describing the contents FirstOrderPressureCoupling writes to modular checkpoint. More... | |
Variables | |
constexpr auto | c_currentVersion = CheckpointVersion(int(CheckpointVersion::Count) - 1) |
|
strong |
Enum describing the contents FirstOrderPressureCoupling writes to modular checkpoint.
When changing the checkpoint content, add a new element just above Count, and adjust the checkpoint functionality.
Enumerator | |
---|---|
Base |
First version of modular checkpointing. |
Count |
Number of entries. Add new versions right above this! |