|
Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Stokhos.hpp"#include "Stokhos_Sparse3TensorPartition.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include <fstream>#include <iostream>
Go to the source code of this file.
Enumerations | |
| enum | ProductBasisType { COMPLETE , TENSOR , TOTAL , SMOLYAK } |
| enum | OrderingType { TOTAL_ORDERING , LEXICOGRAPHIC_ORDERING } |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| 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 [] |
| const int | num_ordering_types = 2 |
| const OrderingType | ordering_type_values [] |
| const char * | ordering_type_names [] |
| const int | num_symmetry_types = 3 |
| const Stokhos::CijkSymmetryType | symmetry_type_values [] |
| const char * | symmetry_type_names [] |
| enum ProductBasisType |
| Enumerator | |
|---|---|
| COMPLETE | |
| TENSOR | |
| TOTAL | |
| SMOLYAK | |
Definition at line 57 of file cijk_partition_rcb.cpp.
| enum OrderingType |
| Enumerator | |
|---|---|
| TOTAL_ORDERING | |
| LEXICOGRAPHIC_ORDERING | |
Definition at line 65 of file cijk_partition_rcb.cpp.
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 88 of file cijk_partition_rcb.cpp.
| const int num_growth_types = 2 |
Definition at line 51 of file cijk_partition_rcb.cpp.
| const Stokhos::GrowthPolicy growth_type_values[] |
Definition at line 52 of file cijk_partition_rcb.cpp.
| const char* growth_type_names[] = { "slow", "moderate" } |
Definition at line 54 of file cijk_partition_rcb.cpp.
| const int num_prod_basis_types = 4 |
Definition at line 58 of file cijk_partition_rcb.cpp.
| const ProductBasisType prod_basis_type_values[] |
Definition at line 59 of file cijk_partition_rcb.cpp.
| const char* prod_basis_type_names[] |
Definition at line 61 of file cijk_partition_rcb.cpp.
| const int num_ordering_types = 2 |
Definition at line 66 of file cijk_partition_rcb.cpp.
| const OrderingType ordering_type_values[] |
Definition at line 67 of file cijk_partition_rcb.cpp.
| const char* ordering_type_names[] |
Definition at line 69 of file cijk_partition_rcb.cpp.
| const int num_symmetry_types = 3 |
Definition at line 73 of file cijk_partition_rcb.cpp.
| const Stokhos::CijkSymmetryType symmetry_type_values[] |
Definition at line 74 of file cijk_partition_rcb.cpp.
| const char* symmetry_type_names[] |
Definition at line 79 of file cijk_partition_rcb.cpp.