Hitmap 1.3
|
#include <metis.h>
Go to the source code of this file.
Functions | |
void | Random_KWayEdgeRefineMConn (CtrlType *ctrl, GraphType *graph, int nparts, float *tpwgts, float ubfactor, int npasses, int ffactor) |
void | Greedy_KWayEdgeBalanceMConn (CtrlType *ctrl, GraphType *graph, int nparts, float *tpwgts, float ubfactor, int npasses) |
void | PrintSubDomainGraph (GraphType *graph, int nparts, idxtype *where) |
void | ComputeSubDomainGraph (GraphType *graph, int nparts, idxtype *pmat, idxtype *ndoms) |
void | EliminateSubDomainEdges (CtrlType *ctrl, GraphType *graph, int nparts, float *tpwgts) |
void | MoveGroupMConn (CtrlType *ctrl, GraphType *graph, idxtype *ndoms, idxtype *pmat, int nparts, int to, int nind, idxtype *ind) |
void | EliminateComponents (CtrlType *ctrl, GraphType *graph, int nparts, float *tpwgts, float ubfactor) |
void | MoveGroup (CtrlType *ctrl, GraphType *graph, int nparts, int to, int gid, idxtype *ptr, idxtype *ind) |
Definition at line 676 of file subdomains.c.
void EliminateComponents | ( | CtrlType * | ctrl, |
GraphType * | graph, | ||
int | nparts, | ||
float * | tpwgts, | ||
float | ubfactor | ||
) |
Definition at line 1048 of file subdomains.c.
void Greedy_KWayEdgeBalanceMConn | ( | CtrlType * | ctrl, |
GraphType * | graph, | ||
int | nparts, | ||
float * | tpwgts, | ||
float | ubfactor, | ||
int | npasses | ||
) |
Definition at line 312 of file subdomains.c.
void MoveGroup | ( | CtrlType * | ctrl, |
GraphType * | graph, | ||
int | nparts, | ||
int | to, | ||
int | gid, | ||
idxtype * | ptr, | ||
idxtype * | ind | ||
) |
Definition at line 1174 of file subdomains.c.
void MoveGroupMConn | ( | CtrlType * | ctrl, |
GraphType * | graph, | ||
idxtype * | ndoms, | ||
idxtype * | pmat, | ||
int | nparts, | ||
int | to, | ||
int | nind, | ||
idxtype * | ind | ||
) |
Definition at line 892 of file subdomains.c.
Definition at line 625 of file subdomains.c.
void Random_KWayEdgeRefineMConn | ( | CtrlType * | ctrl, |
GraphType * | graph, | ||
int | nparts, | ||
float * | tpwgts, | ||
float | ubfactor, | ||
int | npasses, | ||
int | ffactor | ||
) |
Definition at line 22 of file subdomains.c.