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

Last change on this file since 10937 was 8294, checked in by Mathieu Morlighem, 14 years ago

no need to provide analysis_type in solve command anymore

File size: 188 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,DiagnosticSolutionEnum);
Note: See TracBrowser for help on using the repository browser.