Changeset 3447 for development/dam_2006/run_dam.py
- Timestamp:
- Aug 2, 2006, 5:14:16 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
development/dam_2006/run_dam.py
r3446 r3447 56 56 create_mesh.generate(project.mesh_filename, 57 57 gate_position, 58 #is_course=True) # this creates the mesh59 is_course=False) # this creates the mesh58 is_course=True) # this creates the mesh 59 #is_course=False) # this creates the mesh 60 60 61 61 head,tail = path.split(project.mesh_filename) … … 91 91 92 92 print 'Available boundary tags', domain.get_boundary_tags() 93 93 domain.set_region('dam','stage',0.2, 94 location = 'unique vertices') 94 95 domain.set_region(Set_region('dam','stage',0.2, 95 96 location = 'unique vertices'))
Note: See TracChangeset
for help on using the changeset viewer.