
Go to the source code of this file.
Functions | |
| int | AreAllVwgtsBelow (int ncon, floattype alpha, floattype *vwgt1, floattype beta, floattype *vwgt2, floattype limit) |
| int | AreAnyVwgtsBelow (int ncon, floattype alpha, floattype *vwgt1, floattype beta, floattype *vwgt2, floattype limit) |
| int | AreAllVwgtsAbove (int ncon, floattype alpha, floattype *vwgt1, floattype beta, floattype *vwgt2, floattype limit) |
| floattype | ComputeLoadImbalance (int ncon, int nparts, floattype *npwgts, floattype *tpwgts) |
| int | AreAllBelow (int ncon, floattype *v1, floattype *v2) |
Definition at line 92 of file mutil.c.
Referenced by MocBalance2Way2(), MocFM_2WayEdgeRefine2(), and MocGeneral2WayBalance2().
1.5.5