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

Go to the source code of this file.

Functions

void MocRefine2Way (CtrlType *ctrl, GraphType *orggraph, GraphType *graph, float *tpwgts, float ubfactor)
 
void MocAllocate2WayPartitionMemory (CtrlType *ctrl, GraphType *graph)
 
void MocCompute2WayPartitionParams (CtrlType *ctrl, GraphType *graph)
 
void MocProject2WayPartition (CtrlType *ctrl, GraphType *graph)
 

Function Documentation

void MocAllocate2WayPartitionMemory ( CtrlType ctrl,
GraphType graph 
)

Definition at line 70 of file mrefine.c.

void MocCompute2WayPartitionParams ( CtrlType ctrl,
GraphType graph 
)

Definition at line 91 of file mrefine.c.

void MocProject2WayPartition ( CtrlType ctrl,
GraphType graph 
)

Definition at line 149 of file mrefine.c.

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

Definition at line 20 of file mrefine.c.