Line | |
---|
1 | md=mesh(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.vy=md.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 | PatchToVec(md.results.BalancethicknessSolution.Thickness),...
|
---|
16 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.