PPL Logo

libs/ck-libs/parmetis/METISLib/mesh.c File Reference

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 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 
)

Definition at line 74 of file mesh.c.

References free(), idxmalloc(), idxsmalloc(), and n.

Referenced by METIS_MeshToDual().

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

Definition at line 170 of file mesh.c.

References free(), idxmalloc(), idxsmalloc(), and n.

Referenced by METIS_MeshToNodal().

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

Definition at line 219 of file mesh.c.

References free(), idxmalloc(), idxsmalloc(), and n.

Referenced by METIS_MeshToNodal().

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

Definition at line 268 of file mesh.c.

References free(), idxmalloc(), idxsmalloc(), and n.

Referenced by METIS_MeshToNodal().

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

Definition at line 341 of file mesh.c.

References free(), idxmalloc(), idxsmalloc(), and n.

Referenced by METIS_MeshToNodal().


Generated on Mon May 21 08:11:11 2012 for Charm++ by  doxygen 1.5.5