Last change
on this file since 13581 was 13581, checked in by jschierm, 12 years ago |
CHG: Functions should have argument lists (and other cosmetics).
|
File size:
528 bytes
|
Line | |
---|
1 | md=triangle(model(),'../Exp/Square.exp',150000);
|
---|
2 | md=meshconvert(md);
|
---|
3 | md=setmask(md,'all','');
|
---|
4 | md=parameterize(md,'../Par/SquareShelfConstrained.par');
|
---|
5 | md=setflowequation(md,'macayeal','all');
|
---|
6 | md.cluster=generic('name',oshostname(),'np',3);
|
---|
7 | md.prognostic.stabilization=3;
|
---|
8 | md.prognostic.spcthickness=md.geometry.thickness;
|
---|
9 | md=solve(md,PrognosticSolutionEnum());
|
---|
10 |
|
---|
11 | %Fields and tolerances to track changes
|
---|
12 | field_names ={'Thickness'};
|
---|
13 | field_tolerances={1e-13};
|
---|
14 | field_values={...
|
---|
15 | (md.results.PrognosticSolution.Thickness),...
|
---|
16 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.