Gromacs
2026.0-dev-20250711-6857db4
|
FMM module.
Class that implements the FMM MDModule
Public Member Functions | |
FmmMDModule ()=default | |
Construct the FMM module. | |
void | subscribeToPreProcessingNotifications (MDModulesNotifiers *notifiers) override |
Subscribes to preprocessing (grompp) stage notifications. More... | |
void | subscribeToSimulationSetupNotifications (MDModulesNotifiers *) override |
Subscribe to simulation setup notifications. | |
void | subscribeToSimulationRunNotifications (MDModulesNotifiers *) override |
Subscribe to simulation run notifications. | |
void | initForceProviders (ForceProviders *forceProviders) override |
Initializes force providers from this module. | |
IMdpOptionProvider * | mdpOptionProvider () override |
From IMDModule. | |
IMDOutputProvider * | outputProvider () override |
From IMDModule doesn't need extra output. | |
|
inlineoverridevirtual |
Subscribes to preprocessing (grompp) stage notifications.
Registers handlers needed during preprocessing. This includes:
Implements gmx::IMDModule.