- Timestamp:
- Apr 5, 2012, 12:37:54 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/gareth/tests/urban_flow/plotme.py
r8383 r8384 14 14 G6=numpy.array([-1.87,1.10]) + offset 15 15 16 p=util.get_output('urban_flow0p1.sww') 16 p2=util.get_output('urban_flow0p05.sww',0.001) 17 p=util.get_centroids(p2,velocity_extrapolation=True) 17 18 18 19 G1ind = ((p.x-G1[0])**2 + (p.y-G1[1])**2).argmin()
Note: See TracChangeset
for help on using the changeset viewer.