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

Go to the source code of this file.

Functions

void CreateCoarseGraph (CtrlType *ctrl, GraphType *graph, int cnvtxs, idxtype *match, idxtype *perm)
 
void CreateCoarseGraphNoMask (CtrlType *ctrl, GraphType *graph, int cnvtxs, idxtype *match, idxtype *perm)
 
void CreateCoarseGraph_NVW (CtrlType *ctrl, GraphType *graph, int cnvtxs, idxtype *match, idxtype *perm)
 
GraphTypeSetUpCoarseGraph (GraphType *graph, int cnvtxs, int dovsize)
 
void ReAdjustMemory (GraphType *graph, GraphType *cgraph, int dovsize)
 

Function Documentation

void CreateCoarseGraph ( CtrlType ctrl,
GraphType graph,
int  cnvtxs,
idxtype match,
idxtype perm 
)

Definition at line 22 of file ccgraph.c.

void CreateCoarseGraph_NVW ( CtrlType ctrl,
GraphType graph,
int  cnvtxs,
idxtype match,
idxtype perm 
)

Definition at line 330 of file ccgraph.c.

void CreateCoarseGraphNoMask ( CtrlType ctrl,
GraphType graph,
int  cnvtxs,
idxtype match,
idxtype perm 
)

Definition at line 195 of file ccgraph.c.

void ReAdjustMemory ( GraphType graph,
GraphType cgraph,
int  dovsize 
)

Definition at line 543 of file ccgraph.c.

GraphType* SetUpCoarseGraph ( GraphType graph,
int  cnvtxs,
int  dovsize 
)

Definition at line 479 of file ccgraph.c.