- Timestamp:
- Jun 22, 2010, 12:10:05 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/documentation/user_manual/demos/buildings.py
r7838 r7867 73 73 }) 74 74 75 import cPickle76 75 77 76 #------------------------------------------------------------------------------ 78 77 # Evolve system through time 79 78 #------------------------------------------------------------------------------ 80 #for t in domain.evolve(yieldstep=0.2, finaltime=15.0): 81 # print domain.timestepping_statistics() 82 83 #cPickle.dump(domain, open('domain_pickle.txt', 'w')) 84 85 domain = cPickle.load(open('domain_pickle.txt')) 86 79 for t in domain.evolve(yieldstep=0.2, finaltime=15.0): 80 print domain.timestepping_statistics() 87 81 88 82 # now turn off the tap
Note: See TracChangeset
for help on using the changeset viewer.