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

Go to the source code of this file.

Functions

void Init2WayPartition (CtrlType *ctrl, GraphType *graph, int *tpwgts, float ubfactor)
 
void InitSeparator (CtrlType *ctrl, GraphType *graph, float ubfactor)
 
void GrowBisection (CtrlType *ctrl, GraphType *graph, int *tpwgts, float ubfactor)
 
void GrowBisectionNode (CtrlType *ctrl, GraphType *graph, float ubfactor)
 
void RandomBisection (CtrlType *ctrl, GraphType *graph, int *tpwgts, float ubfactor)
 

Function Documentation

◆ GrowBisection()

◆ GrowBisectionNode()

◆ Init2WayPartition()

void Init2WayPartition ( CtrlType ctrl,
GraphType graph,
int *  tpwgts,
float  ubfactor 
)

◆ InitSeparator()

void InitSeparator ( CtrlType ctrl,
GraphType graph,
float  ubfactor 
)

◆ RandomBisection()