25 #ifndef UQ_SIMULATION_MODEL_OPTIONS_H
26 #define UQ_SIMULATION_MODEL_OPTIONS_H
28 #include <queso/Environment.h>
29 #include <queso/BoostInputOptionsParser.h>
31 #define UQ_SIMULATION_MODEL_FILENAME_FOR_NO_FILE "."
34 #define UQ_SIMULATION_MODEL_DATA_OUTPUT_FILE_NAME_ODV UQ_SIMULATION_MODEL_FILENAME_FOR_NO_FILE
35 #define UQ_SIMULATION_MODEL_DATA_OUTPUT_ALLOW_ALL_ODV 0
36 #define UQ_SIMULATION_MODEL_DATA_OUTPUT_ALLOWED_SET_ODV ""
37 #define UQ_SIMULATION_MODEL_P_ETA_ODV 1
38 #define UQ_SIMULATION_MODEL_ZERO_RELATIVE_SINGULAR_VALUE_ODV 0.
39 #define UQ_SIMULATION_MODEL_CDF_THRESHOLD_FOR_P_ETA_ODV 1.
40 #define UQ_SIMULATION_MODEL_A_W_ODV 0.
41 #define UQ_SIMULATION_MODEL_B_W_ODV 0.
42 #define UQ_SIMULATION_MODEL_A_RHO_W_ODV 0.
43 #define UQ_SIMULATION_MODEL_B_RHO_W_ODV 0.
44 #define UQ_SIMULATION_MODEL_A_ETA_ODV 0.
45 #define UQ_SIMULATION_MODEL_B_ETA_ODV 0.
46 #define UQ_SIMULATION_MODEL_A_S_ODV 0.
47 #define UQ_SIMULATION_MODEL_B_S_ODV 0.
50 namespace program_options {
51 class options_description;
115 void print (std::ostream& os)
const;
121 void defineMyOptions (boost::program_options::options_description& optionsDesc)
const;
122 void getMyOptionValues(boost::program_options::options_description& optionsDesc);
148 #endif // UQ_SIMULATION_MODEL_OPTIONS_H
std::string m_option_dataOutputFileName
const BaseEnvironment & m_env
~SimulationModelOptions()
std::string m_option_b_eta
std::set< unsigned int > m_dataOutputAllowedSet
std::string m_option_b_rho_w
std::string m_option_cdfThresholdForPEta
virtual ~SmOptionsValues()
std::ostream & operator<<(std::ostream &os, const BaseEnvironment &obj)
std::string m_option_zeroRelativeSingularValue
std::string m_option_b_rho_w
BoostInputOptionsParser * m_parser
std::string m_option_p_eta
void copy(const SmOptionsValues &src)
std::string m_option_a_rho_w
std::string m_option_dataOutputAllowAll
SimulationModelOptions(const BaseEnvironment &env, const char *prefix)
std::string m_option_help
std::string m_option_p_eta
double m_cdfThresholdForPEta
std::string m_option_b_eta
boost::program_options::options_description * m_optionsDesc
std::string m_dataOutputFileName
void print(std::ostream &os) const
This (virtual) class sets up the environment underlying the use of the QUESO library by an executable...
std::string m_option_a_eta
std::string m_option_dataOutputAllowedSet
std::string m_option_dataOutputFileName
void getMyOptionValues(boost::program_options::options_description &optionsDesc)
std::string m_option_dataOutputAllowedSet
bool m_dataOutputAllowAll
std::string m_option_zeroRelativeSingularValue
std::string m_option_a_eta
std::string m_option_help
SmOptionsValues & operator=(const SmOptionsValues &rhs)
std::string m_option_dataOutputAllowAll
std::string m_option_cdfThresholdForPEta
double m_zeroRelativeSingularValue
void defineMyOptions(boost::program_options::options_description &optionsDesc) const
std::string m_option_a_rho_w