Changeset 1632 for inundation/ga/storm_surge/pyvolution/test_mesh.py
- Timestamp:
- Jul 22, 2005, 5:59:19 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/test_mesh.py
r1392 r1632 70 70 V = mesh.get_vertex_coordinates() 71 71 assert allclose(V[0], [0.0, 0.0, 4.0, 0.0, 0.0, 3.0]) 72 73 V = mesh.get_vertex_coordinates(obj=True) 74 assert allclose(V, [ [0.0, 0.0], 75 [4.0, 0.0], 76 [0.0, 3.0] ]) 72 77 73 78 V0 = mesh.get_vertex_coordinate(0, 0)
Note: See TracChangeset
for help on using the changeset viewer.