Gromacs
2024.4
|
#include "gmxpre.h"
#include "computeglobalselement.h"
#include "gromacs/domdec/domdec.h"
#include "gromacs/gmxlib/network.h"
#include "gromacs/gmxlib/nrnb.h"
#include "gromacs/math/vec.h"
#include "gromacs/mdlib/constr.h"
#include "gromacs/mdlib/md_support.h"
#include "gromacs/mdlib/mdatoms.h"
#include "gromacs/mdlib/stat.h"
#include "gromacs/mdlib/update.h"
#include "gromacs/mdlib/vcm.h"
#include "gromacs/mdtypes/commrec.h"
#include "gromacs/mdtypes/group.h"
#include "gromacs/mdtypes/inputrec.h"
#include "gromacs/mdtypes/mdatom.h"
#include "gromacs/topology/topology.h"
#include "freeenergyperturbationdata.h"
#include "modularsimulator.h"
#include "simulatoralgorithm.h"
Defines the global reduction element for the modular simulator.
Functions | |
SchedulingFunction | gmx::anonymous_namespace{computeglobalselement.cpp}::registerPostStepSchedulingFunction (ObservablesReducer *observablesReducer) |
Schedule a function for actions that must happen at the end of each step. More... | |