Last change
on this file since 4964 was 4964, checked in by seroussi, 15 years ago |
tests balanced thickness with DG
|
File size:
304 bytes
|
Rev | Line | |
---|
[4963] | 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 | md.prognostic_DG=1;
|
---|
[4964] | 6 | md.vy=md.vy+400;
|
---|
[4963] | 7 | md=setelementstype(md,'macayeal','all');
|
---|
| 8 | md.cluster='none';
|
---|
| 9 | md=solve(md,'analysis_type',BalancedthicknessSolutionEnum);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.