source:
issm/trunk/test/NightlyRun/test117.m@
4963
Last change on this file since 4963 was 4963, checked in by , 15 years ago | |
---|---|
File size: 257 bytes |
Line | |
---|---|
1 | md=mesh(model,'../Exp/Square.exp',180000); |
2 | md=geography(md,'all',''); |
3 | md=parameterize(md,'../Par/SquareShelfConstrained.par'); |
4 | md=extrude(md,3,1); |
5 | md=setelementstype(md,'macayeal','all'); |
6 | md.cluster='none'; |
7 | md=solve(md,'analysis_type',ThermalSolutionEnum); |
Note:
See TracBrowser
for help on using the repository browser.