Ignore:
Timestamp:
Jun 26, 2008, 1:21:05 PM (17 years ago)
Author:
ole
Message:

Retired h-limiter and beta_h as per ticket:194.
All unit tests and validation tests pass.

Location:
anuga_work/development/Rudy_vandrie_2007
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/Rudy_vandrie_2007/run_example.py

    r4631 r5442  
    5656domain.set_all_limiters(0.9)              # Max second order scheme (old lim)
    5757domain.set_minimum_storable_height(0.001) # Don't store w < 0.001m
    58 domain.set_maximum_allowed_speed(0.1)     # Allow a little runoff (0.1 is OK)
    5958
    60 # New slope limiter and first order h-limiter
    61 # (this in planned to be the default!)
    62 domain.beta_h = 0.0
    63 domain.tight_slope_limiters = 0
    6459
    6560#-------------------------
  • anuga_work/development/Rudy_vandrie_2007/run_hydro_example.py

    r4631 r5442  
    3030domain.set_name('hydro_example')                  # Output name
    3131domain.set_minimum_storable_height(0.0001)
    32 domain.beta_h = 0.0
    33 domain.tight_slope_limiters = 1
     32
    3433
    3534
Note: See TracChangeset for help on using the changeset viewer.