Changeset 24384 for issm/trunk-jpl/test/NightlyRun/test1104.py
- Timestamp:
- 11/22/19 02:48:36 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test1104.py
r24214 r24384 44 44 45 45 md.stressbalance.vertex_pairing = np.vstack((np.vstack((posx + 1, posx2 + 1)).T, np.vstack((posy + 1, posy2 + 1)).T)) 46 print(np.shape(md.stressbalance.vertex_pairing)) 46 47 47 #Compute the stressbalance 48 48 md.stressbalance.abstol = np.nan … … 62 62 results.append(md.results.StressbalanceSolution) 63 63 64 # plotmodel(md, 'data', vx, 'data', vy, 'data', vz, 'layer 64 # plotmodel(md, 'data', vx, 'data', vy, 'data', vz, 'layer#all', md.mesh.numberoflayers) 65 65 66 66 #Fields and tolerances to track changes
Note:
See TracChangeset
for help on using the changeset viewer.