source: issm/trunk/test/NightlyRun/test135.m@ 4963

Last change on this file since 4963 was 4963, checked in by seroussi, 15 years ago

added nightlyruns for SquareShelfConstrained

File size: 436 bytes
RevLine 
[4963]1md=mesh(model,'../Exp/Square.exp',150000);
2md=meshconvert(md);
3md=geography(md,'all','');
4md=parameterize(md,'../Par/SquareShelfConstrained.par');
5%Add boundary conditions on thickness on the border
6pos=find(md.gridonboundary);
7md.spcthickness(pos,1)=1;
8md.spcthickness(pos,2)=md.thickness(pos);
9md.prognostic_DG=1;
10md=setelementstype(md,'macayeal','all');
11md.cluster='none';
12md=solve(md,'analysis_type',BalancedthicknessSolutionEnum);
Note: See TracBrowser for help on using the repository browser.