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

Go to the source code of this file.

Functions

void Refine2WayNode (CtrlType *ctrl, GraphType *orggraph, GraphType *graph, float ubfactor)
 
void Allocate2WayNodePartitionMemory (CtrlType *ctrl, GraphType *graph)
 
void Compute2WayNodePartitionParams (CtrlType *ctrl, GraphType *graph)
 
void Project2WayNodePartition (CtrlType *ctrl, GraphType *graph)
 

Function Documentation

void Allocate2WayNodePartitionMemory ( CtrlType ctrl,
GraphType graph 
)

Definition at line 68 of file srefine.c.

void Compute2WayNodePartitionParams ( CtrlType ctrl,
GraphType graph 
)

Definition at line 89 of file srefine.c.

void Project2WayNodePartition ( CtrlType ctrl,
GraphType graph 
)

Definition at line 144 of file srefine.c.

void Refine2WayNode ( CtrlType ctrl,
GraphType orggraph,
GraphType graph,
float  ubfactor 
)

Definition at line 21 of file srefine.c.