Changeset 23189 for issm/trunk/test/NightlyRun/test1104.py
- Timestamp:
- 08/28/18 09:45:51 (7 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 22823-22871,22873-22887,22894-22903,22905-23090,23092-23185,23187
- Property svn:mergeinfo changed
-
issm/trunk/test
- Property svn:mergeinfo changed
-
issm/trunk/test/NightlyRun/test1104.py
r21729 r23189 50 50 md=solve(md,'Stressbalance') 51 51 pos=np.where(np.logical_or.reduce((md.mesh.x==0.,md.mesh.y==0.,md.mesh.x==np.max(md.mesh.x),md.mesh.y==np.max(md.mesh.y)))) 52 md.stressbalance.spcvx[pos]=md.results.StressbalanceSolution.Vx[pos] 53 md.stressbalance.spcvy[pos]=md.results.StressbalanceSolution.Vy[pos] 52 md.stressbalance.spcvx[pos]=md.results.StressbalanceSolution.Vx[pos][:,0] 53 md.stressbalance.spcvy[pos]=md.results.StressbalanceSolution.Vy[pos][:,0] 54 54 md.stressbalance.vertex_pairing=np.empty((0,2),int) 55 55 md=setflowequation(md,'FS','all')
Note:
See TracChangeset
for help on using the changeset viewer.