Ignore:
Timestamp:
Aug 28, 2012, 4:06:09 PM (12 years ago)
Author:
steve
Message:

added variable ghost_layer_width which is set by the partitioning routine
(distribute) or set to 2

File:
1 edited

Legend:

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

    r8418 r8538  
    9595
    9696# 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'
    9898compute_fluxes_method = 'wb_2'
     99
     100# Option to setup distribute_to_vertices_and_edges_method
     101# Currently "original' and 'tsunami'
     102distribute_to_vertices_and_edges_method = 'original'
    99103
    100104################################################################################
Note: See TracChangeset for help on using the changeset viewer.