Changeset 21729 for issm/trunk/test/NightlyRun/test119.py
- Timestamp:
- 05/19/17 14:48:02 (8 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
-
issm/trunk/test
- Property svn:mergeinfo changed
-
issm/trunk/test/NightlyRun/test119.py
r19105 r21729 1 1 #Test Name: SquareBamgMesh 2 import numpy 2 import numpy as np 3 3 import time 4 4 from model import * 5 from socket import gethostname 5 6 from bamg import * 6 from MatlabFuncs import * 7 7 8 8 9 #Simple mesh … … 12 13 13 14 #hVertices 14 md=bamg(model(),'domain','../Exp/Square.exp','hmax',300000.,'hVertices',n umpy.array([10000.,100000.,400000.,100000.]).reshape(-1,1),'rand',False)15 md=bamg(model(),'domain','../Exp/Square.exp','hmax',300000.,'hVertices',np.array([10000.,100000.,400000.,100000.]).reshape(-1,1),'rand',False) 15 16 x2=md.mesh.x 16 17 y2=md.mesh.y
Note:
See TracChangeset
for help on using the changeset viewer.