Changeset 21056 for issm/trunk-jpl/test/NightlyRun/test450.py
- Timestamp:
- 08/03/16 08:43:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test450.py
r21049 r21056 21 21 for i in ['P1bubble','P1bubblecondensed','P2']: 22 22 md.flowequation.fe_SSA=i 23 md=solve(md,'Stressbalance Solution')23 md=solve(md,'Stressbalance') 24 24 field_names =field_names+['Vx'+i,'Vy'+i,'Vel'+i,'Pressure'+i] 25 25 field_tolerances=field_tolerances+[1e-12,1e-13,1e-13,1e-13]
Note:
See TracChangeset
for help on using the changeset viewer.