Changeset 14127


Ignore:
Timestamp:
12/11/12 08:41:19 (12 years ago)
Author:
seroussi
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/workshop/2012/Talks/07_Ice_flow_models/Code/eismint.m

    r14124 r14127  
    11md=model();
    2 %Create mesh with roundmesh
    3 ...
     2
     3%Create mesh with roundmesh and remove 'return;'
     4return;
     5
    46%Set mask
    5 ...
     7return;
     8
    69%Parameterize model
    7 ...
     10return;
    811
    912%We extrude the model to have a 3d model
    10 ...
     13return;
    1114
    1215%Set ice flow approximation
    13 ...
     16return;
    1417
    1518%Create boundary conditions: zero velocity on the bed
    16 ...
     19return;
    1720
    1821%Go Solve
Note: See TracChangeset for help on using the changeset viewer.