| 
    queso-0.55.0
    
   | 
 
#include <queso/BoostInputOptionsParser.h>#include <queso/Environment.h>
Go to the source code of this file.
Classes | |
| class | QUESO::SfpOptionsValues | 
| This class provides options for a Statistical Forward Problem if no input file is available.  More... | |
| class | QUESO::StatisticalForwardProblemOptions | 
| This class reads option values for a Statistical Forward Problem from an input file.  More... | |
Namespaces | |
| boost | |
| boost::program_options | |
| QUESO | |
Macros | |
| #define | UQ_SFP_FILENAME_FOR_NO_FILE "." | 
| #define | UQ_SFP_HELP "" | 
| #define | UQ_SFP_COMPUTE_SOLUTION_ODV 1 | 
| #define | UQ_SFP_COMPUTE_COVARIANCES_ODV 1 | 
| #define | UQ_SFP_COMPUTE_CORRELATIONS_ODV 1 | 
| #define | UQ_SFP_DATA_OUTPUT_FILE_NAME_ODV UQ_SFP_FILENAME_FOR_NO_FILE | 
| #define | UQ_SFP_DATA_OUTPUT_ALLOWED_SET_ODV "" | 
Functions | |
| std::ostream & | QUESO::operator<< (std::ostream &os, const StatisticalForwardProblemOptions &obj) | 
Prints the object obj, overloading an operator.  More... | |
| #define UQ_SFP_COMPUTE_CORRELATIONS_ODV 1 | 
Definition at line 39 of file StatisticalForwardProblemOptions.h.
Referenced by QUESO::StatisticalForwardProblemOptions::defineMyOptions(), and QUESO::SfpOptionsValues::SfpOptionsValues().
| #define UQ_SFP_COMPUTE_COVARIANCES_ODV 1 | 
Definition at line 38 of file StatisticalForwardProblemOptions.h.
Referenced by QUESO::StatisticalForwardProblemOptions::defineMyOptions(), and QUESO::SfpOptionsValues::SfpOptionsValues().
| #define UQ_SFP_COMPUTE_SOLUTION_ODV 1 | 
Definition at line 37 of file StatisticalForwardProblemOptions.h.
Referenced by QUESO::StatisticalForwardProblemOptions::defineMyOptions(), and QUESO::SfpOptionsValues::SfpOptionsValues().
| #define UQ_SFP_DATA_OUTPUT_ALLOWED_SET_ODV "" | 
Definition at line 41 of file StatisticalForwardProblemOptions.h.
Referenced by QUESO::StatisticalForwardProblemOptions::defineMyOptions(), and QUESO::SfpOptionsValues::SfpOptionsValues().
| #define UQ_SFP_DATA_OUTPUT_FILE_NAME_ODV UQ_SFP_FILENAME_FOR_NO_FILE | 
Definition at line 40 of file StatisticalForwardProblemOptions.h.
Referenced by QUESO::StatisticalForwardProblemOptions::defineMyOptions(), and QUESO::SfpOptionsValues::SfpOptionsValues().
| #define UQ_SFP_FILENAME_FOR_NO_FILE "." | 
Definition at line 33 of file StatisticalForwardProblemOptions.h.
| #define UQ_SFP_HELP "" | 
Definition at line 36 of file StatisticalForwardProblemOptions.h.
Referenced by QUESO::SfpOptionsValues::SfpOptionsValues().