Ignore:
Timestamp:
Jul 22, 2005, 5:59:19 PM (20 years ago)
Author:
ole
Message:

Interpolation work and some refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/test_mesh.py

    r1392 r1632  
    7070        V = mesh.get_vertex_coordinates()
    7171        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] ])
    7277
    7378        V0 = mesh.get_vertex_coordinate(0, 0)
Note: See TracChangeset for help on using the changeset viewer.