|
Gromacs
2026.0-dev-20251107-70abc26
|
#include <cstdio>#include <functional>#include <memory>#include <optional>#include "gromacs/mdlib/simulationsignal.h"#include "gromacs/mdlib/vcm.h"#include "energydata.h"#include "modularsimulatorinterfaces.h"#include "statepropagatordata.h"#include "topologyholder.h"
Include dependency graph for computeglobalselement.h:
This graph shows which files directly or indirectly include this file:Declares the global reduction element for the modular simulator.
This header is only used within the modular simulator module
Classes | |
| class | gmx::ComputeGlobalsElement< algorithm > |
Encapsulate the calls to compute_globals More... | |
Typedefs | |
| typedef std::function< void()> | gmx::CheckBondedInteractionsCallback |
| The function type allowing to request a check of the number of bonded interactions. | |
Enumerations | |
| enum | gmx::ComputeGlobalsAlgorithm { LeapFrog, VelocityVerlet } |
| The different global reduction schemes we know about. | |
1.8.5