|
Zoltan2
|
#include <Zoltan2_PartitioningSolution.hpp>#include <Zoltan2_BasicIdentifierAdapter.hpp>#include <Zoltan2_TestHelpers.hpp>
Go to the source code of this file.
Typedefs | |
| typedef Zoltan2::BasicUserTypes < zscalar_t, zgno_t, zlno_t, zgno_t > | user_t |
| typedef Zoltan2::BasicIdentifierAdapter < user_t > | idInput_t |
| typedef idInput_t::part_t | part_t |
Functions | |
| void | makeArrays (int wdim, int *lens, part_t **ids, zscalar_t **sizes, ArrayRCP< ArrayRCP< part_t > > &idList, ArrayRCP< ArrayRCP< zscalar_t > > &sizeList) |
| int | main (int argc, char *argv[]) |
Definition at line 57 of file PartitioningSolution.cpp.
Definition at line 58 of file PartitioningSolution.cpp.
| typedef idInput_t::part_t part_t |
Definition at line 59 of file PartitioningSolution.cpp.
| void makeArrays | ( | int | wdim, |
| int * | lens, | ||
| part_t ** | ids, | ||
| zscalar_t ** | sizes, | ||
| ArrayRCP< ArrayRCP< part_t > > & | idList, | ||
| ArrayRCP< ArrayRCP< zscalar_t > > & | sizeList | ||
| ) |
Definition at line 69 of file PartitioningSolution.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 84 of file PartitioningSolution.cpp.
1.7.6.1