Ignore:
Timestamp:
Oct 30, 2006, 6:40:48 PM (16 years ago)
Author:
ole
Message:

Work on okushiri (smaller mesh)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/okushiri_2005/create_okushiri.py

    r3883 r3895  
    168168
    169169    # 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]   
    174174
    175175    rhs_region = [rhs_nw, rhs_ne, rhs_se, rhs_sw]
Note: See TracChangeset for help on using the changeset viewer.