Gromacs  2024.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
gmx::ISimulator Class Referenceabstract

#include <gromacs/mdrun/isimulator.h>

+ Inheritance diagram for gmx::ISimulator:

Description

The Simulator interface.

This is the general interface for any type of simulation type run with GROMACS. This allows having a builder return different Simulator objects based on user input.

Public Member Functions

virtual void run ()=0
 The simulation run. More...
 
virtual ~ISimulator ()=default
 Standard destructor.
 

Member Function Documentation

virtual void gmx::ISimulator::run ( )
pure virtual

The simulation run.

This will be called by the owner of the simulator object. To be redefined by the child classes. This function is expected to run the simulation.

Implemented in gmx::LegacySimulator, and gmx::ModularSimulator.


The documentation for this class was generated from the following file: