Changeset 3655


Ignore:
Timestamp:
Sep 22, 2006, 2:53:50 PM (18 years ago)
Author:
ole
Message:

Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/show_balanced_limiters.py

    r3654 r3655  
    3737domain.smooth = False
    3838domain.visualise = False
    39 domain.visualise = True
     39#domain.visualise = True
    4040domain.default_order = 2
    41 domain.filename = 'test_of_pyvolution'
     41domain.filename = 'show_balanced_limiters'
    4242domain.store = True
    4343domain.format = 'sww'   #Native netcdf visualisation format
     
    8585for t in domain.evolve(yieldstep = 0.1, finaltime = 30):
    8686    domain.write_time()
    87     domain.boundary_stats(['stage'],'left')
     87    domain.write_boundary_statistics(['stage'],'left')
    8888
    8989print 'Done'   
Note: See TracChangeset for help on using the changeset viewer.