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

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

CHG: Prognostic is now Masstransport

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