27 #ifndef STOPPINGCRITERION_STOPPINGCRITERIA_CRITERIA_KINETICENGERGY_H 28 #define STOPPINGCRITERION_STOPPINGCRITERIA_CRITERIA_KINETICENGERGY_H 30 #include <MonitorIn.hxx> 59 #endif // STOPPINGCRITERION_STOPPINGCRITERIA_CRITERIA_KINETICENGERGY_H MonitoringManager * monitoringManager
monitoring manager
Definition: StoppingCriterion.h:74
Class which represents a simple criterion A criterion can be checked using checkCriterion method to k...
Definition: Criterion.h:47
void calculate()
calculate stopping criteria data and store it into values vector
Definition: KineticEnergy.cpp:35
~kineticEnergy()
destructor
Definition: KineticEnergy.cpp:32
A simple criterion based on Kinetic energy calculation.
Definition: KineticEnergy.h:41
kineticEnergy(mml::KineticEnergy *c, MonitoringManager *monitoringManager, MultipleCriterion *parent=NULL)
constructor
Definition: KineticEnergy.cpp:29
MultipleCriterion * parent
parent stopping Criterion
Definition: StoppingCriterion.h:76
Manager of the benchmark tests.
Definition: MonitoringManager.h:50
std::string getName()
get stopping criterion name
Definition: KineticEnergy.cpp:38
class which represents a multiple criterion a multiple criterion is either an OrMUltipleCriterion or ...
Definition: MultipleCriterion.h:45