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

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

moved all Balanced* to Balance*

File size: 485 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;
[8291]9md=solve(md,'analysis_type',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.