Changeset 5166 for anuga_work/development
- Timestamp:
- Mar 12, 2008, 11:24:21 AM (17 years ago)
- Location:
- anuga_work/development/attenuation_near_shore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/attenuation_near_shore/create_mesh.py
r5161 r5166 77 77 dy = dx 78 78 L = 2080. 79 W = 2000.79 W = dx 80 80 81 81 # structured mesh 82 points, vertices, boundary = rectangular_cross(int(L/dx), int(W/dy), L, W, (-80.0, - 1000.0))82 points, vertices, boundary = rectangular_cross(int(L/dx), int(W/dy), L, W, (-80.0, -W*0.5)) 83 83 84 84 domain = Domain(points, vertices, boundary) -
anuga_work/development/attenuation_near_shore/run_beach_structured.py
r5161 r5166 123 123 124 124 head,tail = path.split(mesh_filename) 125 copy (mesh_filename,126 pro_instance.outputdir + tail )125 #copy (mesh_filename, 126 # pro_instance.outputdir + tail ) 127 127 #------------------------------------------------------------------------- 128 128 # Setup computational domain
Note: See TracChangeset
for help on using the changeset viewer.