Ignore:
Timestamp:
May 25, 2014, 10:45:00 AM (11 years ago)
Author:
steve
Message:

Had to make a few changes to allow riverwalls to work with DE0 algorithm. Essentially changes tests over to checking domain.get_using_discontinuous_elevation() is True

File:
1 edited

Legend:

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

    r9056 r9125  
    127127#flow_algorithm = '2.5'  # 3rd order TVD scheme and more aggressive piecewise linear spatial reconstruction
    128128#flow_algorithm = 'tsunami' # 2nd order space and time, well balanced inc at wet-dry fronts, porosity-type alg
     129#flow_algorithm = 'DE0' # 1st order time 2nd order space, discontinuous elevation, well balanced + better shallow flows than 'tsunami'
    129130#flow_algorithm = 'DE1' # 2nd order space and time, discontinuous elevation, well balanced + better shallow flows than 'tsunami'
    130131
Note: See TracChangeset for help on using the changeset viewer.