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

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

nightly runs now running

File size: 292 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,'pattyn','all','stokes','all');
6md.cluster=oshostname();
7md=solve(md,'analysis_type',DiagnosticSolutionEnum);
Note: See TracBrowser for help on using the repository browser.