source: issm/trunk/test/NightlyRun/test617.m@ 9642

Last change on this file since 9642 was 9642, checked in by seroussi, 13 years ago

class prognostic

File size: 466 bytes
Line 
1md=mesh(model,'../Exp/79North.exp',10000);
2md=meshconvert(md);
3md=setmask(md,'../Exp/79NorthShelf.exp','');
4md=parameterize(md,'../Par/79North.par');
5md=setelementstype(md,'macayeal','all');
6md.prognostic.stabilization=3;
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.