Changeset 4828
- Timestamp:
- Nov 19, 2007, 2:30:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/test_shallow_water_domain.py
r4827 r4828 4197 4197 #Evolution 4198 4198 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 4200 4204 4201 4205
Note: See TracChangeset
for help on using the changeset viewer.