source: issm/branches/trunk-jpl-damage/test/NightlyRun/test114.m@ 11427

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

moved setmesh to triangle in all nightly runs

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