ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
refine.c File Reference
#include "metis.h"
Include dependency graph for refine.c:

Go to the source code of this file.

Functions

void Refine2Way (CtrlType *ctrl, GraphType *orggraph, GraphType *graph, int *tpwgts, float ubfactor)
 
void Allocate2WayPartitionMemory (CtrlType *ctrl, GraphType *graph)
 
void Compute2WayPartitionParams (CtrlType *ctrl, GraphType *graph)
 
void Project2WayPartition (CtrlType *ctrl, GraphType *graph)
 

Function Documentation

◆ Allocate2WayPartitionMemory()

void Allocate2WayPartitionMemory ( CtrlType ctrl,
GraphType graph 
)

◆ Compute2WayPartitionParams()

◆ Project2WayPartition()

◆ Refine2Way()