source:
issm/oecreview/Archive/12121-12140/ISSM-12124-12125.diff
Last change on this file was 12325, checked in by , 13 years ago | |
---|---|
File size: 749 bytes |
-
proj/ice/larour/issm-uci-clean/trunk-jpl/src/m/model/mesh/triangle.py
37 37 38 38 39 39 #Fill in rest of fields: 40 md.mesh.numberofelements = size(md.mesh.elements)41 md.mesh.numberofvertices = size(md.mesh.x)40 md.mesh.numberofelements = len(md.mesh.elements) 41 md.mesh.numberofvertices = len(md.mesh.x) 42 42 md.mesh.z = zeros(md.mesh.numberofvertices) 43 43 md.mesh.vertexonboundary = zeros(md.mesh.numberofvertices) 44 44 md.mesh.vertexonboundary[md.mesh.segments[:,0:2].astype(int)-1] = 1.
Note:
See TracBrowser
for help on using the repository browser.