Changeset 21411 for issm/trunk-jpl/test/NightlyRun/test270.py
- Timestamp:
- 11/22/16 04:36:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test270.py
r21408 r21411 2 2 import numpy as np 3 3 from model import * 4 from socket import gethostnamemodel 4 from socket import gethostname 5 5 from triangle import triangle 6 6 from setmask import setmask … … 26 26 field_names =['Vx','Vy','Vel','Pressure'] 27 27 field_tolerances=[1e-13,1e-13,1e-13,1e-13] 28 field_values=[\ 29 md.results.StressbalanceSolution.Vx,\ 30 md.results.StressbalanceSolution.Vy,\ 31 md.results.StressbalanceSolution.Vel,\ 32 md.results.StressbalanceSolution.Pressure,\ 33 ] 28 field_values=[md.results.StressbalanceSolution.Vx, 29 md.results.StressbalanceSolution.Vy, 30 md.results.StressbalanceSolution.Vel, 31 md.results.StressbalanceSolution.Pressure]
Note:
See TracChangeset
for help on using the changeset viewer.