Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Functions
subdomains.c File Reference
#include <metis.h>
Include dependency graph for subdomains.c:

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)
 

Function Documentation

void ComputeSubDomainGraph ( GraphType graph,
int  nparts,
idxtype pmat,
idxtype ndoms 
)

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 EliminateSubDomainEdges ( CtrlType ctrl,
GraphType graph,
int  nparts,
float *  tpwgts 
)

Definition at line 721 of file subdomains.c.

Here is the call graph for this function:

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.

void PrintSubDomainGraph ( GraphType graph,
int  nparts,
idxtype where 
)

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.