Changeset 17152
- Timestamp:
- 01/22/14 08:18:53 (11 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/test/NightlyRun/test285.m ¶
r17136 r17152 13 13 md=solve(md,StressbalanceSolutionEnum()); 14 14 field_names ={field_names{:},['Vx' i{1}],['Vy' i{1}],['Vz' i{1}],['Vel' i{1}],['Pressure' i{1}]}; 15 field_tolerances={field_tolerances{:}, 1e-08,1e-08,1e-08,1e-08,1e-13};15 field_tolerances={field_tolerances{:},2e-08,2e-08,2e-08,2e-08,1e-13}; 16 16 field_values={field_values{:},... 17 17 (md.results.StressbalanceSolution.Vx),... -
TabularUnified issm/trunk-jpl/test/NightlyRun/test285.py ¶
r17136 r17152 23 23 md=solve(md,StressbalanceSolutionEnum()) 24 24 field_names =field_names+['Vx'+i,'Vy'+i,'Vz'+i,'Vel'+i,'Pressure'+i] 25 field_tolerances=field_tolerances+[ 1e-08,1e-08,1e-08,1e-08,1e-13]25 field_tolerances=field_tolerances+[2e-08,2e-08,2e-08,2e-08,1e-13] 26 26 field_values=field_values+[\ 27 27 md.results.StressbalanceSolution.Vx,\ -
TabularUnified issm/trunk-jpl/test/NightlyRun/test325.m ¶
r16472 r17152 15 15 %Fields and tolerances to track changes 16 16 field_names ={'Enthalpy','Waterfraction','Temperature'}; 17 field_tolerances={1e-13, 1e-13,1e-13};17 field_tolerances={1e-13,5e-13,1e-13}; 18 18 field_values={... 19 19 (md.results.ThermalSolution.Enthalpy),... -
TabularUnified issm/trunk-jpl/test/NightlyRun/test325.py ¶
r16472 r17152 25 25 #Fields and tolerances to track changes 26 26 field_names =['Enthalpy','Waterfraction','Temperature'] 27 field_tolerances=[1e-13, 1e-13,1e-13]27 field_tolerances=[1e-13,5e-13,1e-13] 28 28 field_values=[\ 29 29 md.results.ThermalSolution.Enthalpy,\
Note:
See TracChangeset
for help on using the changeset viewer.