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

Go to the source code of this file.

Functions

void MocInit2WayPartition (CtrlType *ctrl, GraphType *graph, float *tpwgts, float ubfactor)
 
void MocGrowBisection (CtrlType *ctrl, GraphType *graph, float *tpwgts, float ubfactor)
 
void MocRandomBisection (CtrlType *ctrl, GraphType *graph, float *tpwgts, float ubfactor)
 
void MocInit2WayBalance (CtrlType *ctrl, GraphType *graph, float *tpwgts)
 
int SelectQueueOneWay (int ncon, float *npwgts, float *tpwgts, int from, PQueueType queues[16][2])
 

Function Documentation

◆ MocGrowBisection()

◆ MocInit2WayBalance()

◆ MocInit2WayPartition()

◆ MocRandomBisection()

◆ SelectQueueOneWay()

int SelectQueueOneWay ( int  ncon,
float *  npwgts,
float *  tpwgts,
int  from,
PQueueType  queues[16][2] 
)

Definition at line 339 of file minitpart.c.

References max(), and PQueueGetSize().

Referenced by MocInit2WayBalance().