source: issm/trunk-jpl-damage/test/NightlyRun/test617.m@ 11425

Last change on this file since 11425 was 11014, checked in by Mathieu Morlighem, 13 years ago

moved setmesh to triangle in all nightly runs

File size: 466 bytes
Line 
1md=triangle(model,'../Exp/79North.exp',10000);
2md=meshconvert(md);
3md=setmask(md,'../Exp/79NorthShelf.exp','');
4md=parameterize(md,'../Par/79North.par');
5md=setflowequation(md,'macayeal','all');
6md.balancethickness.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 (md.results.BalancethicknessSolution.Thickness),...
15 };
Note: See TracBrowser for help on using the repository browser.