source: issm/trunk/test/NightlyRun/test117.m@ 13975

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

merged trunk-jpl and trunk for revision 13974

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