|
Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Stokhos_Epetra.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_ParameterList.hpp"#include "Isorropia_Epetra.hpp"#include "Isorropia_EpetraPartitioner.hpp"#include "Epetra_SerialComm.h"
Go to the source code of this file.
Enumerations | |
| enum | BasisType { HERMITE , LEGENDRE , CC_LEGENDRE , GP_LEGENDRE , RYS , JACOBI } |
| enum | ProductBasisType { COMPLETE , TENSOR , TOTAL , SMOLYAK } |
| enum | OrderingType { TOTAL_ORDERING , LEXICOGRAPHIC_ORDERING } |
| enum | PartitioningType { RCB , HG_MATRIX } |
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 [] |
| const int | num_ordering_types = 2 |
| const OrderingType | ordering_type_values [] |
| const char * | ordering_type_names [] |
| const int | num_partitioning_types = 2 |
| const PartitioningType | partitioning_type_values [] |
| const char * | partitioning_type_names [] |
| enum BasisType |
| Enumerator | |
|---|---|
| HERMITE | |
| LEGENDRE | |
| CC_LEGENDRE | |
| GP_LEGENDRE | |
| RYS | |
| JACOBI | |
Definition at line 69 of file cijk_partition.cpp.
| enum ProductBasisType |
| Enumerator | |
|---|---|
| COMPLETE | |
| TENSOR | |
| TOTAL | |
| SMOLYAK | |
Definition at line 83 of file cijk_partition.cpp.
| enum OrderingType |
| Enumerator | |
|---|---|
| TOTAL_ORDERING | |
| LEXICOGRAPHIC_ORDERING | |
Definition at line 91 of file cijk_partition.cpp.
| enum PartitioningType |
| Enumerator | |
|---|---|
| RCB | |
| HG_MATRIX | |
Definition at line 99 of file cijk_partition.cpp.
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 111 of file cijk_partition.cpp.
| const int num_basis_types = 6 |
Definition at line 70 of file cijk_partition.cpp.
| const BasisType basis_type_values[] |
Definition at line 71 of file cijk_partition.cpp.
| const char* basis_type_names[] |
Definition at line 73 of file cijk_partition.cpp.
| const int num_growth_types = 2 |
Definition at line 77 of file cijk_partition.cpp.
| const Stokhos::GrowthPolicy growth_type_values[] |
Definition at line 78 of file cijk_partition.cpp.
| const char* growth_type_names[] = { "slow", "moderate" } |
Definition at line 80 of file cijk_partition.cpp.
| const int num_prod_basis_types = 4 |
Definition at line 84 of file cijk_partition.cpp.
| const ProductBasisType prod_basis_type_values[] |
Definition at line 85 of file cijk_partition.cpp.
| const char* prod_basis_type_names[] |
Definition at line 87 of file cijk_partition.cpp.
| const int num_ordering_types = 2 |
Definition at line 92 of file cijk_partition.cpp.
| const OrderingType ordering_type_values[] |
Definition at line 93 of file cijk_partition.cpp.
| const char* ordering_type_names[] |
Definition at line 95 of file cijk_partition.cpp.
| const int num_partitioning_types = 2 |
Definition at line 100 of file cijk_partition.cpp.
| const PartitioningType partitioning_type_values[] |
Definition at line 101 of file cijk_partition.cpp.
| const char* partitioning_type_names[] |
Definition at line 103 of file cijk_partition.cpp.