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

Last change on this file was 21056, checked in by Mathieu Morlighem, 9 years ago

CHG: do not request solution in solution string

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