Changeset 21341 for issm/trunk/src/m/miscellaneous/issmdoc.m
- Timestamp:
- 11/04/16 13:48:43 (8 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/m/miscellaneous/issmdoc.m
r16137 r21341 12 12 disp(sprintf('%-63s %s',' md=parameterize(md,''Square.par'');','%fills all the other fields of the model')); 13 13 disp(sprintf('%-63s %s',' md=setflowequation(md,''SSA'',''all'');','%defines all elements as SSA''s SSA')); 14 disp(sprintf('%-63s %s',' md=solve(md, StressbalanceSolutionEnum());','%solve for stress balance'));14 disp(sprintf('%-63s %s',' md=solve(md,''Stressbalance'');','%solve for stress balance')); 15 15 disp(sprintf('%-63s %s',' plotmodel(md,''data'',md.results.StressbalanceSolution.Vel);','%displays the velocity (type plotdoc for plotmodel help)'));
Note:
See TracChangeset
for help on using the changeset viewer.