Last change
on this file since 10981 was 10981, checked in by Eric.Larour, 13 years ago |
merged trunk-jpl and trunk for revision 10980
|
File size:
465 bytes
|
Rev | Line | |
---|
[9703] | 1 | md=setmesh(model,'../Exp/79North.exp',10000);
|
---|
[4989] | 2 | md=meshconvert(md);
|
---|
[9641] | 3 | md=setmask(md,'../Exp/79NorthShelf.exp','');
|
---|
[4989] | 4 | md=parameterize(md,'../Par/79North.par');
|
---|
[9664] | 5 | md=setflowequation(md,'macayeal','all');
|
---|
[9695] | 6 | md.balancethickness.stabilization=3;
|
---|
[5955] | 7 | md.cluster=none;
|
---|
[8295] | 8 | md=solve(md,BalancethicknessSolutionEnum);
|
---|
[5098] | 9 |
|
---|
| 10 | %Fields and tolerances to track changes
|
---|
| 11 | field_names ={'Thickness'};
|
---|
| 12 | field_tolerances={1e-13};
|
---|
| 13 | field_values={...
|
---|
[10981] | 14 | (md.results.BalancethicknessSolution.Thickness),...
|
---|
[5098] | 15 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.