queso-0.53.0
|
Classes to allow options to be passed to a Statistical Inverse Problem. More...
#include <queso/BoostInputOptionsParser.h>
#include <queso/Environment.h>
Go to the source code of this file.
Classes | |
class | QUESO::SipOptionsValues |
This class provides options for a Statistical Inverse Problem if no input file is available. More... | |
class | QUESO::StatisticalInverseProblemOptions |
This class reads option values for a Statistical Inverse Problem from an input file. More... | |
Namespaces | |
boost | |
boost::program_options | |
QUESO | |
Macros | |
#define | UQ_SIP_HELP "" |
#define | UQ_SIP_FILENAME_FOR_NO_FILE "." |
#define | UQ_SIP_COMPUTE_SOLUTION_ODV 1 |
#define | UQ_SIP_DATA_OUTPUT_FILE_NAME_ODV UQ_SIP_FILENAME_FOR_NO_FILE |
#define | UQ_SIP_DATA_OUTPUT_ALLOWED_SET_ODV "" |
Functions | |
std::ostream & | QUESO::operator<< (std::ostream &os, const StatisticalInverseProblemOptions &obj) |
Prints the object obj , overloading an operator. More... | |
Classes to allow options to be passed to a Statistical Inverse Problem.
Definition in file StatisticalInverseProblemOptions.h.
#define UQ_SIP_COMPUTE_SOLUTION_ODV 1 |
Definition at line 37 of file StatisticalInverseProblemOptions.h.
Referenced by QUESO::StatisticalInverseProblemOptions::defineMyOptions(), and QUESO::SipOptionsValues::SipOptionsValues().
#define UQ_SIP_DATA_OUTPUT_ALLOWED_SET_ODV "" |
Definition at line 39 of file StatisticalInverseProblemOptions.h.
Referenced by QUESO::StatisticalInverseProblemOptions::defineMyOptions(), and QUESO::SipOptionsValues::SipOptionsValues().
#define UQ_SIP_DATA_OUTPUT_FILE_NAME_ODV UQ_SIP_FILENAME_FOR_NO_FILE |
Definition at line 38 of file StatisticalInverseProblemOptions.h.
Referenced by QUESO::StatisticalInverseProblemOptions::defineMyOptions(), and QUESO::SipOptionsValues::SipOptionsValues().
#define UQ_SIP_FILENAME_FOR_NO_FILE "." |
Definition at line 34 of file StatisticalInverseProblemOptions.h.
Referenced by QUESO::StatisticalInverseProblem< P_V, P_M >::solveWithBayesMetropolisHastings().
#define UQ_SIP_HELP "" |
Definition at line 33 of file StatisticalInverseProblemOptions.h.
Referenced by QUESO::SipOptionsValues::SipOptionsValues().