source: issm/trunk-jpl-damage/test/NightlyRun/test126.m@ 11412

Last change on this file since 11412 was 11014, checked in by Mathieu Morlighem, 13 years ago

moved setmesh to triangle in all nightly runs

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