source:
issm/trunk-jpl/test/NightlyRun/test116.m@
21049
| Last change on this file since 21049 was 21049, checked in by , 9 years ago | |
|---|---|
| File size: 629 bytes | |
| Line | |
|---|---|
| 1 | %Test Name: SquareShelfConstrainedBalThic2d |
| 2 | md=triangle(model(),'../Exp/Square.exp',150000.); |
| 3 | md=setmask(md,'all',''); |
| 4 | md=parameterize(md,'../Par/SquareShelfConstrained.par'); |
| 5 | %Add boundary conditions on thickness on the border |
| 6 | pos=find(md.mesh.vertexonboundary); |
| 7 | md.balancethickness.spcthickness(pos)=md.geometry.thickness(pos); |
| 8 | md=setflowequation(md,'SSA','all'); |
| 9 | md.cluster=generic('name',oshostname(),'np',3); |
| 10 | md=solve(md,'BalancethicknessSolution'); |
| 11 | |
| 12 | %Fields and tolerances to track changes |
| 13 | field_names ={'Thickness'}; |
| 14 | field_tolerances={1e-13}; |
| 15 | field_values={... |
| 16 | (md.results.BalancethicknessSolution.Thickness),... |
| 17 | }; |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)