Changeset 18092 for issm/trunk-jpl/test/NightlyRun/test291.m
- Timestamp:
- 06/03/14 14:47:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test291.m
r18091 r18092 7 7 md.cluster=generic('name',oshostname(),'np',1); 8 8 md=solve(md,StressbalanceSolutionEnum()); 9 10 %Fields and tolerances to track changes 11 field_names ={'Vx','Vy','Vz','Vel','Pressure'}; 12 field_tolerances={5e-5,5e-5,8e-5,5e-5,1e-7}; 13 field_values={... 14 (md.results.StressbalanceSolution.Vx),... 15 (md.results.StressbalanceSolution.Vy),... 16 (md.results.StressbalanceSolution.Vz),... 17 (md.results.StressbalanceSolution.Vel),... 18 (md.results.StressbalanceSolution.Pressure),... 19 };
Note:
See TracChangeset
for help on using the changeset viewer.