Changeset 16970


Ignore:
Timestamp:
11/27/13 16:35:33 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: updated python script

File:
1 edited

Legend:

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

    r16938 r16970  
    66
    77#Simple mesh
    8 md=bamg(model(),'domain','../Exp/Square.exp','hmax',100000.)
     8md=bamg(model(),'domain','../Exp/Square.exp','hmax',100000.,'rand',False)
    99x1=md.mesh.x
    1010y1=md.mesh.y
    1111
    1212#hVertices
    13 md=bamg(model(),'domain','../Exp/Square.exp','hmax',300000.,'hVertices',numpy.array([10000.,100000.,400000.,100000.]).reshape(-1,1))
     13md=bamg(model(),'domain','../Exp/Square.exp','hmax',300000.,'hVertices',numpy.array([10000.,100000.,400000.,100000.]).reshape(-1,1),'rand',False)
    1414x2=md.mesh.x
    1515y2=md.mesh.y
     
    1717#big mesh
    1818t0=time.time()
    19 md=bamg(model(),'domain','../Exp/Square.exp','hmax',3000.)
     19md=bamg(model(),'domain','../Exp/Square.exp','hmax',3000.,'rand',False)
    2020nbelements=md.mesh.numberofelements
    2121elapsedtime=time.time()-t0
Note: See TracChangeset for help on using the changeset viewer.