#include "Stokhos_Epetra.hpp"
#include "Teuchos_CommandLineProcessor.hpp"
#include "Epetra_SerialComm.h"
Go to the source code of this file.
◆ BasisType
| Enumerator |
|---|
| HERMITE | |
| LEGENDRE | |
| CC_LEGENDRE | |
| GP_LEGENDRE | |
| RYS | |
| JACOBI | |
Definition at line 68 of file cijk_nonzeros.cpp.
◆ ProductBasisType
◆ main()
| int main |
( |
int | argc, |
|
|
char ** | argv ) |
◆ num_basis_types
| const int num_basis_types = 6 |
◆ basis_type_values
◆ basis_type_names
| const char* basis_type_names[] |
Initial value:= {
"hermite", "legendre", "clenshaw-curtis", "gauss-patterson", "rys", "jacobi" }
Definition at line 72 of file cijk_nonzeros.cpp.
◆ num_growth_types
| const int num_growth_types = 2 |
◆ growth_type_values
◆ growth_type_names
| const char* growth_type_names[] = { "slow", "moderate" } |
◆ num_prod_basis_types
| const int num_prod_basis_types = 4 |
◆ prod_basis_type_values
◆ prod_basis_type_names
| const char* prod_basis_type_names[] |
Initial value:= {
"complete", "tensor", "total", "smolyak" }
Definition at line 86 of file cijk_nonzeros.cpp.