Changeset 16970
- Timestamp:
- 11/27/13 16:35:33 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test119.py
r16938 r16970 6 6 7 7 #Simple mesh 8 md=bamg(model(),'domain','../Exp/Square.exp','hmax',100000. )8 md=bamg(model(),'domain','../Exp/Square.exp','hmax',100000.,'rand',False) 9 9 x1=md.mesh.x 10 10 y1=md.mesh.y 11 11 12 12 #hVertices 13 md=bamg(model(),'domain','../Exp/Square.exp','hmax',300000.,'hVertices',numpy.array([10000.,100000.,400000.,100000.]).reshape(-1,1) )13 md=bamg(model(),'domain','../Exp/Square.exp','hmax',300000.,'hVertices',numpy.array([10000.,100000.,400000.,100000.]).reshape(-1,1),'rand',False) 14 14 x2=md.mesh.x 15 15 y2=md.mesh.y … … 17 17 #big mesh 18 18 t0=time.time() 19 md=bamg(model(),'domain','../Exp/Square.exp','hmax',3000. )19 md=bamg(model(),'domain','../Exp/Square.exp','hmax',3000.,'rand',False) 20 20 nbelements=md.mesh.numberofelements 21 21 elapsedtime=time.time()-t0
Note:
See TracChangeset
for help on using the changeset viewer.