source: issm/trunk/test/NightlyRun/test617.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: 457 bytes
Line 
1md=mesh(model,'../Exp/79North.exp',10000);
2md=meshconvert(md);
3md=geography(md,'../Exp/79NorthShelf.exp','');
4md=parameterize(md,'../Par/79North.par');
5md=setelementstype(md,'macayeal','all');
6md.prognostic_DG=1;
7md.cluster=none;
8md=solve(md,BalancethicknessSolutionEnum);
9
10%Fields and tolerances to track changes
11field_names ={'Thickness'};
12field_tolerances={1e-13};
13field_values={...
14 PatchToVec(md.results.BalancethicknessSolution.Thickness),...
15 };
Note: See TracBrowser for help on using the repository browser.