Changeset 21128 for issm/trunk-jpl/examples/Pig/runme.m
- Timestamp:
- 08/10/16 13:45:09 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/examples/Pig/runme.m
r21057 r21128 1 1 step=[1]; 2 2 3 if step==1%Mesh Generation #13 if any(step==1) %Mesh Generation #1 4 4 %Mesh parameters 5 5 domain =['./DomainOutline.exp']; … … 57 57 end 58 58 59 if step==2%Masks #259 if any(step==2) %Masks #2 60 60 61 61 md = loadmodel('./Models/PIG_Mesh_generation'); … … 86 86 end 87 87 88 if step==3%Parameterization #388 if any(step==3) %Parameterization #3 89 89 90 90 md = loadmodel('./Models/PIG_SetMask'); … … 98 98 end 99 99 100 if step==4%Control Method #4100 if any(step==4) %Control Method #4 101 101 102 102 md = loadmodel('./Models/PIG_Parameterization'); … … 141 141 end 142 142 143 if step==5%Plot #5143 if any(step==5) %Plot #5 144 144 145 145 md = loadmodel('./Models/PIG_Control_drag'); … … 158 158 end 159 159 160 if step==6%Higher-Order #6160 if any(step==6) %Higher-Order #6 161 161 162 162 % Load Model … … 174 174 end 175 175 176 if step==7%Plot #7176 if any(step==7) %Plot #7 177 177 178 178 mdHO = loadmodel('./Models/PIG_ModelHO');
Note:
See TracChangeset
for help on using the changeset viewer.