Changeset 7916


Ignore:
Timestamp:
Aug 5, 2010, 6:54:57 PM (14 years ago)
Author:
mungkasi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_work/development/sudi/sw_1d/avalanche/B_momentum/debris_avalanche_RUN.py

    r7915 r7916  
    44from Numeric import Float, sqrt
    55from config import g, epsilon
    6 from numpy import sin, cos, tan, array, zeroz
     6from numpy import sin, cos, tan, array, zero
    77from scipy import linspace
    88from parameters import *
     
    100100C = domain.centroids
    101101
    102 yieldstep = finaltime = 15.0
     102yieldstep = finaltime = 1.0
    103103t0 = time.time()
    104104
    105 while finaltime <= 15.1:
     105while finaltime <= 1.1:
    106106    for t in domain.evolve(yieldstep = yieldstep, finaltime = finaltime):
    107107        domain.write_time()
Note: See TracChangeset for help on using the changeset viewer.