Changeset 13437


Ignore:
Timestamp:
09/25/12 11:41:41 (12 years ago)
Author:
jschierm
Message:

NEW: Working python test119.

Location:
issm/trunk-jpl/test/NightlyRun
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test119.m

    r12788 r13437  
    11
    22%Simple mesh
    3 md=bamg(model,'domain','../Exp/Square.exp','hmax',100000);
     3md=bamg(model,'domain','../Exp/Square.exp','hmax',100000.);
    44x1=md.mesh.x;
    55y1=md.mesh.y;
    66
    77%hVertices
    8 md=bamg(model,'domain','../Exp/Square.exp','hmax',300000,'hvertices',[10000 100000 400000 100000]');
     8md=bamg(model,'domain','../Exp/Square.exp','hmax',300000.,'hVertices',[10000. 100000. 400000. 100000.]');
    99x2=md.mesh.x;
    1010y2=md.mesh.y;
     
    1212%big mesh
    1313t0=clock;
    14 md=bamg(model,'domain','../Exp/Square.exp','hmax',3000);
     14md=bamg(model,'domain','../Exp/Square.exp','hmax',3000.);
    1515nbelements=md.mesh.numberofelements;
    1616elapsedtime=etime(clock,t0);
Note: See TracChangeset for help on using the changeset viewer.