Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Functions
mutil.c File Reference
#include <metis.h>
Include dependency graph for mutil.c:

Go to the source code of this file.

Functions

int AreAllVwgtsBelow (int ncon, float alpha, float *vwgt1, float beta, float *vwgt2, float limit)
 
int AreAnyVwgtsBelow (int ncon, float alpha, float *vwgt1, float beta, float *vwgt2, float limit)
 
int AreAllVwgtsAbove (int ncon, float alpha, float *vwgt1, float beta, float *vwgt2, float limit)
 
float ComputeLoadImbalance (int ncon, int nparts, float *npwgts, float *tpwgts)
 
int AreAllBelow (int ncon, float *v1, float *v2)
 

Function Documentation

int AreAllBelow ( int  ncon,
float *  v1,
float *  v2 
)

Definition at line 92 of file mutil.c.

int AreAllVwgtsAbove ( int  ncon,
float  alpha,
float *  vwgt1,
float  beta,
float *  vwgt2,
float  limit 
)

Definition at line 54 of file mutil.c.

int AreAllVwgtsBelow ( int  ncon,
float  alpha,
float *  vwgt1,
float  beta,
float *  vwgt2,
float  limit 
)

Definition at line 21 of file mutil.c.

int AreAnyVwgtsBelow ( int  ncon,
float  alpha,
float *  vwgt1,
float  beta,
float *  vwgt2,
float  limit 
)

Definition at line 37 of file mutil.c.

float ComputeLoadImbalance ( int  ncon,
int  nparts,
float *  npwgts,
float *  tpwgts 
)

Definition at line 70 of file mutil.c.