|
Zoltan2
|

Go to the source code of this file.
Namespaces | |
| namespace | Zoltan2 |
Functions | |
| int | Zoltan2::chaco_input_graph (FILE *fin, char *inname, int **start, int **adjacency, int *nvtxs, int *nVwgts, float **vweights, int *nEwgts, float **eweights) |
| read a Chaco graph file Reader code was copied from zoltan1 test driver code. File is closed when read is completed. | |
| int | Zoltan2::chaco_input_geom (FILE *fingeom, char *geomname, int nvtxs, int *igeom, float **x, float **y, float **z) |
| read a Chaco coordinates file Reader code was copied from zoltan1 test driver code. File is closed when read is completed. | |
1.7.6.1