26 #ifndef SIMULATOR_NONINTERACTIVESIMULATOR_H
27 #define SIMULATOR_NONINTERACTIVESIMULATOR_H
50 void end()
override = 0;
64 void createPml(
const char* inputFile,
const char* pmlFile)
override = 0;
Manager of the benchmark tests.
Definition: MonitoringManager.h:50
An interactive simulator is a simulator that we cannot control step by step (ex: Ansys) Entire simula...
Definition: NonInteractiveSimulator.h:38
void createPml(const char *inputFile, const char *pmlFile) override=0
Create a pml file from an imput file.
void getPosition(int index, double position[3]) override=0
get current position for one atom (use parameters)
virtual int getMaxStep()=0
get the number of steps after simulation
void end() override=0
end simultor
virtual double getTime(int step)=0
get the time of simulation of a given step
NonInteractiveSimulator(MonitoringManager *monitoringManager)
constructor
Definition: NonInteractiveSimulator.cpp:29
~NonInteractiveSimulator() override=default
destructor
virtual bool doCalc()=0
make entire simulation ans store results of all step
void init() override=0
initialize simulator
A simulator engine is used to compute the displacements of all atoms of the model.
Definition: Simulator.h:46
MonitoringManager * monitoringManager
monitoring manager
Definition: Simulator.h:84