Changeset 6018


Ignore:
Timestamp:
09/24/10 10:18:00 (14 years ago)
Author:
seroussi
Message:

test tiling stokes serial

Location:
issm/trunk/test/NightlyRun
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test239.m

    r5973 r6018  
    1 md=mesh(model,'../Exp/Square.exp',100000);
     1md=mesh(model,'../Exp/Square.exp',120000);
    22md=geography(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,2,1);
    5 md=setelementstype(md,'stokes','~Pattyn.exp','fill','pattyn');
    6 md.spcvelocity(:,4:6)=0;
    7 md.verbose=10;
    8 md.vx=zeros(md.numberofgrids,1);
    9 md.vy=zeros(md.numberofgrids,1);
    10 md.vz=zeros(md.numberofgrids,1);
     5md=setelementstype(md,'stokes','../Exp/SquareHalfRight.exp','fill','pattyn');
    116md=solve(md,'analysis_type',DiagnosticSolutionEnum);
    127
Note: See TracChangeset for help on using the changeset viewer.