- Timestamp:
- Jul 18, 2007, 6:08:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/shallow_water_domain.py
r4554 r4631 100 100 from anuga.config import minimum_allowed_height, maximum_allowed_speed 101 101 from anuga.config import g, beta_h, beta_w, beta_w_dry,\ 102 beta_uh, beta_uh_dry, beta_vh, beta_vh_dry, limit2007102 beta_uh, beta_uh_dry, beta_vh, beta_vh_dry, tight_slope_limiters 103 103 from anuga.config import alpha_balance 104 104 … … 163 163 self.alpha_balance = alpha_balance 164 164 165 self. limit2007 = limit2007165 self.tight_slope_limiters = tight_slope_limiters 166 166 167 167 self.flux_function = flux_function_central … … 232 232 233 233 #FIXME (Ole): rename H0 to minimum_allowed_height_in_flux_computation 234 #rename limit2007to tight_slope_limiters.234 #rename tight_slope_limiters to tight_slope_limiters. 235 235 #Maybe use histogram to identify isolated extreme speeds and deal with them adaptively 236 236 #similarly to how we used to use 1 order steps to recover.
Note: See TracChangeset
for help on using the changeset viewer.