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

Go to the source code of this file.

Functions

void Refine2WayNode (CtrlType *ctrl, GraphType *orggraph, GraphType *graph, float ubfactor)
 
void Allocate2WayNodePartitionMemory (CtrlType *ctrl, GraphType *graph)
 
void Compute2WayNodePartitionParams (CtrlType *ctrl, GraphType *graph)
 
void Project2WayNodePartition (CtrlType *ctrl, GraphType *graph)
 

Function Documentation

◆ Allocate2WayNodePartitionMemory()

void Allocate2WayNodePartitionMemory ( CtrlType ctrl,
GraphType graph 
)

◆ Compute2WayNodePartitionParams()

◆ Project2WayNodePartition()

void Project2WayNodePartition ( CtrlType ctrl,
GraphType graph 
)

◆ Refine2WayNode()