- Timestamp:
- Jul 2, 2014, 10:16:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/gareth/tests/levee2/runup.py
r9121 r9232 17 17 higherResPolygon=[ [40., 40.], [40., 60.], [60., 60.], [60., 40.]] 18 18 # Riverwall = list of lists, each with a set of x,y,z (and optional QFactor) values 19 riverWall={ ' centralWall':19 riverWall={ 'leftWall': 20 20 [ [50., 0.0, -0.0], 21 [50., 45., -0.0], 22 [50., 46., -0.2], 23 [50., 54., -0.2], 24 [50., 55., -0.0], 21 [50., 45.5, -0.0]], 22 'centralWall': 23 [[50., 45.5, -0.2], 24 [50., 54.5, -0.2]], 25 'rightWall': 26 [ [50., 54.5, -0.0], 25 27 [50., 100.0, -0.0]] 26 28 } … … 59 61 domain.set_datadir('.') 60 62 domain.set_flow_algorithm('DE1') 61 domain.set_store_vertices_uniquely( )63 domain.set_store_vertices_uniquely(True) 62 64 domain.riverwallData.create_riverwalls(riverWall, riverWall_Par) 63 65
Note: See TracChangeset
for help on using the changeset viewer.