Changeset 19043 for issm/trunk-jpl/examples/ISMIP/runme.m
- Timestamp:
- 01/27/15 05:10:08 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/examples/ISMIP/runme.m
r18203 r19043 10 10 %Run Steps 11 11 12 % {{{Mesh Generation #112 %Mesh Generation #1 13 13 if any(steps==1) 14 14 … … 27 27 28 28 end 29 % }}} 30 31 % {{{ Masks #2 29 30 %Masks #2 32 31 if any(steps==2) 33 32 … … 47 46 48 47 end 49 % }}} 50 51 % {{{ Parameterization #3 48 49 %Parameterization #3 52 50 if any(steps==3) 53 51 … … 65 63 66 64 end 67 % }}} 68 69 % {{{ Extrusion #4 65 66 %Extrusion #4 70 67 if any(steps==4) 71 68 … … 85 82 86 83 end 87 % }}} 88 89 % {{{ Set the flow computing method #5 90 84 85 %Set the flow computing method #5 91 86 if any(steps==5) 92 87 … … 103 98 104 99 end 105 % }}} 106 107 % {{{ Set Boundary Conditions #6 100 101 %Set Boundary Conditions #6 108 102 if any(steps==6) 109 103 … … 157 151 158 152 end 159 % }}} 160 161 % {{{ Solving #7 153 154 %Solving #7 162 155 if any(steps==7) 163 156 % load the preceding step #help loadmodel … … 183 176 %-> 184 177 end 185 % }}} 186 187 % {{{ Solving #8 178 179 %Solving #8 188 180 if any(steps==8) 189 181 % load the preceding step #help loadmodel … … 222 214 223 215 end 224 % }}}
Note:
See TracChangeset
for help on using the changeset viewer.