Changeset 24256 for issm/trunk-jpl/src/m/classes/model.py
- Timestamp:
- 10/18/19 06:52:19 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/model.py
r24213 r24256 599 599 y3d = np.concatenate((y3d, md.mesh.y)) 600 600 #nodes are distributed between bed and surface accordingly to the given exponent 601 z3d = np.concatenate((z3d, (bed3d + thickness3d * extrusionlist[i]).reshape(- 601 z3d = np.concatenate((z3d, (bed3d + thickness3d * extrusionlist[i]).reshape(-1))) 602 602 number_nodes3d = np.size(x3d) #number of 3d nodes for the non extruded part of the mesh 603 603
Note:
See TracChangeset
for help on using the changeset viewer.