source: issm/trunk/test/NightlyRun/test417.m@ 4996

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

nightly runs now running

File size: 313 bytes
RevLine 
[4996]1md=mesh(model,'../Exp/Square.exp',180000);
2md=geography(md,'../Exp/SquareShelf.exp','');
3md=parameterize(md,'../Par/SquareSheetShelf.par');
4md=extrude(md,3,1);
5md=setelementstype(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn');
6md.cluster='none';
7md=solve(md,'analysis_type',Transient3DSolutionEnum);
Note: See TracBrowser for help on using the repository browser.