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

Last change on this file since 21049 was 21049, checked in by agscott1, 9 years ago

CHG: Replaced Enums with Strings in matlab and python. Updated corresponding cpp code.

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