UQTk: Uncertainty Quantification Toolkit 3.1.5
|
Command-line utility for Sobol sensitivity index computation given PC. More...
Macros | |
#define | CHAOS "LU" |
default PC type | |
#define | MINDEX_FILE "mindex.dat" |
default multiindex file | |
#define | COEF_FILE "PCcoeff.dat" |
default coefficient file | |
#define | ALPHA 0.0 |
default alpha parameter for PC | |
#define | BETA 1.0 |
default beta parameter for PC | |
Functions | |
int | usage () |
Displays information about this program. | |
int | main (int argc, char *argv[]) |
Main program: parses the information contained in given multiindices and corresponding coefficients. | |
Command-line utility for Sobol sensitivity index computation given PC.
#define ALPHA 0.0 |
default alpha parameter for PC
#define BETA 1.0 |
default beta parameter for PC
#define CHAOS "LU" |
default PC type
#define COEF_FILE "PCcoeff.dat" |
default coefficient file
#define MINDEX_FILE "mindex.dat" |
default multiindex file
int main | ( | int | argc, |
char * | argv[] ) |
Main program: parses the information contained in given multiindices and corresponding coefficients.
Set the defaults and parse the input arguments
Print out input information
Read the multiindex and coefficients' files
Declare PC in NISP formulation with no quadrature
Encode the multiindex in a sparse format and print to files
Compute mean and variance of PC and variance fractions for each term
Compute main sensitivities
Compute total sensitivities
Compute joint sensitivities
int usage | ( | ) |
Displays information about this program.