source: issm/trunk-jpl/examples/SquareIceShelf/README@ 21057

Last change on this file since 21057 was 21057, checked in by Mathieu Morlighem, 9 years ago

BUG: no more Enums in solve command

File size: 181 bytes
Line 
1md=model;
2md=mesh(md,'DomainOutline.exp',50000);
3md=geography(md,'all','');
4md=parameterize(md,'Square.par');
5md=setelementstype(md,'macayeal','all');
6md=solve(md,'Stressbalance');
Note: See TracBrowser for help on using the repository browser.