MBDyn-1.7.3
|
Go to the source code of this file.
Functions | |
int | interface (int nvtxs, int *start, int *adjacency, int *vwgts, float *ewgts, float *x, float *y, float *z, char *outassignname, char *outfilename, short *assignment, int architecture, int ndims_tot, int mesh_dims[3], double *goal, int global_method, int local_method, int rqi_flag, int vmax, int ndims, double eigtol, long seed) |
void | chaco_interface (const int iTotVertices, int *start, int *adjacency, int *vertex_weights, int *comm_weights, int *edge_weights, const int num_processors, int *pParAmgProcs) |
Variables | |
int | FREE_GRAPH |
void chaco_interface | ( | const int | iTotVertices, |
int * | start, | ||
int * | adjacency, | ||
int * | vertex_weights, | ||
int * | comm_weights, | ||
int * | edge_weights, | ||
const int | num_processors, | ||
int * | pParAmgProcs | ||
) |
Definition at line 63 of file chacowrap.cc.
References interface().
int interface | ( | int | nvtxs, |
int * | start, | ||
int * | adjacency, | ||
int * | vwgts, | ||
float * | ewgts, | ||
float * | x, | ||
float * | y, | ||
float * | z, | ||
char * | outassignname, | ||
char * | outfilename, | ||
short * | assignment, | ||
int | architecture, | ||
int | ndims_tot, | ||
int | mesh_dims[3], | ||
double * | goal, | ||
int | global_method, | ||
int | local_method, | ||
int | rqi_flag, | ||
int | vmax, | ||
int | ndims, | ||
double | eigtol, | ||
long | seed | ||
) |
Referenced by chaco_interface().
int FREE_GRAPH |
Definition at line 60 of file chacowrap.cc.