UQTk: Uncertainty Quantification Toolkit 3.1.5
|
Command-line utility to generate quadrature points. More...
Macros | |
#define | PARAM 3 |
default value of parameter (level for sparse quadrature, or number of grid points for full quadrature) | |
#define | DIM 2 |
default data dimensionality | |
#define | FSTYPE "sparse" |
default sparseness type (full or sparse) | |
#define | QUADTYPE "CC" |
default quadrature type | |
#define | ALPHA 0.0 |
default alpha parameter for chaos | |
#define | BETA 1.0 |
default beta parameter for chaos | |
#define | DOMAIN_FILE "param_domain.dat" |
default domain file | |
#define | VERBOSITY 1 |
default verbosity | |
Functions | |
int | usage () |
Displays information about this program. | |
int | main (int argc, char *argv[]) |
Main program: Generates various kinds of quadrature points and weights. | |
Command-line utility to generate quadrature points.
#define ALPHA 0.0 |
default alpha parameter for chaos
#define BETA 1.0 |
default beta parameter for chaos
#define DIM 2 |
default data dimensionality
#define DOMAIN_FILE "param_domain.dat" |
default domain file
#define FSTYPE "sparse" |
default sparseness type (full or sparse)
#define PARAM 3 |
default value of parameter (level for sparse quadrature, or number of grid points for full quadrature)
#define QUADTYPE "CC" |
default quadrature type
#define VERBOSITY 1 |
default verbosity
int main | ( | int | argc, |
char * | argv[] ) |
Main program: Generates various kinds of quadrature points and weights.
Set the default values
Read the user input
Print the input information on screen
Parameter sanity checks
Declare the quadrature rule object
Extract the properties of the rule
Write-out to files
Scale if domain is provided
Set the domain
Write-out to files
int usage | ( | ) |
Displays information about this program.