Ignore:
Timestamp:
Mar 11, 2008, 8:43:22 PM (16 years ago)
Author:
steve
Message:

Updated some methods for quantity. Looks like we can use old
limiting system with larger values of beta.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/near_shore_PMD/run_beach.py

    r5154 r5162  
    167167    domain.set_boundary( {'wall': Br, 'wave': Bwp_velocity} )
    168168
     169
    169170    #-------------------------------------------------------------------------
    170171    # Evolve system through time
     
    174175    for t in domain.evolve(yieldstep, finaltime):   
    175176        domain.write_time()
     177
    176178    print 'That took %.2f seconds' %(time.time()-t0)
    177179    print 'finished'
Note: See TracChangeset for help on using the changeset viewer.