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

Go to the source code of this file.

Functions

void MocInit2WayPartition (CtrlType *ctrl, GraphType *graph, float *tpwgts, float ubfactor)
 
void MocGrowBisection (CtrlType *ctrl, GraphType *graph, float *tpwgts, float ubfactor)
 
void MocRandomBisection (CtrlType *ctrl, GraphType *graph, float *tpwgts, float ubfactor)
 
void MocInit2WayBalance (CtrlType *ctrl, GraphType *graph, float *tpwgts)
 
int SelectQueueOneWay (int ncon, float *npwgts, float *tpwgts, int from, PQueueType queues[MAXNCON][2])
 

Function Documentation

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

Definition at line 57 of file minitpart.c.

Here is the call graph for this function:

void MocInit2WayBalance ( CtrlType ctrl,
GraphType graph,
float *  tpwgts 
)

Definition at line 178 of file minitpart.c.

Here is the call graph for this function:

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

Definition at line 21 of file minitpart.c.

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

Definition at line 105 of file minitpart.c.

Here is the call graph for this function:

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

Definition at line 339 of file minitpart.c.

Here is the call graph for this function:

Here is the caller graph for this function: