26 #ifndef MANAGER_NONINTERACTIVEMANAGER_H
27 #define MANAGER_NONINTERACTIVEMANAGER_H
32 #include "MonitorIn.hxx"
33 #include "MonitorOut.hxx"
81 #endif // MANAGER_NONINTERACTIVEMANAGER_H
An interactive simulator is a simulator that we cannot control step by step (ex: Ansys) Entire simula...
Definition: NonInteractiveSimulator.h:38
~NonInteractiveMonitoringManager()
destructor
NonInteractiveMonitoringManager(const char *mml)
constructor
bool checkStop()
Check if simulation is finished.
NonInteractiveSimulator * simul
the simulator used for simualtion
Definition: NonInteractiveMonitoringManager.h:75
Manager of the benchmark tests.
Definition: MonitoringManager.h:50
bool doCalc()
make computation of all steps with the simulator
void doMove()
postprocess a simulation step, doCalc must have been done before
NonInteractice managers are managers linked with an non interactive simulator.
Definition: NonInteractiveMonitoringManager.h:45
bool init()
Initialize manager.
int maxStep
the number of step unsed for simulation
Definition: NonInteractiveMonitoringManager.h:73