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

Go to the source code of this file.

Functions

void MocInit2WayPartition2 (CtrlType *ctrl, GraphType *graph, float *tpwgts, float *ubvec)
 
void MocGrowBisection2 (CtrlType *ctrl, GraphType *graph, float *tpwgts, float *ubvec)
 
void MocGrowBisectionNew2 (CtrlType *ctrl, GraphType *graph, float *tpwgts, float *ubvec)
 
void MocInit2WayBalance2 (CtrlType *ctrl, GraphType *graph, float *tpwgts, float *ubvec)
 
int SelectQueueOneWay2 (int ncon, float *pto, PQueueType queues[16][2], float *ubvec)
 

Function Documentation

◆ MocGrowBisection2()

◆ MocGrowBisectionNew2()

◆ MocInit2WayBalance2()

◆ MocInit2WayPartition2()

void MocInit2WayPartition2 ( CtrlType ctrl,
GraphType graph,
float *  tpwgts,
float *  ubvec 
)

◆ SelectQueueOneWay2()

int SelectQueueOneWay2 ( int  ncon,
float *  pto,
PQueueType  queues[16][2],
float *  ubvec 
)

Definition at line 330 of file minitpart2.c.

References max(), MAXNCON, PQueueGetKey(), and PQueueGetSize().

Referenced by MocInit2WayBalance2().