Changeset 5313
- Timestamp:
- May 13, 2008, 4:27:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/config.py
r5304 r5313 88 88 tight_slope_limiters = True 89 89 90 # Use centroid velocities to reconstruct momentum at vertices 91 # This option has a firts order flavour to it, but we still have second order 92 # reconstruction of stage and this option speeds ANUGA up 90 # Use centroid velocities to reconstruct momentum at vertices in very shallow water 91 # This option has a first order flavour to it, but we still have second order 92 # reconstruction of stage and this option only applies in balance_deep_and_shallow when 93 # alpha < 1 so in deeper water the full second order scheme is used. 93 94 # 94 95 # This option is good with tight_slope_limiters, especially for large domains. 95 use_centroid_velocities = False96 use_centroid_velocities = True 96 97 97 98
Note: See TracChangeset
for help on using the changeset viewer.