- Timestamp:
- Jun 19, 2011, 3:54:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/2010-projects/anuga_1d/pipe/test_pipe.py
r8183 r8188 49 49 return 4 50 50 51 def initial_state(x): 52 return 1 53 51 54 import time 52 55 … … 81 84 domain.set_quantity('width',width) 82 85 domain.set_quantity('top',top) 86 domain.set_quantity('state',initial_state) 83 87 84 88 # Set boundry type, order, timestepping method and limiter
Note: See TracChangeset
for help on using the changeset viewer.