
Go to the source code of this file.
Functions | |
| void | ParMETIS_V3_PartMeshKway (idxtype *elmdist, idxtype *eptr, idxtype *eind, idxtype *elmwgt, int *wgtflag, int *numflag, int *ncon, int *ncommonnodes, int *nparts, floattype *tpwgts, floattype *ubvec, int *options, int *edgecut, idxtype *part, MPI_Comm *comm) |
| void ParMETIS_V3_PartMeshKway | ( | idxtype * | elmdist, | |
| idxtype * | eptr, | |||
| idxtype * | eind, | |||
| idxtype * | elmwgt, | |||
| int * | wgtflag, | |||
| int * | numflag, | |||
| int * | ncon, | |||
| int * | ncommonnodes, | |||
| int * | nparts, | |||
| floattype * | tpwgts, | |||
| floattype * | ubvec, | |||
| int * | options, | |||
| int * | edgecut, | |||
| idxtype * | part, | |||
| MPI_Comm * | comm | |||
| ) |
Definition at line 23 of file mmetis.c.
References abort(), controldef::comm, controldef::dbglvl, FreeCtrl(), GKfree(), GlobalSESum(), MPI_Barrier(), controldef::mype, controldef::npes, ParMETIS_V3_Mesh2Dual(), ParMETIS_V3_PartKway(), printf(), PrintTimer(), rprintf(), and SetUpCtrl().
Referenced by FEM_call_parmetis().
1.5.5