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

Go to the source code of this file.

Functions

int ComputeCut (GraphType *graph, idxtype *where)
 
int CheckBnd (GraphType *graph)
 
int CheckBnd2 (GraphType *graph)
 
int CheckNodeBnd (GraphType *graph, int onbnd)
 
int CheckRInfo (RInfoType *rinfo)
 
int CheckNodePartitionParams (GraphType *graph)
 
int IsSeparable (GraphType *graph)
 

Function Documentation

int CheckBnd ( GraphType graph)

Definition at line 46 of file debug.c.

int CheckBnd2 ( GraphType graph)

Definition at line 82 of file debug.c.

int CheckNodeBnd ( GraphType graph,
int  onbnd 
)

Definition at line 117 of file debug.c.

int CheckNodePartitionParams ( GraphType graph)

Definition at line 170 of file debug.c.

int CheckRInfo ( RInfoType rinfo)

Definition at line 153 of file debug.c.

int ComputeCut ( GraphType graph,
idxtype where 
)

Definition at line 20 of file debug.c.

int IsSeparable ( GraphType graph)

Definition at line 217 of file debug.c.