source: issm/trunk-jpl/test/NightlyRun/test116.m@ 15565

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

CHG: hutter-> SIA macayeal->SSA pattyn->HO stokes->FS

File size: 589 bytes
RevLine 
[13670]1md=triangle(model(),'../Exp/Square.exp',150000.);
[9641]2md=setmask(md,'all','');
[4963]3md=parameterize(md,'../Par/SquareShelfConstrained.par');
4%Add boundary conditions on thickness on the border
[9714]5pos=find(md.mesh.vertexonboundary);
[9691]6md.balancethickness.spcthickness(pos)=md.geometry.thickness(pos);
[15565]7md=setflowequation(md,'SSA','all');
[8589]8md.cluster=generic('name',oshostname(),'np',3);
[13581]9md=solve(md,BalancethicknessSolutionEnum());
[5098]10
11%Fields and tolerances to track changes
12field_names ={'Thickness'};
13field_tolerances={1e-13};
14field_values={...
[10976]15 (md.results.BalancethicknessSolution.Thickness),...
[5098]16 };
Note: See TracBrowser for help on using the repository browser.