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