Ignore:
Timestamp:
May 7, 2008, 5:40:11 PM (17 years ago)
Author:
ole
Message:

Refactored options, so that the use of centroid_velocities is a separate
option to tight_slope_limiters.

File:
1 edited

Legend:

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

    r5181 r5290  
    8888tight_slope_limiters = True
    8989
     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
     93#
     94# This option must be used with tight_slope_limiters.
     95use_centroid_velocities = True
    9096
    9197
Note: See TracChangeset for help on using the changeset viewer.