Changeset 3982
- Timestamp:
- Nov 14, 2006, 2:20:20 PM (18 years ago)
- Location:
- anuga_core
- Files:
-
- 1 added
- 6 deleted
- 1 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_user_manual.tex
r3980 r3982 704 704 Here is the code for the first version of the channel flow \file{channel1.py}: 705 705 706 \verbatiminput{ examples/channel1.py}706 \verbatiminput{demos/channel1.py} 707 707 708 708 In discussing the details of this example, we follow the outline … … 758 758 759 759 Here is the code for the second version of the channel flow \file{channel2.py}: 760 \verbatiminput{ examples/channel2.py}760 \verbatiminput{demos/channel2.py} 761 761 This example differs from the first version in that a constant outflow boundary condition has 762 762 been defined … … 803 803 804 804 Here is the code for the third version of the channel flow \file{channel3.py}: 805 \verbatiminput{ examples/channel3.py}805 \verbatiminput{demos/channel3.py} 806 806 807 807 This example differs from the first two versions in that the topography
Note: See TracChangeset
for help on using the changeset viewer.