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

Go to the source code of this file.

Functions

void METIS_MeshToDual (int *ne, int *nn, idxtype *elmnts, int *etype, int *numflag, idxtype *dxadj, idxtype *dadjncy)
 
void METIS_MeshToNodal (int *ne, int *nn, idxtype *elmnts, int *etype, int *numflag, idxtype *dxadj, idxtype *dadjncy)
 
void GENDUALMETIS (int nelmnts, int nvtxs, int etype, idxtype *elmnts, idxtype *dxadj, idxtype *dadjncy)
 
void TRINODALMETIS (int nelmnts, int nvtxs, idxtype *elmnts, idxtype *dxadj, idxtype *dadjncy)
 
void TETNODALMETIS (int nelmnts, int nvtxs, idxtype *elmnts, idxtype *dxadj, idxtype *dadjncy)
 
void HEXNODALMETIS (int nelmnts, int nvtxs, idxtype *elmnts, idxtype *dxadj, idxtype *dadjncy)
 
void QUADNODALMETIS (int nelmnts, int nvtxs, idxtype *elmnts, idxtype *dxadj, idxtype *dadjncy)
 

Function Documentation

void GENDUALMETIS ( int  nelmnts,
int  nvtxs,
int  etype,
idxtype elmnts,
idxtype dxadj,
idxtype dadjncy 
)

Definition at line 74 of file mesh.c.

Here is the caller graph for this function:

void HEXNODALMETIS ( int  nelmnts,
int  nvtxs,
idxtype elmnts,
idxtype dxadj,
idxtype dadjncy 
)

Definition at line 267 of file mesh.c.

void METIS_MeshToDual ( int *  ne,
int *  nn,
idxtype elmnts,
int *  etype,
int *  numflag,
idxtype dxadj,
idxtype dadjncy 
)

Definition at line 23 of file mesh.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void METIS_MeshToNodal ( int *  ne,
int *  nn,
idxtype elmnts,
int *  etype,
int *  numflag,
idxtype dxadj,
idxtype dadjncy 
)

Definition at line 42 of file mesh.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void QUADNODALMETIS ( int  nelmnts,
int  nvtxs,
idxtype elmnts,
idxtype dxadj,
idxtype dadjncy 
)

Definition at line 340 of file mesh.c.

Here is the caller graph for this function:

void TETNODALMETIS ( int  nelmnts,
int  nvtxs,
idxtype elmnts,
idxtype dxadj,
idxtype dadjncy 
)

Definition at line 218 of file mesh.c.

void TRINODALMETIS ( int  nelmnts,
int  nvtxs,
idxtype elmnts,
idxtype dxadj,
idxtype dadjncy 
)

Definition at line 169 of file mesh.c.