Changeset 3743


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

Work on okushiri

Location:
anuga_validation/okushiri_2005
Files:
2 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
  • anuga_validation/okushiri_2005/run_okushiri.py

    r3716 r3743  
    3939    domain = Domain(points, vertices, boundary)
    4040
    41 domain.set_name('okushiri_old_limiters')
     41domain.set_name('okushiri_old_limiters_order=2')
    4242domain.set_default_order(2)
    4343domain.set_minimum_storable_height(0.001)
Note: See TracChangeset for help on using the changeset viewer.