Changeset 14018 for issm/trunk-jpl/src/m/mesh/triangle.py
- Timestamp:
- 11/27/12 14:44:33 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/mesh/triangle.py ΒΆ
r13991 r14018 60 60 61 61 #Now, build the connectivity tables for this mesh. 62 [md.mesh.vertexconnectivity]= NodeConnectivity(md.mesh.elements, md.mesh.numberofvertices) 63 md.mesh.vertexconnectivity=md.mesh.vertexconnectivity.astype(int) 62 [md.mesh.vertexconnectivity] = NodeConnectivity(md.mesh.elements, md.mesh.numberofvertices) 64 63 [md.mesh.elementconnectivity] = ElementConnectivity(md.mesh.elements, md.mesh.vertexconnectivity) 65 md.mesh.elementconnectivity=md.mesh.elementconnectivity.astype(int)66 64 67 65 #type of model
Note:
See TracChangeset
for help on using the changeset viewer.