![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "metis.h"
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 GENDUALMETIS | ( | int | nelmnts, |
| int | nvtxs, | ||
| int | etype, | ||
| idxtype * | elmnts, | ||
| idxtype * | dxadj, | ||
| idxtype * | dadjncy | ||
| ) |
Definition at line 74 of file mesh.c.
References idxmalloc, idxsmalloc, and MAKECSR.
Referenced by METIS_MeshToDual().
Definition at line 267 of file mesh.c.
References ASSERT, idxmalloc, idxsmalloc, and MAKECSR.
Referenced by METIS_MeshToNodal().
| 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 QUADNODALMETIS | ( | int | nelmnts, |
| int | nvtxs, | ||
| idxtype * | elmnts, | ||
| idxtype * | dxadj, | ||
| idxtype * | dadjncy | ||
| ) |
Definition at line 340 of file mesh.c.
References ASSERT, idxmalloc, idxsmalloc, and MAKECSR.
Referenced by METIS_MeshToNodal().
Definition at line 218 of file mesh.c.
References idxmalloc, idxsmalloc, and MAKECSR.
Referenced by METIS_MeshToNodal().
Definition at line 169 of file mesh.c.
References idxmalloc, idxsmalloc, and MAKECSR.
Referenced by METIS_MeshToNodal().