Changeset 20780
- Timestamp:
- 06/20/16 13:58:37 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/examples/IceflowModels/eismint.m
r20779 r20780 11 11 12 12 %We extrude the model to have a 3d model 13 md=extrude(md, 5,1);13 md=extrude(md,10,1.); 14 14 15 15 %Set ice flow approximation 16 md=setflowequation(md,' HO','all');16 md=setflowequation(md,'SIA','all'); 17 17 18 18 %Create boundary conditions: zero velocity on the bed
Note:
See TracChangeset
for help on using the changeset viewer.