|
Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Stokhos_Epetra.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include "Epetra_SerialComm.h"
Go to the source code of this file.
Classes | |
| struct | CijkNonzeros |
| struct | NZCompare |
| struct | NZPairCompare |
Enumerations | |
| enum | BasisType { HERMITE , LEGENDRE , CC_LEGENDRE , GP_LEGENDRE , RYS , JACOBI } |
| enum | ProductBasisType { COMPLETE , TENSOR , TOTAL , SMOLYAK } |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| const int | num_basis_types = 6 |
| const BasisType | basis_type_values [] |
| const char * | basis_type_names [] |
| const int | num_growth_types = 2 |
| const Stokhos::GrowthPolicy | growth_type_values [] |
| const char * | growth_type_names [] = { "slow", "moderate" } |
| const int | num_prod_basis_types = 4 |
| const ProductBasisType | prod_basis_type_values [] |
| const char * | prod_basis_type_names [] |
| enum BasisType |
| Enumerator | |
|---|---|
| HERMITE | |
| LEGENDRE | |
| CC_LEGENDRE | |
| GP_LEGENDRE | |
| RYS | |
| JACOBI | |
Definition at line 68 of file cijk_nonzeros.cpp.
| enum ProductBasisType |
| Enumerator | |
|---|---|
| COMPLETE | |
| TENSOR | |
| TOTAL | |
| SMOLYAK | |
Definition at line 82 of file cijk_nonzeros.cpp.
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 112 of file cijk_nonzeros.cpp.
| const int num_basis_types = 6 |
Definition at line 69 of file cijk_nonzeros.cpp.
| const BasisType basis_type_values[] |
Definition at line 70 of file cijk_nonzeros.cpp.
| const char* basis_type_names[] |
Definition at line 72 of file cijk_nonzeros.cpp.
| const int num_growth_types = 2 |
Definition at line 76 of file cijk_nonzeros.cpp.
| const Stokhos::GrowthPolicy growth_type_values[] |
Definition at line 77 of file cijk_nonzeros.cpp.
| const char* growth_type_names[] = { "slow", "moderate" } |
Definition at line 79 of file cijk_nonzeros.cpp.
| const int num_prod_basis_types = 4 |
Definition at line 83 of file cijk_nonzeros.cpp.
| const ProductBasisType prod_basis_type_values[] |
Definition at line 84 of file cijk_nonzeros.cpp.
| const char* prod_basis_type_names[] |
Definition at line 86 of file cijk_nonzeros.cpp.