Changeset 14127
- Timestamp:
- 12/11/12 08:41:19 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/workshop/2012/Talks/07_Ice_flow_models/Code/eismint.m
r14124 r14127 1 1 md=model(); 2 %Create mesh with roundmesh 3 ... 2 3 %Create mesh with roundmesh and remove 'return;' 4 return; 5 4 6 %Set mask 5 ... 7 return; 8 6 9 %Parameterize model 7 ... 10 return; 8 11 9 12 %We extrude the model to have a 3d model 10 ... 13 return; 11 14 12 15 %Set ice flow approximation 13 ... 16 return; 14 17 15 18 %Create boundary conditions: zero velocity on the bed 16 ... 19 return; 17 20 18 21 %Go Solve
Note:
See TracChangeset
for help on using the changeset viewer.