source:
issm/oecreview/Archive/25834-26739/ISSM-26387-26388.diff
Last change on this file was 26740, checked in by , 3 years ago | |
---|---|
File size: 673 bytes |
-
../trunk-jpl/src/c/modules/ModelProcessorx/ModelProcessorx.cpp
35 35 for(int i = 0;i<nummodels;i++) nodes[i] = new Nodes(); 36 36 37 37 /*Partition Elements and Nodes*/ 38 ElementsAndVerticesPartitioning(iomodel);38 if (iomodel->numberofelements > 0) ElementsAndVerticesPartitioning(iomodel); 39 39 40 40 /*Create elements, vertices and materials, independent of analysis_enum: */ 41 41 CreateElements(elements,iomodel,nummodels);
Note:
See TracBrowser
for help on using the repository browser.