Changeset 20949
- Timestamp:
- 07/19/16 14:28:41 (9 years ago)
- Location:
- issm/trunk-jpl/examples/IceflowModels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/examples/IceflowModels/eismint.m
r20947 r20949 14 14 15 15 %Set ice flow approximation 16 md=setflowequation(md,'S SA','all');16 md=setflowequation(md,'SIA','all'); 17 17 18 18 %Create boundary conditions: zero velocity on the bed -
issm/trunk-jpl/examples/IceflowModels/runme.m
r20947 r20949 5 5 %Set flow equation 6 6 md=setflowequation(md,'HO','Contour.exp','fill','SSA','coupling','tiling'); 7 %md=setflowequation(md,'SSA','all');8 7 %Solve 9 8 md=solve(md,StressbalanceSolutionEnum);
Note:
See TracChangeset
for help on using the changeset viewer.