Ignore:
Timestamp:
Jul 18, 2007, 6:08:10 PM (17 years ago)
Author:
ole
Message:

Refactored limit2007 to tight_slope_limiters (using eclipse)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/shallow_water_domain.py

    r4554 r4631  
    100100from anuga.config import minimum_allowed_height, maximum_allowed_speed
    101101from anuga.config import g, beta_h, beta_w, beta_w_dry,\
    102      beta_uh, beta_uh_dry, beta_vh, beta_vh_dry, limit2007
     102     beta_uh, beta_uh_dry, beta_vh, beta_vh_dry, tight_slope_limiters
    103103from anuga.config import alpha_balance
    104104
     
    163163        self.alpha_balance = alpha_balance
    164164
    165         self.limit2007 = limit2007
     165        self.tight_slope_limiters = tight_slope_limiters
    166166
    167167        self.flux_function = flux_function_central
     
    232232
    233233        #FIXME (Ole): rename H0 to minimum_allowed_height_in_flux_computation
    234         #rename limit2007 to tight_slope_limiters.
     234        #rename tight_slope_limiters to tight_slope_limiters.
    235235        #Maybe use histogram to identify isolated extreme speeds and deal with them adaptively
    236236        #similarly to how we used to use 1 order steps to recover.
Note: See TracChangeset for help on using the changeset viewer.