Ignore:
Timestamp:
Oct 11, 2006, 12:21:22 PM (17 years ago)
Author:
ole
Message:

Work on okushiri

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/okushiri_2005/create_okushiri.py

    r3647 r3743  
    11"""Create mesh and time boundary for the Okushiri island validation
    22"""
    3 
    4 #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    5 # Assume that the root AnuGA dir is included in your pythonpath
    6 #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    73
    84from Numeric import array, zeros, Float, allclose
     
    204200
    205201    gulleys = m.addRegionEN(p0[0]+0.1, p0[1]+0.1)
    206     gulleys.setMaxArea(0.00002*base_resolution)
     202    #gulleys.setMaxArea(0.00002*base_resolution)
     203    gulleys.setMaxArea(0.00001*base_resolution)
    207204
    208205
Note: See TracChangeset for help on using the changeset viewer.