Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Functions | |
int | get_number_of_vertices (void *data, int *ierr) |
void | get_vertex_list (void *data, int sizeGID, int sizeLID, ZOLTAN_ID_PTR globalID, ZOLTAN_ID_PTR localID, int wgt_dim, float *obj_wgts, int *ierr) |
void | get_hypergraph_size (void *data, int *num_lists, int *num_pins, int *format, int *ierr) |
void | get_hypergraph (void *data, int sizeGID, int num_vtx, int num_pins, int format, ZOLTAN_ID_PTR vtxGID, int *edgePtr, ZOLTAN_ID_PTR edgeGID, int *ierr) |
int HG_3D::get_number_of_vertices | ( | void * | data, |
int * | ierr | ||
) |
Definition at line 72 of file cijk_partition_zoltan_3d.cpp.
void HG_3D::get_vertex_list | ( | void * | data, |
int | sizeGID, | ||
int | sizeLID, | ||
ZOLTAN_ID_PTR | globalID, | ||
ZOLTAN_ID_PTR | localID, | ||
int | wgt_dim, | ||
float * | obj_wgts, | ||
int * | ierr | ||
) |
Definition at line 80 of file cijk_partition_zoltan_3d.cpp.
void HG_3D::get_hypergraph_size | ( | void * | data, |
int * | num_lists, | ||
int * | num_pins, | ||
int * | format, | ||
int * | ierr | ||
) |
Definition at line 96 of file cijk_partition_zoltan_3d.cpp.
void HG_3D::get_hypergraph | ( | void * | data, |
int | sizeGID, | ||
int | num_vtx, | ||
int | num_pins, | ||
int | format, | ||
ZOLTAN_ID_PTR | vtxGID, | ||
int * | edgePtr, | ||
ZOLTAN_ID_PTR | edgeGID, | ||
int * | ierr | ||
) |
Definition at line 116 of file cijk_partition_zoltan_3d.cpp.