Line | |
---|
1 | md=mesh(model,'../Exp/Square.exp',150000);
|
---|
2 | md=meshconvert(md);
|
---|
3 | md=geography(md,'all','');
|
---|
4 | md=parameterize(md,'../Par/SquareShelfConstrained.par');
|
---|
5 | %Add boundary conditions on thickness on the border
|
---|
6 | pos=find(md.gridonboundary);
|
---|
7 | md.spcthickness(pos,1)=1;
|
---|
8 | md.spcthickness(pos,2)=md.thickness(pos);
|
---|
9 | md.prognostic_DG=1;
|
---|
10 | md=setelementstype(md,'macayeal','all');
|
---|
11 | md.cluster='none';
|
---|
12 | md=solve(md,'analysis_type',BalancedthicknessSolutionEnum);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.