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

Go to the source code of this file.

Functions

void METIS_mCPartGraphRecursive (int *nvtxs, int *ncon, idxtype *xadj, idxtype *adjncy, idxtype *vwgt, idxtype *adjwgt, int *wgtflag, int *numflag, int *nparts, int *options, int *edgecut, idxtype *part)
 
void METIS_mCHPartGraphRecursive (int *nvtxs, int *ncon, idxtype *xadj, idxtype *adjncy, idxtype *vwgt, idxtype *adjwgt, int *wgtflag, int *numflag, int *nparts, float *ubvec, int *options, int *edgecut, idxtype *part)
 
int MCMlevelRecursiveBisection (CtrlType *ctrl, GraphType *graph, int nparts, idxtype *part, float ubfactor, int fpart)
 
int MCHMlevelRecursiveBisection (CtrlType *ctrl, GraphType *graph, int nparts, idxtype *part, float *ubvec, int fpart)
 
void MCMlevelEdgeBisection (CtrlType *ctrl, GraphType *graph, float *tpwgts, float ubfactor)
 
void MCHMlevelEdgeBisection (CtrlType *ctrl, GraphType *graph, float *tpwgts, float *ubvec)
 

Function Documentation

◆ MCHMlevelEdgeBisection()

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

Definition at line 383 of file mpmetis.c.

References MCCoarsen2Way, MocInit2WayPartition2, and MocRefine2Way2.

Referenced by MCHMlevelRecursiveBisection().

◆ MCHMlevelRecursiveBisection()

int MCHMlevelRecursiveBisection ( CtrlType ctrl,
GraphType graph,
int  nparts,
idxtype part,
float *  ubvec,
int  fpart 
)

◆ MCMlevelEdgeBisection()

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

◆ MCMlevelRecursiveBisection()

int MCMlevelRecursiveBisection ( CtrlType ctrl,
GraphType graph,
int  nparts,
idxtype part,
float  ubfactor,
int  fpart 
)

◆ METIS_mCHPartGraphRecursive()

void METIS_mCHPartGraphRecursive ( int *  nvtxs,
int *  ncon,
idxtype xadj,
idxtype adjncy,
idxtype vwgt,
idxtype adjwgt,
int *  wgtflag,
int *  numflag,
int *  nparts,
float *  ubvec,
int *  options,
int *  edgecut,
idxtype part 
)

◆ METIS_mCPartGraphRecursive()