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

Go to the source code of this file.

Functions

void METIS_PartGraphKway2 (int *nvtxs, idxtype *xadj, idxtype *adjncy, idxtype *vwgt, idxtype *adjwgt, int *wgtflag, int *numflag, int *nparts, int *options, int *edgecut, idxtype *part)
 
void METIS_WPartGraphKway2 (int *nvtxs, idxtype *xadj, idxtype *adjncy, idxtype *vwgt, idxtype *adjwgt, int *wgtflag, int *numflag, int *nparts, float *tpwgts, int *options, int *edgecut, idxtype *part)
 
void METIS_NodeNDP (int nvtxs, idxtype *xadj, idxtype *adjncy, int npes, int *options, idxtype *perm, idxtype *iperm, idxtype *sizes)
 
void MlevelNestedDissectionP (CtrlType *ctrl, GraphType *graph, idxtype *order, int lastvtx, int npes, int cpos, idxtype *sizes)
 
void METIS_NodeComputeSeparator (int *nvtxs, idxtype *xadj, idxtype *adjncy, idxtype *vwgt, idxtype *adjwgt, int *options, int *sepsize, idxtype *part)
 
void METIS_EdgeComputeSeparator (int *nvtxs, idxtype *xadj, idxtype *adjncy, idxtype *vwgt, idxtype *adjwgt, int *options, int *sepsize, idxtype *part)
 

Function Documentation

void METIS_EdgeComputeSeparator ( int *  nvtxs,
idxtype xadj,
idxtype adjncy,
idxtype vwgt,
idxtype adjwgt,
int *  options,
int *  sepsize,
idxtype part 
)

Definition at line 320 of file parmetis.c.

Here is the call graph for this function:

void METIS_NodeComputeSeparator ( int *  nvtxs,
idxtype xadj,
idxtype adjncy,
idxtype vwgt,
idxtype adjwgt,
int *  options,
int *  sepsize,
idxtype part 
)

Definition at line 262 of file parmetis.c.

Here is the call graph for this function:

void METIS_NodeNDP ( int  nvtxs,
idxtype xadj,
idxtype adjncy,
int  npes,
int *  options,
idxtype perm,
idxtype iperm,
idxtype sizes 
)

Definition at line 95 of file parmetis.c.

Here is the call graph for this function:

void METIS_PartGraphKway2 ( 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 parmetis.c.

Here is the call graph for this function:

void METIS_WPartGraphKway2 ( 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 44 of file parmetis.c.

Here is the caller graph for this function:

void MlevelNestedDissectionP ( CtrlType ctrl,
GraphType graph,
idxtype order,
int  lastvtx,
int  npes,
int  cpos,
idxtype sizes 
)

Definition at line 193 of file parmetis.c.

Here is the call graph for this function: