Changeset 15771 for issm/trunk-jpl/test/NightlyRun/test429.py
- Timestamp:
- 08/09/13 10:59:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/test/NightlyRun/test429.py ¶
r15647 r15771 14 14 md.extrude(5,1.) 15 15 md=setflowequation(md,'HO','all') 16 md. diagnostic.isnewton=117 md. diagnostic.restol=0.000116 md.stressbalance.isnewton=1 17 md.stressbalance.restol=0.0001 18 18 md.cluster=generic('name',oshostname(),'np',3) 19 md=solve(md, DiagnosticSolutionEnum())19 md=solve(md,StressbalanceSolutionEnum()) 20 20 21 21 #Fields and tolerances to track changes … … 23 23 field_tolerances=[2e-09,2e-09,1e-09,2e-09,1e-09] 24 24 field_values=[\ 25 md.results. DiagnosticSolution.Vx,\26 md.results. DiagnosticSolution.Vy,\27 md.results. DiagnosticSolution.Vz,\28 md.results. DiagnosticSolution.Vel,\29 md.results. DiagnosticSolution.Pressure,\25 md.results.StressbalanceSolution.Vx,\ 26 md.results.StressbalanceSolution.Vy,\ 27 md.results.StressbalanceSolution.Vz,\ 28 md.results.StressbalanceSolution.Vel,\ 29 md.results.StressbalanceSolution.Pressure,\ 30 30 ]
Note:
See TracChangeset
for help on using the changeset viewer.