source: issm/trunk/test/NightlyRun/test135.m@ 8295

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

no need to provide analysis_type in solve command anymore

File size: 469 bytes
RevLine 
[4963]1md=mesh(model,'../Exp/Square.exp',150000);
2md=meshconvert(md);
3md=geography(md,'all','');
4md=parameterize(md,'../Par/SquareShelfConstrained.par');
5md.prognostic_DG=1;
[4964]6md.vy=md.vy+400;
[4963]7md=setelementstype(md,'macayeal','all');
[5955]8md.cluster=none;
[8295]9md=solve(md,BalancethicknessSolutionEnum);
[5098]10
11%Fields and tolerances to track changes
12field_names ={'Thickness'};
13field_tolerances={1e-13};
14field_values={...
[8291]15 PatchToVec(md.results.BalancethicknessSolution.Thickness),...
[5098]16 };
Note: See TracBrowser for help on using the repository browser.