Changeset 8304 for issm/trunk/test/NightlyRun/test132.m
- Timestamp:
- 05/16/11 15:49:49 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test132.m
r8295 r8304 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); 4 4 %Add boundary conditions on thickness on the border 5 pos=find(md. gridonboundary);5 pos=find(md.nodeonboundary); 6 6 md.spcthickness(pos,1)=1; 7 7 md.spcthickness(pos,2)=md.thickness(pos);
Note:
See TracChangeset
for help on using the changeset viewer.