Changeset 5304


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

Comments about use_edge_limiter

Location:
anuga_core/source/anuga
Files:
2 edited

Legend:

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

    r5303 r5304  
    182182optimise_dry_cells = True # Exclude dry and still cells from flux computation
    183183optimised_gradient_limiter = True # Use hardwired gradient limiter
    184 use_edge_limiter = False # The edge limiter is better, but most runs have been using vertex limiting 
     184use_edge_limiter = False # The edge limiter is better, but most runs have been using vertex limiting. Validations passed with this one True 9th May 2008, but many unit tests need backward compatibility flag set FIXME(Ole).
    185185
    186186points_file_block_line_size = 500 # Number of lines read in from a points file
  • anuga_core/source/anuga/shallow_water/test_shallow_water_domain.py

    r5303 r5304  
    45974597        # FIXME (Ole): Need tests where these two are commented out
    45984598        domain.H0 = 0        # Backwards compatibility (6/2/7)       
    4599         domain.tight_slope_limiters = 0 # Backwards compatibility (14/4/7)
    4600         domain.use_centroid_velocities = 0 # Backwards compatibility (7/5/8)       
     4599        domain.tight_slope_limiters = False # Backwards compatibility (14/4/7)
     4600        domain.use_centroid_velocities = False # Backwards compatibility (7/5/8)
     4601        domain.use_edge_limiter = False # Backwards compatibility (9/5/8)       
    46014602       
    46024603
Note: See TracChangeset for help on using the changeset viewer.