|
Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Stokhos_Epetra.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_ParameterList.hpp"#include "Teuchos_toString.hpp"#include <fstream>#include <iostream>#include "zoltan.h"
Go to the source code of this file.
Classes | |
| struct | TensorData |
| struct | CijkData |
Namespaces | |
| namespace | CoordPart |
Enumerations | |
| enum | ProductBasisType { COMPLETE , TENSOR , TOTAL , SMOLYAK } |
| enum | OrderingType { TOTAL_ORDERING , LEXICOGRAPHIC_ORDERING } |
Functions | |
| int | CoordPart::get_number_of_objects (void *data, int *ierr) |
| void | CoordPart::get_object_list (void *data, int sizeGID, int sizeLID, ZOLTAN_ID_PTR globalID, ZOLTAN_ID_PTR localID, int wgt_dim, float *obj_wgts, int *ierr) |
| int | CoordPart::get_num_geometry (void *data, int *ierr) |
| void | CoordPart::get_geometry_list (void *data, int sizeGID, int sizeLID, int num_obj, ZOLTAN_ID_PTR globalID, ZOLTAN_ID_PTR localID, int num_dim, double *geom_vec, int *ierr) |
| 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 [] |
| enum ProductBasisType |
| Enumerator | |
|---|---|
| COMPLETE | |
| TENSOR | |
| TOTAL | |
| SMOLYAK | |
Definition at line 61 of file cijk_partition_zoltan_rcb.cpp.
| enum OrderingType |
| Enumerator | |
|---|---|
| TOTAL_ORDERING | |
| LEXICOGRAPHIC_ORDERING | |
Definition at line 69 of file cijk_partition_zoltan_rcb.cpp.
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 164 of file cijk_partition_zoltan_rcb.cpp.
| const int num_growth_types = 2 |
Definition at line 55 of file cijk_partition_zoltan_rcb.cpp.
| const Stokhos::GrowthPolicy growth_type_values[] |
Definition at line 56 of file cijk_partition_zoltan_rcb.cpp.
| const char* growth_type_names[] = { "slow", "moderate" } |
Definition at line 58 of file cijk_partition_zoltan_rcb.cpp.
| const int num_prod_basis_types = 4 |
Definition at line 62 of file cijk_partition_zoltan_rcb.cpp.
| const ProductBasisType prod_basis_type_values[] |
Definition at line 63 of file cijk_partition_zoltan_rcb.cpp.
| const char* prod_basis_type_names[] |
Definition at line 65 of file cijk_partition_zoltan_rcb.cpp.
| const int num_ordering_types = 2 |
Definition at line 70 of file cijk_partition_zoltan_rcb.cpp.
| const OrderingType ordering_type_values[] |
Definition at line 71 of file cijk_partition_zoltan_rcb.cpp.
| const char* ordering_type_names[] |
Definition at line 73 of file cijk_partition_zoltan_rcb.cpp.