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:
507 bytes
|
Line | |
---|
1 | md=setmesh(model,'../Exp/Square.exp',150000);
|
---|
2 | md=meshconvert(md);
|
---|
3 | md=setmask(md,'all','');
|
---|
4 | md=parameterize(md,'../Par/SquareShelfConstrained.par');
|
---|
5 | md.balancethickness.stabilization=3;
|
---|
6 | md.initialization.vy=md.initialization.vy+400;
|
---|
7 | md=setflowequation(md,'macayeal','all');
|
---|
8 | md.cluster=none;
|
---|
9 | md=solve(md,BalancethicknessSolutionEnum);
|
---|
10 |
|
---|
11 | %Fields and tolerances to track changes
|
---|
12 | field_names ={'Thickness'};
|
---|
13 | field_tolerances={1e-13};
|
---|
14 | field_values={...
|
---|
15 | (md.results.BalancethicknessSolution.Thickness),...
|
---|
16 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.