Changeset 8418 for trunk/anuga_core/source/anuga/config.py
- Timestamp:
- May 8, 2012, 5:29:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/config.py
r8406 r8418 117 117 # beta values. In this case the settings for timestepping_method will be overriden 118 118 119 #flow_algorithm = 1# 1st order euler and conservative piecewise constant spatial reconstruction120 flow_algorithm = 1.5# 1st order euler and conservative piecewise linear spatial reconstruction121 #flow_algorithm = 1.75# 1st order euler and more aggressive piecewise linear spatial reconstruction122 #flow_algorithm = 2# 2nd order TVD scheme and more aggressive piecewise linear spatial reconstruction123 #flow_algorithm = 2.5# 3rd order TVD scheme and more aggressive piecewise linear spatial reconstruction119 #flow_algorithm = '1_0' # 1st order euler and conservative piecewise constant spatial reconstruction 120 flow_algorithm = '1_5' # 1st order euler and conservative piecewise linear spatial reconstruction 121 #flow_algorithm = '1_75' # 1st order euler and more aggressive piecewise linear spatial reconstruction 122 #flow_algorithm = '2_0' # 2nd order TVD scheme and more aggressive piecewise linear spatial reconstruction 123 #flow_algorithm = '2.5' # 3rd order TVD scheme and more aggressive piecewise linear spatial reconstruction 124 124 125 125
Note: See TracChangeset
for help on using the changeset viewer.