Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
Functions
HG_3D Namespace Reference

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)
 

Function Documentation

◆ get_number_of_vertices()

int HG_3D::get_number_of_vertices ( void *  data,
int ierr 
)

Definition at line 101 of file cijk_partition_zoltan_3d.cpp.

◆ get_vertex_list()

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 109 of file cijk_partition_zoltan_3d.cpp.

◆ get_hypergraph_size()

void HG_3D::get_hypergraph_size ( void *  data,
int num_lists,
int num_pins,
int format,
int ierr 
)

Definition at line 125 of file cijk_partition_zoltan_3d.cpp.

◆ get_hypergraph()

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 145 of file cijk_partition_zoltan_3d.cpp.