Last change
on this file since 9664 was 9664, checked in by seroussi, 13 years ago |
change setelementstype in setflowequation
|
File size:
466 bytes
|
Line | |
---|
1 | md=mesh(model,'../Exp/79North.exp',10000);
|
---|
2 | md=meshconvert(md);
|
---|
3 | md=setmask(md,'../Exp/79NorthShelf.exp','');
|
---|
4 | md=parameterize(md,'../Par/79North.par');
|
---|
5 | md=setflowequation(md,'macayeal','all');
|
---|
6 | md.prognostic.stabilization=3;
|
---|
7 | md.cluster=none;
|
---|
8 | md=solve(md,BalancethicknessSolutionEnum);
|
---|
9 |
|
---|
10 | %Fields and tolerances to track changes
|
---|
11 | field_names ={'Thickness'};
|
---|
12 | field_tolerances={1e-13};
|
---|
13 | field_values={...
|
---|
14 | PatchToVec(md.results.BalancethicknessSolution.Thickness),...
|
---|
15 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.