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

Go to the source code of this file.

Functions

void METIS_EdgeND (int *nvtxs, idxtype *xadj, idxtype *adjncy, int *numflag, int *options, idxtype *perm, idxtype *iperm)
 
void METIS_NodeND (int *nvtxs, idxtype *xadj, idxtype *adjncy, int *numflag, int *options, idxtype *perm, idxtype *iperm)
 
void METIS_NodeWND (int *nvtxs, idxtype *xadj, idxtype *adjncy, idxtype *vwgt, int *numflag, int *options, idxtype *perm, idxtype *iperm)
 
void MlevelNestedDissection (CtrlType *ctrl, GraphType *graph, idxtype *order, float ubfactor, int lastvtx)
 
void MlevelNestedDissectionCC (CtrlType *ctrl, GraphType *graph, idxtype *order, float ubfactor, int lastvtx)
 
void MlevelNodeBisectionMultiple (CtrlType *ctrl, GraphType *graph, int *tpwgts, float ubfactor)
 
void MlevelNodeBisection (CtrlType *ctrl, GraphType *graph, int *tpwgts, float ubfactor)
 
void SplitGraphOrder (CtrlType *ctrl, GraphType *graph, GraphType *lgraph, GraphType *rgraph)
 
void MMDOrder (CtrlType *ctrl, GraphType *graph, idxtype *order, int lastvtx)
 
int SplitGraphOrderCC (CtrlType *ctrl, GraphType *graph, GraphType *sgraphs, int ncmps, idxtype *cptr, idxtype *cind)
 

Function Documentation

void METIS_EdgeND ( int *  nvtxs,
idxtype xadj,
idxtype adjncy,
int *  numflag,
int *  options,
idxtype perm,
idxtype iperm 
)

Definition at line 22 of file ometis.c.

Here is the caller graph for this function:

void METIS_NodeND ( int *  nvtxs,
idxtype xadj,
idxtype adjncy,
int *  numflag,
int *  options,
idxtype perm,
idxtype iperm 
)

Definition at line 79 of file ometis.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void METIS_NodeWND ( int *  nvtxs,
idxtype xadj,
idxtype adjncy,
idxtype vwgt,
int *  numflag,
int *  options,
idxtype perm,
idxtype iperm 
)

Definition at line 204 of file ometis.c.

Here is the caller graph for this function:

void MlevelNestedDissection ( CtrlType ctrl,
GraphType graph,
idxtype order,
float  ubfactor,
int  lastvtx 
)

Definition at line 263 of file ometis.c.

Here is the call graph for this function:

void MlevelNestedDissectionCC ( CtrlType ctrl,
GraphType graph,
idxtype order,
float  ubfactor,
int  lastvtx 
)

Definition at line 323 of file ometis.c.

Here is the call graph for this function:

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

Definition at line 468 of file ometis.c.

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

Definition at line 386 of file ometis.c.

Here is the call graph for this function:

void MMDOrder ( CtrlType ctrl,
GraphType graph,
idxtype order,
int  lastvtx 
)

Definition at line 617 of file ometis.c.

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

Definition at line 508 of file ometis.c.

int SplitGraphOrderCC ( CtrlType ctrl,
GraphType graph,
GraphType sgraphs,
int  ncmps,
idxtype cptr,
idxtype cind 
)

Definition at line 663 of file ometis.c.