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

Go to the source code of this file.

Functions

void MocFM_2WayEdgeRefine (CtrlType *ctrl, GraphType *graph, float *tpwgts, int npasses)
 
void SelectQueue (int ncon, float *npwgts, float *tpwgts, int *from, int *cnum, PQueueType queues[MAXNCON][2])
 
int BetterBalance (int ncon, float *npwgts, float *tpwgts, float *diff)
 
float Compute2WayHLoadImbalance (int ncon, float *npwgts, float *tpwgts)
 
void Compute2WayHLoadImbalanceVec (int ncon, float *npwgts, float *tpwgts, float *lbvec)
 

Function Documentation

int BetterBalance ( int  ncon,
float *  npwgts,
float *  tpwgts,
float *  diff 
)

Definition at line 303 of file mfm.c.

float Compute2WayHLoadImbalance ( int  ncon,
float *  npwgts,
float *  tpwgts 
)

Definition at line 319 of file mfm.c.

void Compute2WayHLoadImbalanceVec ( int  ncon,
float *  npwgts,
float *  tpwgts,
float *  lbvec 
)

Definition at line 337 of file mfm.c.

void MocFM_2WayEdgeRefine ( CtrlType ctrl,
GraphType graph,
float *  tpwgts,
int  npasses 
)

Definition at line 20 of file mfm.c.

void SelectQueue ( int  ncon,
float *  npwgts,
float *  tpwgts,
int *  from,
int *  cnum,
PQueueType  queues[MAXNCON][2] 
)

Definition at line 238 of file mfm.c.

Here is the call graph for this function: