Changeset 2233 for production/swan_river_tin_2005
- Timestamp:
- Jan 18, 2006, 5:28:58 PM (19 years ago)
- Location:
- production/swan_river_tin_2005
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
production/swan_river_tin_2005/populate_mesh.py
r2068 r2233 21 21 print domain.get_boundary_tags() 22 22 Br = Reflective_boundary(domain) 23 #domain.set_boundary( {'back': Br} )23 domain.set_boundary( {'exterior': Br} ) 24 24 25 25 -
production/swan_river_tin_2005/thin_generate_alpha.py
r2066 r2233 22 22 m_outline = importMeshFromFile(alpha_outline_file) 23 23 #m_outline.generateMesh(maxArea = 1000) #191291 triangles 24 m_outline.generateMesh(maxArea = 200)24 m_outline.generateMesh(maxArea = 1000) 25 25 m_outline.export_mesh_file(mesh_file)
Note: See TracChangeset
for help on using the changeset viewer.