25 #ifndef UQ_MODEL_VALIDATION_H 
   26 #define UQ_MODEL_VALIDATION_H 
   28 #include <queso/ValidationCycle.h> 
   41 template <
class P_V,
class P_M,
class Q_V,
class Q_M>
 
   57   virtual void run() = 0;
 
   76 #endif // UQ_MODEL_VALIDATION_H 
ValidationCycle< P_V, P_M, Q_V, Q_M > * m_cycle
 
This (virtual) class sets up the environment underlying the use of the QUESO library by an executable...
 
const BaseEnvironment & env() const 
Access to the environment variable (m_env). 
 
A templated class for model validation of the example validationPyramid. 
 
ModelValidation(const BaseEnvironment &env, const char *prefix)
Constructor. 
 
virtual void run()=0
Runs calibration, validation and comparison stages. See template specialization. 
 
const ValidationCycle< P_V, P_M, Q_V, Q_M > & cycle() const 
Access to the cycle (m_cycle). 
 
A templated class for validation cycle of the examples validationCycle and validationCycle2. 
 
const BaseEnvironment & m_env
 
virtual ~ModelValidation()
Virtual destructor.