Changeset 4805 for anuga_core/source/anuga/config.py
- Timestamp:
- Nov 9, 2007, 5:01:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/config.py
r4786 r4805 115 115 # overall computation. 116 116 # This facility is experimental. 117 118 # protect_against_isolated_degenerate_timesteps = False 117 119 protect_against_isolated_degenerate_timesteps = False 118 120 … … 143 145 minimum_allowed_height = 1.0e-3 #Water depth below which it is considered to be 0 in the model 144 146 147 # FIXME (Ole): Redefine this parameter to control maximal speeds in general 148 # and associate it with protect_against_isolated_degenerate_timesteps = True 145 149 maximum_allowed_speed = 0.0 # Maximal particle speed of water 146 150 #maximum_allowed_speed = 1.0 # Maximal particle speed of water
Note: See TracChangeset
for help on using the changeset viewer.