
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_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(), METIS_MeshToNodal(), METIS_PartGraphKway(), and realloc().
Referenced by metis_partmeshnodal(), METIS_PARTMESHNODAL(), metis_partmeshnodal_(), and metis_partmeshnodal__().
| 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(), METIS_MeshToDual(), and METIS_PartGraphKway().
Referenced by metis_partmeshdual(), METIS_PARTMESHDUAL(), metis_partmeshdual_(), and metis_partmeshdual__().
1.5.5