source:
issm/oecreview/Archive/20545-21336/ISSM-20979-20980.diff@
21337
Last change on this file since 21337 was 21337, checked in by , 8 years ago | |
---|---|
File size: 812 bytes |
-
../trunk-jpl/src/c/modules/ModelProcessorx/ElementsAndVerticesPartitioning.cpp
71 71 iomodel->FindConstant(&numlayers,"md.mesh.numberoflayers"); 72 72 break; 73 73 default: 74 _error_("mesh not supported yet");74 _error_("mesh elements "<< EnumToStringx(iomodel->meshelementtype) <<" not supported yet"); 75 75 } 76 76 77 77 MeshPartitionx(&epart,&npart,iomodel->numberofelements,iomodel->numberofvertices,iomodel->elements,numberofelements2d,numberofvertices2d,elements2d,numlayers,elements_width,iomodel->meshelementtype,num_procs);
Note:
See TracBrowser
for help on using the repository browser.