Rev | Line | |
---|
[4963] | 1 | md=mesh(model,'../Exp/Square.exp',150000);
|
---|
| 2 | md=meshconvert(md);
|
---|
[9641] | 3 | md=setmask(md,'all','');
|
---|
[4963] | 4 | md=parameterize(md,'../Par/SquareShelfConstrained.par');
|
---|
[9682] | 5 | md.balancethickness.stabilization=3;
|
---|
[4964] | 6 | md.vy=md.vy+400;
|
---|
[9664] | 7 | md=setflowequation(md,'macayeal','all');
|
---|
[5955] | 8 | md.cluster=none;
|
---|
[8295] | 9 | md=solve(md,BalancethicknessSolutionEnum);
|
---|
[5098] | 10 |
|
---|
| 11 | %Fields and tolerances to track changes
|
---|
| 12 | field_names ={'Thickness'};
|
---|
| 13 | field_tolerances={1e-13};
|
---|
| 14 | field_values={...
|
---|
[8291] | 15 | PatchToVec(md.results.BalancethicknessSolution.Thickness),...
|
---|
[5098] | 16 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.