Changeset 4355 for anuga_validation


Ignore:
Timestamp:
Apr 4, 2007, 8:29:39 AM (18 years ago)
Author:
ole
Message:

Verified that okushiri auto validation passes on windows platforms as well as Linux with the new slope limiter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/okushiri_tank_validation/run_okushiri.py

    r4352 r4355  
    5858domain.set_maximum_allowed_speed(0.1)     # Allow a little runoff (0.1 is OK)
    5959
    60 # domain.H0=0
    61 
    62 # Try this, (and comment H0=0 out) but the comparison may have to
    63 # change slightly
     60# New slope limiter and first order h-limiter
     61# (this in planned to be the default!)
    6462domain.beta_h = 0.0
    65 domain.limit2007=1 #Try this
     63domain.limit2007 = 1
    6664
    6765#-------------------------
Note: See TracChangeset for help on using the changeset viewer.