Ignore:
Timestamp:
Nov 9, 2007, 5:01:09 PM (16 years ago)
Author:
ole
Message:

Work towards making tight_slope_limiters the default. Next step is to run a large simulation to make sure timestepping isn't being adversely affected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/config.py

    r4786 r4805  
    115115# overall computation.
    116116# This facility is experimental.
     117
     118# protect_against_isolated_degenerate_timesteps = False
    117119protect_against_isolated_degenerate_timesteps = False
    118120
     
    143145minimum_allowed_height = 1.0e-3 #Water depth below which it is considered to be 0 in the model
    144146
     147# FIXME (Ole): Redefine this parameter to control maximal speeds in general
     148# and associate it with protect_against_isolated_degenerate_timesteps = True
    145149maximum_allowed_speed = 0.0 # Maximal particle speed of water
    146150#maximum_allowed_speed = 1.0 # Maximal particle speed of water
Note: See TracChangeset for help on using the changeset viewer.