Changeset 10080
- Timestamp:
- 10/03/11 14:59:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/toolkits/metis/patches/METIS_PartMeshNodalPatch.cpp
r10074 r10080 9 9 void METIS_PartMeshNodalPatch(int* pnumberofelements,int* pnumberofnodes, int* index, int* petype, int* pnumflag, int* pnum_procs, int* pedgecut, int* epart, int* npart){ 10 10 11 12 11 #if _METIS_VERSION_ == 4 13 12 /*Our interface originates in the Metis 4.0 version, hence identical calls*/ 14 METIS_PartMeshNodal Patch(pnumberofelements,pnumberofnodes, index, petype, pnumflag, pnum_procs, pedgecut, epart, npart);13 METIS_PartMeshNodal(pnumberofelements,pnumberofnodes, index, petype, pnumflag, pnum_procs, pedgecut, epart, npart); 15 14 #elif _METIS_VERSION_ == 5 16 15 /*This interface is heavily changed. More options, different way of meshing, etc ...: */
Note:
See TracChangeset
for help on using the changeset viewer.