source:
issm/oecreview/Archive/24307-24683/ISSM-24396-24397.diff
Last change on this file was 24684, checked in by , 5 years ago | |
---|---|
File size: 906 bytes |
-
../trunk-jpl/src/wrappers/MeshPartition/MeshPartition.cpp
53 53 54 54 /*Run partitioning algorithm based on a "clever" use of the Metis partitioner: */ 55 55 MeshPartitionx(&int_element_partitioning,&int_node_partitioning,numberofelements,numberofvertices,elements, 56 numberofelements2d,numberofvertices2d,elements2d, numberoflayers,elements_width,meshelementtype,numareas);56 numberofelements2d,numberofvertices2d,elements2d,NULL,numberoflayers,elements_width,meshelementtype,numareas); 57 57 58 58 /*Post process node_partitioning and element_partitioning to be in double format. Metis needed them in int* format: */ 59 59 element_partitioning=xNew<double>(numberofelements);
Note:
See TracBrowser
for help on using the repository browser.