Changeset 7916
- Timestamp:
- Aug 5, 2010, 6:54:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/sudi/sw_1d/avalanche/B_momentum/debris_avalanche_RUN.py
r7915 r7916 4 4 from Numeric import Float, sqrt 5 5 from config import g, epsilon 6 from numpy import sin, cos, tan, array, zero z6 from numpy import sin, cos, tan, array, zero 7 7 from scipy import linspace 8 8 from parameters import * … … 100 100 C = domain.centroids 101 101 102 yieldstep = finaltime = 1 5.0102 yieldstep = finaltime = 1.0 103 103 t0 = time.time() 104 104 105 while finaltime <= 1 5.1:105 while finaltime <= 1.1: 106 106 for t in domain.evolve(yieldstep = yieldstep, finaltime = finaltime): 107 107 domain.write_time()
Note: See TracChangeset
for help on using the changeset viewer.