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

Last change on this file since 12788 was 12788, checked in by seroussi, 13 years ago

changing nightly run numbers

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