
Go to the source code of this file.
Functions | |
| void | ParMETIS_V3_RefineKway (idxtype *vtxdist, idxtype *xadj, idxtype *adjncy, idxtype *vwgt, idxtype *adjwgt, int *wgtflag, int *numflag, int *ncon, int *nparts, floattype *tpwgts, floattype *ubvec, int *options, int *edgecut, idxtype *part, MPI_Comm *comm) |
| void ParMETIS_V3_RefineKway | ( | idxtype * | vtxdist, | |
| idxtype * | xadj, | |||
| idxtype * | adjncy, | |||
| idxtype * | vwgt, | |||
| idxtype * | adjwgt, | |||
| int * | wgtflag, | |||
| int * | numflag, | |||
| int * | ncon, | |||
| int * | nparts, | |||
| floattype * | tpwgts, | |||
| floattype * | ubvec, | |||
| int * | options, | |||
| int * | edgecut, | |||
| idxtype * | part, | |||
| MPI_Comm * | comm | |||
| ) |
Definition at line 24 of file rmetis.c.
References Adaptive_Partition(), graphdef::adjwgt, ChangeNumbering(), CheckInputs(), controldef::CoarsenTo, controldef::dbglvl, controldef::edge_size_ratio, FreeCtrl(), FreeInitialGraphAndRemap(), FreeWSpace(), controldef::gcomm, GKfree(), GlobalSEMax(), GlobalSESum(), graphdef::gnpwgts, graphdef::gnvtxs, graphdef::home, idxmalloc(), idxset(), idxsmalloc(), idxsum(), InitTimers(), controldef::ipc_factor, graphdef::lnpwgts, Mc_ComputeMoveStatistics(), graphdef::mincut, Moc_SetUpGraph(), MPI_Barrier(), MPI_Comm_rank(), MPI_Comm_size(), graphdef::nedges, graphdef::nvtxs, graphdef::nvwgt, ParallelReMapGraph(), controldef::partType, PreAllocateMemory(), PrintTimingInfo(), controldef::ps_relation, controldef::redist_base, controldef::redist_factor, rprintf(), controldef::seed, SetUpCtrl(), controldef::sync, controldef::TotalTmr, controldef::tpwgts, controldef::ubvec, graphdef::vsize, and graphdef::where.
Referenced by ParMETIS_RefineKway().
1.5.5