Gromacs
2025-dev-20240913-b871546
|
Functions | |
SchedulingFunction | registerPostStepSchedulingFunction (ObservablesReducer *observablesReducer) |
Schedule a function for actions that must happen at the end of each step. More... | |
SchedulingFunction gmx::anonymous_namespace{computeglobalselement.cpp}::registerPostStepSchedulingFunction | ( | ObservablesReducer * | observablesReducer | ) |
Schedule a function for actions that must happen at the end of each step.
After reduction, an ObservablesReducer is marked as unavailable for further reduction this step. This needs to be reset in order to be used on the next step.
[in] | observablesReducer | The ObservablesReducer to mark as ready for use |