Ignore:
Timestamp:
May 8, 2012, 5:29:03 PM (13 years ago)
Author:
steve
Message:

Strange proble with parallel_safe

File:
1 edited

Legend:

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

    r8406 r8418  
    117117# beta values. In this case the settings for timestepping_method will be overriden
    118118
    119 #flow_algorithm = 1    # 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    # 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
     119#flow_algorithm = '1_0'    # 1st order euler and conservative piecewise constant spatial reconstruction
     120flow_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
    124124
    125125
Note: See TracChangeset for help on using the changeset viewer.