
Go to the source code of this file.
Functions | |
| void | ParMETIS_V3_Mesh2Dual (idxtype *elmdist, idxtype *eptr, idxtype *eind, int *numflag, int *ncommonnodes, idxtype **xadj, idxtype **adjncy, MPI_Comm *comm) |
| void ParMETIS_V3_Mesh2Dual | ( | idxtype * | elmdist, | |
| idxtype * | eptr, | |||
| idxtype * | eind, | |||
| int * | numflag, | |||
| int * | ncommonnodes, | |||
| idxtype ** | xadj, | |||
| idxtype ** | adjncy, | |||
| MPI_Comm * | comm | |||
| ) |
Definition at line 22 of file mesh.c.
References ChangeNumberingMesh2(), FreeCtrl(), GKfree(), GKmalloc(), GlobalSEMax(), GlobalSEMin(), idxamax(), idxamin(), idxmalloc(), idxset(), idxsmalloc(), ikeysort(), imalloc(), iset(), KeyValueType::key, MPI_Alltoall(), MPI_Alltoallv(), MPI_Barrier(), MPI_INT, controldef::mype, controldef::npes, realloc(), SetUpCtrl(), and KeyValueType::val.
Referenced by ParMETIS_V3_PartMeshKway().
1.5.5