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
|
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 | md.prognostic_DG=1;
|
---|
6 | md.vy=md.vy+400;
|
---|
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.