Changeset 24384 for issm/trunk-jpl/test/NightlyRun/test1101.py
- Timestamp:
- 11/22/19 02:48:36 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test1101.py
r24261 r24384 41 41 md.stressbalance.spcvy[pos] = 0. 42 42 43 #Create MPCs to have periodic boundary conditions 43 #Create MPCs to have periodic boundary conditions this is done on matlab indexing 44 44 posx = np.where(md.mesh.x == 0.)[0] 45 45 posx2 = np.where(md.mesh.x == np.max(md.mesh.x))[0]
Note:
See TracChangeset
for help on using the changeset viewer.