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

Go to the source code of this file.

Functions

void FM_2WayNodeRefine (CtrlType *ctrl, GraphType *graph, float ubfactor, int npasses)
 
void FM_2WayNodeRefine2 (CtrlType *ctrl, GraphType *graph, float ubfactor, int npasses)
 
void FM_2WayNodeRefineEqWgt (CtrlType *ctrl, GraphType *graph, int npasses)
 
void FM_2WayNodeRefine_OneSided (CtrlType *ctrl, GraphType *graph, float ubfactor, int npasses)
 
void FM_2WayNodeBalance (CtrlType *ctrl, GraphType *graph, float ubfactor)
 
int ComputeMaxNodeGain (int nvtxs, idxtype *xadj, idxtype *adjncy, idxtype *vwgt)
 

Function Documentation

int ComputeMaxNodeGain ( int  nvtxs,
idxtype xadj,
idxtype adjncy,
idxtype vwgt 
)

Definition at line 1051 of file sfm.c.

void FM_2WayNodeBalance ( CtrlType ctrl,
GraphType graph,
float  ubfactor 
)

Definition at line 918 of file sfm.c.

void FM_2WayNodeRefine ( CtrlType ctrl,
GraphType graph,
float  ubfactor,
int  npasses 
)

Definition at line 21 of file sfm.c.

Here is the call graph for this function:

void FM_2WayNodeRefine2 ( CtrlType ctrl,
GraphType graph,
float  ubfactor,
int  npasses 
)

Definition at line 256 of file sfm.c.

Here is the call graph for this function:

void FM_2WayNodeRefine_OneSided ( CtrlType ctrl,
GraphType graph,
float  ubfactor,
int  npasses 
)

Definition at line 717 of file sfm.c.

void FM_2WayNodeRefineEqWgt ( CtrlType ctrl,
GraphType graph,
int  npasses 
)

Definition at line 493 of file sfm.c.

Here is the call graph for this function: