Ignore:
Timestamp:
Sep 16, 2010, 10:38:49 AM (14 years ago)
Author:
steve
Message:

Added code to pickup if elevation is discontinuous. compute_fluxes now produces an error in this case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/shallow_water/shallow_water_domain.py

    r7967 r8017  
    243243
    244244
    245     def set_all_betas(self, beta):
    246         """Shorthand to assign one constant value [0,1] to all limiters.
     245    def set_beta(self, beta):
     246        """Shorthand to assign one constant value [0,2] to all limiters.
    247247        0 Corresponds to first order, where as larger values make use of
    248248        the second order scheme.
Note: See TracChangeset for help on using the changeset viewer.