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

Go to the source code of this file.

Functions

void Init2WayPartition (CtrlType *ctrl, GraphType *graph, int *tpwgts, float ubfactor)
 
void InitSeparator (CtrlType *ctrl, GraphType *graph, float ubfactor)
 
void GrowBisection (CtrlType *ctrl, GraphType *graph, int *tpwgts, float ubfactor)
 
void GrowBisectionNode (CtrlType *ctrl, GraphType *graph, float ubfactor)
 
void RandomBisection (CtrlType *ctrl, GraphType *graph, int *tpwgts, float ubfactor)
 

Function Documentation

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

Definition at line 82 of file initpart.c.

Here is the call graph for this function:

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

Definition at line 210 of file initpart.c.

Here is the call graph for this function:

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

Definition at line 21 of file initpart.c.

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

Definition at line 55 of file initpart.c.

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

Definition at line 346 of file initpart.c.

Here is the call graph for this function: