Hitmap 1.3
|
#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.
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.