Changeset 4008
- Timestamp:
- Nov 17, 2006, 5:19:50 PM (16 years ago)
- Location:
- anuga_work/development/dam_2006
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/dam_2006/create_mesh.py
r4007 r4008 7 7 8 8 9 def generate(mesh_filename, gate_position, is_co urse = False):9 def generate(mesh_filename, gate_position, is_coarse = False): 10 10 """ 11 11 Generate mesh for University of Queensland dam break flume. -
anuga_work/development/dam_2006/run_dam.py
r4007 r4008 57 57 create_mesh.generate(project.mesh_filename, 58 58 gate_position, 59 is_course=True) # this creates the mesh60 #is_course=False) # this creates the mesh59 #is_coarse=True) # this creates the mesh 60 is_coarse=False) # this creates the mesh 61 61 62 62 head,tail = path.split(project.mesh_filename)
Note: See TracChangeset
for help on using the changeset viewer.