Changeset 10000
- Timestamp:
- 10/03/11 11:02:04 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/MeshPartitionx/MeshPartitionx.cpp
r8303 r10000 42 42 /*Partition using Metis:*/ 43 43 if (num_procs>1){ 44 METIS_PartMeshNodal (&numberofelements,&numberofnodes, index, &etype, &numflag, &num_procs, &edgecut, epart, npart);44 METIS_PartMeshNodalPatch(&numberofelements,&numberofnodes, index, &etype, &numflag, &num_procs, &edgecut, epart, npart); 45 45 } 46 46 else if (num_procs==1){ … … 67 67 /*Partition using Metis:*/ 68 68 if (num_procs>1){ 69 METIS_PartMeshNodal (&numberofelements2d,&numberofnodes2d, index2d, &etype2d, &numflag, &num_procs, &edgecut, epart2d, npart2d);69 METIS_PartMeshNodalPatch(&numberofelements2d,&numberofnodes2d, index2d, &etype2d, &numflag, &num_procs, &edgecut, epart2d, npart2d); 70 70 } 71 71 else if (num_procs==1){
Note:
See TracChangeset
for help on using the changeset viewer.