- Timestamp:
- Feb 6, 2007, 11:47:41 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/shallow_water_domain.py
r4200 r4218 147 147 148 148 self.minimum_allowed_height = minimum_allowed_height 149 self.H0 = minimum_allowed_height # Minimal height for flux computation 149 150 self.maximum_allowed_speed = maximum_allowed_speed 150 151 self.g = g … … 832 833 compute_fluxes_ext_central as compute_fluxes_ext 833 834 834 domain.timestep = compute_fluxes_ext(timestep, domain.epsilon, domain.g, 835 836 domain.timestep = compute_fluxes_ext(timestep, domain.epsilon, 837 domain.H0, 838 domain.g, 835 839 domain.neighbours, 836 840 domain.neighbour_edges, … … 2082 2086 protect_against_infinitesimal_and_negative_heights_c 2083 2087 2084 2085 2088 #distribute_to_vertices_and_edges =\ 2086 2089 # distribute_to_vertices_and_edges_c #(like MH's)
Note: See TracChangeset
for help on using the changeset viewer.