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

Go to the source code of this file.

Functions

void Refine2Way (CtrlType *ctrl, GraphType *orggraph, GraphType *graph, int *tpwgts, float ubfactor)
 
void Allocate2WayPartitionMemory (CtrlType *ctrl, GraphType *graph)
 
void Compute2WayPartitionParams (CtrlType *ctrl, GraphType *graph)
 
void Project2WayPartition (CtrlType *ctrl, GraphType *graph)
 

Function Documentation

void Allocate2WayPartitionMemory ( CtrlType ctrl,
GraphType graph 
)

Definition at line 58 of file refine.c.

void Compute2WayPartitionParams ( CtrlType ctrl,
GraphType graph 
)

Definition at line 77 of file refine.c.

void Project2WayPartition ( CtrlType ctrl,
GraphType graph 
)

Definition at line 134 of file refine.c.

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

Definition at line 20 of file refine.c.