#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.
|
| 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
} |
| |
◆ BasisType
| Enumerator |
|---|
| HERMITE | |
| LEGENDRE | |
| CC_LEGENDRE | |
| GP_LEGENDRE | |
| RYS | |
| JACOBI | |
Definition at line 69 of file cijk_partition.cpp.
◆ ProductBasisType
◆ OrderingType
◆ PartitioningType
◆ 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 73 of file cijk_partition.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 87 of file cijk_partition.cpp.
◆ num_ordering_types
| const int num_ordering_types = 2 |
◆ ordering_type_values
◆ ordering_type_names
| const char* ordering_type_names[] |
◆ num_partitioning_types
| const int num_partitioning_types = 2 |
◆ partitioning_type_values
◆ partitioning_type_names
| const char* partitioning_type_names[] |