source: issm/trunk-jpl/test/NightlyRun/test106.m@ 13670

Last change on this file since 13670 was 13670, checked in by Mathieu Morlighem, 12 years ago

CHG: added point at the end of triangle command, resolution is a float

File size: 529 bytes
RevLine 
[13670]1md=triangle(model(),'../Exp/Square.exp',150000.);
[4963]2md=meshconvert(md);
[9641]3md=setmask(md,'all','');
[4963]4md=parameterize(md,'../Par/SquareShelfConstrained.par');
[9664]5md=setflowequation(md,'macayeal','all');
[8589]6md.cluster=generic('name',oshostname(),'np',3);
[9642]7md.prognostic.stabilization=3;
[9691]8md.prognostic.spcthickness=md.geometry.thickness;
[13581]9md=solve(md,PrognosticSolutionEnum());
[5098]10
11%Fields and tolerances to track changes
12field_names ={'Thickness'};
13field_tolerances={1e-13};
14field_values={...
[10976]15 (md.results.PrognosticSolution.Thickness),...
[5098]16 };
Note: See TracBrowser for help on using the repository browser.