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

Go to the source code of this file.

Functions

void MocRefineKWayHorizontal (CtrlType *ctrl, GraphType *orggraph, GraphType *graph, int nparts, float *ubvec)
 
void MocAllocateKWayPartitionMemory (CtrlType *ctrl, GraphType *graph, int nparts)
 
void MocComputeKWayPartitionParams (CtrlType *ctrl, GraphType *graph, int nparts)
 
void MocProjectKWayPartition (CtrlType *ctrl, GraphType *graph, int nparts)
 
void MocComputeKWayBalanceBoundary (CtrlType *ctrl, GraphType *graph, int nparts)
 

Function Documentation

void MocAllocateKWayPartitionMemory ( CtrlType ctrl,
GraphType graph,
int  nparts 
)

Definition at line 67 of file mkwayrefine.c.

void MocComputeKWayBalanceBoundary ( CtrlType ctrl,
GraphType graph,
int  nparts 
)

Definition at line 278 of file mkwayrefine.c.

void MocComputeKWayPartitionParams ( CtrlType ctrl,
GraphType graph,
int  nparts 
)

Definition at line 89 of file mkwayrefine.c.

void MocProjectKWayPartition ( CtrlType ctrl,
GraphType graph,
int  nparts 
)

Definition at line 172 of file mkwayrefine.c.

void MocRefineKWayHorizontal ( CtrlType ctrl,
GraphType orggraph,
GraphType graph,
int  nparts,
float *  ubvec 
)

Definition at line 20 of file mkwayrefine.c.