Ignore:
Timestamp:
Nov 3, 2006, 11:35:32 AM (17 years ago)
Author:
ole
Message:

Got similar number of triangles as Aug 2005 okushiri validation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/okushiri_2005/create_okushiri_original.py

    r3854 r3913  
    196196 
    197197
     198    #inner = m.addRegionEN(island_3[0]+.1, island_3[1]+.1)
     199    #inner.setMaxArea(0.00007*base_resolution)
     200
    198201    inner = m.addRegionEN(island_3[0]+.1, island_3[1]+.1)
    199     inner.setMaxArea(0.00007*base_resolution)
     202    inner.setMaxArea(0.0003*base_resolution)   
    200203
    201204
    202205    gulleys = m.addRegionEN(p0[0]+0.1, p0[1]+0.1)
    203     gulleys.setMaxArea(0.00002*base_resolution)
     206    gulleys.setMaxArea(0.00003*base_resolution)
    204207
    205208
Note: See TracChangeset for help on using the changeset viewer.