Changeset 3895 for anuga_validation/okushiri_2005/create_okushiri.py
- Timestamp:
- Oct 30, 2006, 6:40:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/okushiri_2005/create_okushiri.py
r3883 r3895 168 168 169 169 # Region spanning half right hand side of domain just inside boundary 170 rhs_nw = [xleft + (xright-xleft)/3+1, ytop-0. 02]171 rhs_sw = [xleft + (xright-xleft)/3+1, ybottom+0. 02]172 rhs_se = [xright-0. 02, ybottom+0.02]173 rhs_ne = [xright-0. 02, ytop-0.02]170 rhs_nw = [xleft + (xright-xleft)/3+1, ytop-0.4] 171 rhs_sw = [xleft + (xright-xleft)/3+1, ybottom+0.4] 172 rhs_se = [xright-0.1, ybottom+0.1] 173 rhs_ne = [xright-0.1, ytop-0.1] 174 174 175 175 rhs_region = [rhs_nw, rhs_ne, rhs_se, rhs_sw]
Note: See TracChangeset
for help on using the changeset viewer.