ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
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

◆ MocAllocateKWayPartitionMemory()

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

◆ MocComputeKWayBalanceBoundary()

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

◆ MocComputeKWayPartitionParams()

◆ MocProjectKWayPartition()

◆ MocRefineKWayHorizontal()