
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) |
| 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.
References ChangeMesh2CNumbering(), ChangeMesh2FNumbering(), and GENDUALMETIS().
Referenced by metis_meshtodual(), METIS_MESHTODUAL(), metis_meshtodual_(), metis_meshtodual__(), and METIS_PartMeshDual().
| 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.
References ChangeMesh2CNumbering(), ChangeMesh2FNumbering(), HEXNODALMETIS(), QUADNODALMETIS(), TETNODALMETIS(), and TRINODALMETIS().
Referenced by metis_meshtonodal(), METIS_MESHTONODAL(), metis_meshtonodal_(), metis_meshtonodal__(), and METIS_PartMeshNodal().
| 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().
Definition at line 170 of file mesh.c.
References free(), idxmalloc(), idxsmalloc(), and n.
Referenced by METIS_MeshToNodal().
Definition at line 219 of file mesh.c.
References free(), idxmalloc(), idxsmalloc(), and n.
Referenced by METIS_MeshToNodal().
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().
1.5.5