![]() |
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_PartMeshNodal (int *ne, int *nn, idxtype *elmnts, int *etype, int *numflag, int *nparts, int *edgecut, idxtype *epart, idxtype *npart) |
| void | METIS_PartMeshDual (int *ne, int *nn, idxtype *elmnts, int *etype, int *numflag, int *nparts, int *edgecut, idxtype *epart, idxtype *npart) |
| void METIS_PartMeshDual | ( | int * | ne, |
| int * | nn, | ||
| idxtype * | elmnts, | ||
| int * | etype, | ||
| int * | numflag, | ||
| int * | nparts, | ||
| int * | edgecut, | ||
| idxtype * | epart, | ||
| idxtype * | npart | ||
| ) |
Definition at line 110 of file meshpart.c.
References ChangeMesh2CNumbering, ChangeMesh2FNumbering2, GKfree, iamax, idxmalloc, idxset, idxsmalloc, LTERM, MAKECSR, METIS_MeshToDual(), METIS_PartGraphKway(), and NULL.
Referenced by METIS_PARTMESHDUAL(), metis_partmeshdual(), metis_partmeshdual_(), and metis_partmeshdual__().
| void METIS_PartMeshNodal | ( | int * | ne, |
| int * | nn, | ||
| idxtype * | elmnts, | ||
| int * | etype, | ||
| int * | numflag, | ||
| int * | nparts, | ||
| int * | edgecut, | ||
| idxtype * | epart, | ||
| idxtype * | npart | ||
| ) |
Definition at line 22 of file meshpart.c.
References ChangeMesh2CNumbering, ChangeMesh2FNumbering2, GKfree, iamax, idxmalloc, idxset, idxsmalloc, LTERM, METIS_MeshToNodal(), METIS_PartGraphKway(), and NULL.
Referenced by METIS_PARTMESHNODAL(), metis_partmeshnodal(), metis_partmeshnodal_(), and metis_partmeshnodal__().