Changeset 16137 for issm/trunk/test/NightlyRun/test422.m
- Timestamp:
- 09/16/13 09:43:55 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 1 nightlylog 2 configure.sh 1 3 par 2 4 ad
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 15397-15401,15403-15487,15489-15701,15704-15735,15737-16076,16082-16133
- Property svn:ignore
-
issm/trunk/test
- Property svn:mergeinfo changed
-
issm/trunk/test/NightlyRun/test422.m
r13975 r16137 3 3 md=parameterize(md,'../Par/SquareSheetShelf.par'); 4 4 md=extrude(md,5,1.); 5 md=setflowequation(md,' stokes','../Exp/SquareHalfRight.exp','fill','macayeal');5 md=setflowequation(md,'FS','../Exp/SquareHalfRight.exp','fill','SSA'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md. diagnostic.reltol=0.4;8 md=solve(md, DiagnosticSolutionEnum());7 md.stressbalance.reltol=0.4; 8 md=solve(md,StressbalanceSolutionEnum()); 9 9 10 10 %Fields and tolerances to track changes 11 11 field_names ={'Vx','Vy','Vz','Vel','Pressure'}; 12 field_tolerances={1e-0 9,1e-09,1e-06,1e-09,1e-09};12 field_tolerances={1e-07,2e-07,2e-06,2e-07,5e-07}; 13 13 field_values={... 14 (md.results. DiagnosticSolution.Vx),...15 (md.results. DiagnosticSolution.Vy),...16 (md.results. DiagnosticSolution.Vz),...17 (md.results. DiagnosticSolution.Vel),...18 (md.results. DiagnosticSolution.Pressure),...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 19 };
Note:
See TracChangeset
for help on using the changeset viewer.