queso-0.57.1
|
This class provides options for a Statistical Forward Problem if no input file is available. More...
#include <StatisticalForwardProblemOptions.h>
Public Member Functions | |
SfpOptionsValues () | |
Constructor/Destructor methods. More... | |
SfpOptionsValues (const BaseEnvironment *env, const char *prefix) | |
SfpOptionsValues (const SfpOptionsValues &src) | |
Copy constructor. More... | |
virtual | ~SfpOptionsValues () |
Destructor. More... | |
Set methods | |
SfpOptionsValues & | operator= (const SfpOptionsValues &rhs) |
Assignment operator; it copies rhs to this . More... | |
Public Attributes | |
std::string | m_prefix |
std::string | m_help |
If non-empty string, options and values are printed to the output file. More... | |
bool | m_computeSolution |
bool | m_computeCovariances |
bool | m_computeCorrelations |
std::string | m_dataOutputFileName |
std::set< unsigned int > | m_dataOutputAllowedSet |
std::string | m_solverString |
Private Member Functions | |
void | copy (const SfpOptionsValues &src) |
Copies the option values from src to this . More... | |
void | checkOptions () |
Private Attributes | |
BoostInputOptionsParser * | m_parser |
std::string | m_option_help |
std::string | m_option_computeSolution |
std::string | m_option_computeCovariances |
std::string | m_option_computeCorrelations |
std::string | m_option_dataOutputFileName |
std::string | m_option_dataOutputAllowedSet |
std::string | m_option_solver |
Friends | |
std::ostream & | operator<< (std::ostream &os, const SfpOptionsValues &obj) |
This class provides options for a Statistical Forward Problem if no input file is available.
In order to solve a Statistical Forward Problem (SFP), QUESO expects some options for its methods to be fully defined. This class provides default values for such options if no input file is available.
Definition at line 70 of file StatisticalForwardProblemOptions.h.
QUESO::SfpOptionsValues::SfpOptionsValues | ( | ) |
Constructor/Destructor methods.
Default constructor.
Assigns the default suite of options to the Statistical Forward Problem.
QUESO::SfpOptionsValues::SfpOptionsValues | ( | const BaseEnvironment * | env, |
const char * | prefix | ||
) |
QUESO::SfpOptionsValues::SfpOptionsValues | ( | const SfpOptionsValues & | src | ) |
Copy constructor.
It assigns the same options values from src
to this
.
Definition at line 139 of file StatisticalForwardProblemOptions.C.
References copy().
|
virtual |
|
private |
Definition at line 156 of file StatisticalForwardProblemOptions.C.
|
private |
Copies the option values from src
to this
.
Definition at line 163 of file StatisticalForwardProblemOptions.C.
References m_computeCorrelations, m_computeCovariances, m_computeSolution, m_dataOutputAllowedSet, m_dataOutputFileName, and m_solverString.
Referenced by operator=(), and SfpOptionsValues().
SfpOptionsValues & QUESO::SfpOptionsValues::operator= | ( | const SfpOptionsValues & | rhs | ) |
Assignment operator; it copies rhs
to this
.
Definition at line 149 of file StatisticalForwardProblemOptions.C.
References copy().
|
friend |
Definition at line 180 of file StatisticalForwardProblemOptions.C.
bool QUESO::SfpOptionsValues::m_computeCorrelations |
Definition at line 101 of file StatisticalForwardProblemOptions.h.
Referenced by copy(), and QUESO::operator<<().
bool QUESO::SfpOptionsValues::m_computeCovariances |
Definition at line 100 of file StatisticalForwardProblemOptions.h.
Referenced by copy(), and QUESO::operator<<().
bool QUESO::SfpOptionsValues::m_computeSolution |
Definition at line 99 of file StatisticalForwardProblemOptions.h.
Referenced by copy(), and QUESO::operator<<().
std::set<unsigned int> QUESO::SfpOptionsValues::m_dataOutputAllowedSet |
Definition at line 103 of file StatisticalForwardProblemOptions.h.
Referenced by copy(), and QUESO::operator<<().
std::string QUESO::SfpOptionsValues::m_dataOutputFileName |
Definition at line 102 of file StatisticalForwardProblemOptions.h.
Referenced by copy(), and QUESO::operator<<().
std::string QUESO::SfpOptionsValues::m_help |
If non-empty string, options and values are printed to the output file.
Definition at line 97 of file StatisticalForwardProblemOptions.h.
|
private |
Definition at line 119 of file StatisticalForwardProblemOptions.h.
Referenced by QUESO::operator<<().
|
private |
Definition at line 118 of file StatisticalForwardProblemOptions.h.
Referenced by QUESO::operator<<().
|
private |
Definition at line 117 of file StatisticalForwardProblemOptions.h.
Referenced by QUESO::operator<<().
|
private |
Definition at line 121 of file StatisticalForwardProblemOptions.h.
Referenced by QUESO::operator<<().
|
private |
Definition at line 120 of file StatisticalForwardProblemOptions.h.
Referenced by QUESO::operator<<().
|
private |
Definition at line 116 of file StatisticalForwardProblemOptions.h.
|
private |
Definition at line 123 of file StatisticalForwardProblemOptions.h.
Referenced by QUESO::operator<<().
|
private |
Definition at line 112 of file StatisticalForwardProblemOptions.h.
Referenced by QUESO::operator<<().
std::string QUESO::SfpOptionsValues::m_prefix |
Definition at line 94 of file StatisticalForwardProblemOptions.h.
std::string QUESO::SfpOptionsValues::m_solverString |
Definition at line 105 of file StatisticalForwardProblemOptions.h.
Referenced by copy(), and QUESO::operator<<().