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

Go to the source code of this file.

Functions

void METIS_PartGraphRecursive (int *nvtxs, idxtype *xadj, idxtype *adjncy, idxtype *vwgt, idxtype *adjwgt, int *wgtflag, int *numflag, int *nparts, int *options, int *edgecut, idxtype *part)
 
void METIS_WPartGraphRecursive (int *nvtxs, idxtype *xadj, idxtype *adjncy, idxtype *vwgt, idxtype *adjwgt, int *wgtflag, int *numflag, int *nparts, float *tpwgts, int *options, int *edgecut, idxtype *part)
 
int MlevelRecursiveBisection (CtrlType *ctrl, GraphType *graph, int nparts, idxtype *part, float *tpwgts, float ubfactor, int fpart)
 
void MlevelEdgeBisection (CtrlType *ctrl, GraphType *graph, int *tpwgts, float ubfactor)
 
void SplitGraphPart (CtrlType *ctrl, GraphType *graph, GraphType *lgraph, GraphType *rgraph)
 
void SetUpSplitGraph (GraphType *graph, GraphType *sgraph, int snvtxs, int snedges)
 

Function Documentation

void METIS_PartGraphRecursive ( int *  nvtxs,
idxtype xadj,
idxtype adjncy,
idxtype vwgt,
idxtype adjwgt,
int *  wgtflag,
int *  numflag,
int *  nparts,
int *  options,
int *  edgecut,
idxtype part 
)

Definition at line 22 of file pmetis.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void METIS_WPartGraphRecursive ( int *  nvtxs,
idxtype xadj,
idxtype adjncy,
idxtype vwgt,
idxtype adjwgt,
int *  wgtflag,
int *  numflag,
int *  nparts,
float *  tpwgts,
int *  options,
int *  edgecut,
idxtype part 
)

Definition at line 45 of file pmetis.c.

Here is the caller graph for this function:

void MlevelEdgeBisection ( CtrlType ctrl,
GraphType graph,
int *  tpwgts,
float  ubfactor 
)

Definition at line 168 of file pmetis.c.

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

Definition at line 103 of file pmetis.c.

Here is the call graph for this function:

void SetUpSplitGraph ( GraphType graph,
GraphType sgraph,
int  snvtxs,
int  snedges 
)

Definition at line 309 of file pmetis.c.

void SplitGraphPart ( CtrlType ctrl,
GraphType graph,
GraphType lgraph,
GraphType rgraph 
)

Definition at line 190 of file pmetis.c.