- Timestamp:
- Aug 5, 2010, 8:20:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/sudi/sw_1d/periodic_waves/johns/run-program.py
r7837 r7922 1 1 from scipy import sin, cos, sqrt, linspace, pi, dot 2 from Numeric import zeros, Float, array 2 from Numeric import Float 3 from numpy import zeros,array 3 4 from gaussPivot import * 4 5 from analytical_prescription import * … … 134 135 135 136 waktu = 10.0 #3.0*60.0 136 WAKTU = 1 2690.0 #Note: Tp=15.0*60.0137 WAKTU = 10.0#12690.0 #Note: Tp=15.0*60.0 137 138 yieldstep = finaltime = waktu 138 139 t0 = time.time()
Note: See TracChangeset
for help on using the changeset viewer.