Changeset 8538 for trunk/anuga_core/source/anuga/config.py
- Timestamp:
- Aug 28, 2012, 4:06:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/config.py
r8418 r8538 95 95 96 96 # Option to setup compute_fluxes_method 97 # Currently "original' and 'wb_1' to 'wb_3' 97 # Currently "original' and 'wb_1' to 'wb_3' and 'tsunami' 98 98 compute_fluxes_method = 'wb_2' 99 100 # Option to setup distribute_to_vertices_and_edges_method 101 # Currently "original' and 'tsunami' 102 distribute_to_vertices_and_edges_method = 'original' 99 103 100 104 ################################################################################
Note: See TracChangeset
for help on using the changeset viewer.