Gromacs  2025-dev-20240913-b871546
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
gmx::anonymous_namespace{computeglobalselement.cpp} Namespace Reference

Functions

SchedulingFunction registerPostStepSchedulingFunction (ObservablesReducer *observablesReducer)
 Schedule a function for actions that must happen at the end of each step. More...
 

Function Documentation

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.

Parameters
[in]observablesReducerThe ObservablesReducer to mark as ready for use