Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Functions
kvmetis.c File Reference
#include <metis.h>
Include dependency graph for kvmetis.c:

Go to the source code of this file.

Functions

void METIS_PartGraphVKway (int *nvtxs, idxtype *xadj, idxtype *adjncy, idxtype *vwgt, idxtype *vsize, int *wgtflag, int *numflag, int *nparts, int *options, int *volume, idxtype *part)
 
void METIS_WPartGraphVKway (int *nvtxs, idxtype *xadj, idxtype *adjncy, idxtype *vwgt, idxtype *vsize, int *wgtflag, int *numflag, int *nparts, float *tpwgts, int *options, int *volume, idxtype *part)
 
int MlevelVolKWayPartitioning (CtrlType *ctrl, GraphType *graph, int nparts, idxtype *part, float *tpwgts, float ubfactor)
 

Function Documentation

void METIS_PartGraphVKway ( int *  nvtxs,
idxtype xadj,
idxtype adjncy,
idxtype vwgt,
idxtype vsize,
int *  wgtflag,
int *  numflag,
int *  nparts,
int *  options,
int *  volume,
idxtype part 
)

Definition at line 22 of file kvmetis.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void METIS_WPartGraphVKway ( int *  nvtxs,
idxtype xadj,
idxtype adjncy,
idxtype vwgt,
idxtype vsize,
int *  wgtflag,
int *  numflag,
int *  nparts,
float *  tpwgts,
int *  options,
int *  volume,
idxtype part 
)

Definition at line 43 of file kvmetis.c.

Here is the caller graph for this function:

int MlevelVolKWayPartitioning ( CtrlType ctrl,
GraphType graph,
int  nparts,
idxtype part,
float *  tpwgts,
float  ubfactor 
)

Definition at line 94 of file kvmetis.c.

Here is the call graph for this function: