source: issm/trunk-jpl/test/NightlyRun/test133.m

Last change on this file was 26159, checked in by tsantos, 4 years ago

ADD: added tests to check stabilization schemes for mass transport equation

File size: 502 bytes
Line 
1%Test Name: SquareShelfConstrainedMasstransp2dSUPG
2md=triangle(model(),'../Exp/Square.exp',150000.);
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=5;
8md=solve(md,'Masstransport');
9
10%Fields and tolerances to track changes
11field_names ={'Thickness'};
12field_tolerances={1e-13};
13field_values={...
14 (md.results.MasstransportSolution.Thickness),...
15 };
Note: See TracBrowser for help on using the repository browser.