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, zlno_t, zgno_t > | zzuser_t |
typedef Zoltan2::BasicIdentifierAdapter < zzuser_t > | idInput_t |
typedef idInput_t::part_t | zzpart_t |
Functions | |
void | makeArrays (int wdim, int *lens, zzpart_t **ids, zscalar_t **sizes, ArrayRCP< ArrayRCP< zzpart_t > > &idList, ArrayRCP< ArrayRCP< zscalar_t > > &sizeList) |
int | main (int narg, char *arg[]) |
typedef Zoltan2::BasicUserTypes<zscalar_t, zlno_t, zgno_t> zzuser_t |
Definition at line 57 of file PartitioningSolution.cpp.
Definition at line 58 of file PartitioningSolution.cpp.
typedef idInput_t::part_t zzpart_t |
Definition at line 59 of file PartitioningSolution.cpp.
void makeArrays | ( | int | wdim, |
int * | lens, | ||
zzpart_t ** | ids, | ||
zscalar_t ** | sizes, | ||
ArrayRCP< ArrayRCP< zzpart_t > > & | idList, | ||
ArrayRCP< ArrayRCP< zscalar_t > > & | sizeList | ||
) |
Definition at line 69 of file PartitioningSolution.cpp.
int main | ( | int | narg, |
char * | arg[] | ||
) |
Definition at line 84 of file PartitioningSolution.cpp.