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

Go to the source code of this file.

Functions

void Random_KWayEdgeRefine (CtrlType *ctrl, GraphType *graph, int nparts, float *tpwgts, float ubfactor, int npasses, int ffactor)
 
void Greedy_KWayEdgeRefine (CtrlType *ctrl, GraphType *graph, int nparts, float *tpwgts, float ubfactor, int npasses)
 
void Greedy_KWayEdgeBalance (CtrlType *ctrl, GraphType *graph, int nparts, float *tpwgts, float ubfactor, int npasses)
 

Function Documentation

void Greedy_KWayEdgeBalance ( CtrlType ctrl,
GraphType graph,
int  nparts,
float *  tpwgts,
float  ubfactor,
int  npasses 
)

Definition at line 452 of file kwayfm.c.

void Greedy_KWayEdgeRefine ( CtrlType ctrl,
GraphType graph,
int  nparts,
float *  tpwgts,
float  ubfactor,
int  npasses 
)

Definition at line 222 of file kwayfm.c.

void Random_KWayEdgeRefine ( CtrlType ctrl,
GraphType graph,
int  nparts,
float *  tpwgts,
float  ubfactor,
int  npasses,
int  ffactor 
)

Definition at line 19 of file kwayfm.c.