Ignore:
Timestamp:
Apr 1, 2012, 11:47:58 PM (13 years ago)
Author:
steve
Message:

Some changes to allow different compute fluxes

File:
1 edited

Legend:

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

    r8353 r8377  
    104104# routine domain.extrapolate_second_order_sw
    105105extrapolate_velocity_second_order=False
     106
     107# Option to setup compute_fluxes_method
     108# Currently "original' and 'well_balanced_1'
     109compute_fluxes_method = 'original'
    106110
    107111################################################################################
Note: See TracChangeset for help on using the changeset viewer.