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

◆ MocAllocate2WayPartitionMemory()

void MocAllocate2WayPartitionMemory ( CtrlType ctrl,
GraphType graph 
)

◆ MocCompute2WayPartitionParams()

◆ MocProject2WayPartition()

◆ MocRefine2Way()