Line | |
---|
1 | /* Python.h and metis.h don't get along, so this is an ugly |
---|
2 | * hack to make it work. |
---|
3 | */ |
---|
4 | |
---|
5 | //#include <metis.h> |
---|
6 | |
---|
7 | #include <defs.h> |
---|
8 | #include <struct.h> |
---|
9 | #include <macros.h> |
---|
10 | #include <rename.h> |
---|
11 | #include <proto.h> |
---|
12 | |
---|
13 | |
---|
14 | void bridge_partMeshNodal(int * ne, int * nn, idxtype * elmnts, int * etype, int * numflag, int * nparts, int * edgecut, idxtype * epart, idxtype * npart){ |
---|
15 | METIS_PartMeshNodal(ne, nn, elmnts, etype, numflag, nparts, edgecut, epart, npart); |
---|
16 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.