source: issm/branches/trunk-jpl-damage/test/NightlyRun/test113.m@ 12878

Last change on this file since 12878 was 12878, checked in by cborstad, 13 years ago

merged trunk-jpl into trunk-jpl-damage through revision 12877

File size: 530 bytes
RevLine 
[11014]1md=triangle(model,'../Exp/Square.exp',150000);
[9641]2md=setmask(md,'all','');
[4963]3md=parameterize(md,'../Par/SquareShelfConstrained.par');
4md=extrude(md,5,1);
[9664]5md=setflowequation(md,'macayeal','all');
[8589]6md.cluster=generic('name',oshostname(),'np',3);
[8295]7md=solve(md,SurfaceSlopeSolutionEnum);
[5098]8
9%Fields and tolerances to track changes
10field_names ={'SurfaceSlopeX','SurfaceSlopeY'};
11field_tolerances={1e-13,1e-13};
12field_values={...
[10976]13 (md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
14 (md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
[5098]15 };
Note: See TracBrowser for help on using the repository browser.