Changeset 4828


Ignore:
Timestamp:
Nov 19, 2007, 2:30:27 PM (17 years ago)
Author:
ole
Message:

Test of timestepping_statistics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/test_shallow_water_domain.py

    r4827 r4828  
    41974197        #Evolution
    41984198        for t in domain.evolve(yieldstep = 0.05, finaltime = 0.5):
    4199             pass
     4199
     4200            # Check that diagnostics works
     4201            msg = domain.timestepping_statistics(track_speeds=True)
     4202            #FIXME(Ole): One might check the contents of msg here.
     4203
    42004204
    42014205
Note: See TracChangeset for help on using the changeset viewer.