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

Go to the source code of this file.

Functions

void SetUpGraph (GraphType *graph, int OpType, int nvtxs, int ncon, idxtype *xadj, idxtype *adjncy, idxtype *vwgt, idxtype *adjwgt, int wgtflag)
 
void SetUpGraphKway (GraphType *graph, int nvtxs, idxtype *xadj, idxtype *adjncy)
 
void SetUpGraph2 (GraphType *graph, int nvtxs, int ncon, idxtype *xadj, idxtype *adjncy, float *nvwgt, idxtype *adjwgt)
 
void VolSetUpGraph (GraphType *graph, int OpType, int nvtxs, int ncon, idxtype *xadj, idxtype *adjncy, idxtype *vwgt, idxtype *vsize, int wgtflag)
 
void RandomizeGraph (GraphType *graph)
 
int IsConnectedSubdomain (CtrlType *ctrl, GraphType *graph, int pid, int report)
 
int IsConnected (CtrlType *ctrl, GraphType *graph, int report)
 
int IsConnected2 (GraphType *graph, int report)
 
int FindComponents (CtrlType *ctrl, GraphType *graph, idxtype *cptr, idxtype *cind)
 

Function Documentation

int FindComponents ( CtrlType ctrl,
GraphType graph,
idxtype cptr,
idxtype cind 
)

Definition at line 554 of file graph.c.

int IsConnected ( CtrlType ctrl,
GraphType graph,
int  report 
)

Definition at line 454 of file graph.c.

int IsConnected2 ( GraphType graph,
int  report 
)

Definition at line 491 of file graph.c.

Here is the call graph for this function:

int IsConnectedSubdomain ( CtrlType ctrl,
GraphType graph,
int  pid,
int  report 
)

Definition at line 376 of file graph.c.

Here is the call graph for this function:

void RandomizeGraph ( GraphType graph)

Definition at line 352 of file graph.c.

void SetUpGraph ( GraphType graph,
int  OpType,
int  nvtxs,
int  ncon,
idxtype xadj,
idxtype adjncy,
idxtype vwgt,
idxtype adjwgt,
int  wgtflag 
)

Definition at line 21 of file graph.c.

void SetUpGraph2 ( GraphType graph,
int  nvtxs,
int  ncon,
idxtype xadj,
idxtype adjncy,
float *  nvwgt,
idxtype adjwgt 
)

Definition at line 171 of file graph.c.

void SetUpGraphKway ( GraphType graph,
int  nvtxs,
idxtype xadj,
idxtype adjncy 
)

Definition at line 142 of file graph.c.

void VolSetUpGraph ( GraphType graph,
int  OpType,
int  nvtxs,
int  ncon,
idxtype xadj,
idxtype adjncy,
idxtype vwgt,
idxtype vsize,
int  wgtflag 
)

Definition at line 211 of file graph.c.