Changeset 3863
- Timestamp:
- Oct 25, 2006, 5:38:48 PM (17 years ago)
- Location:
- anuga_core
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/examples/channel1.py
r3754 r3863 24 24 25 25 domain = Domain(points, vertices, boundary) # Create domain 26 domain.set_name('channel _1') # Output name26 domain.set_name('channel1') # Output name 27 27 28 28 -
anuga_core/documentation/user_manual/examples/channel2.py
r3829 r3863 24 24 len1=length, len2=width) 25 25 domain = Domain(points, vertices, boundary) 26 domain.set_name('channel _2') # Output name26 domain.set_name('channel2') # Output name 27 27 28 28 -
anuga_core/documentation/user_manual/examples/channel3.py
r3829 r3863 19 19 length = 40. 20 20 width = 5. 21 #dx = dy = 1 # Resolution: Length of subdivisions on both axes22 dx = dy = .1 # Resolution: Length of subdivisions on both axes21 dx = dy = 1 # Resolution: Length of subdivisions on both axes 22 #dx = dy = .1 # Resolution: Length of subdivisions on both axes 23 23 24 24 points, vertices, boundary = rectangular_cross(int(length/dx), int(width/dy), 25 25 len1=length, len2=width) 26 26 domain = Domain(points, vertices, boundary) 27 domain.set_name('channel _3') # Output name27 domain.set_name('channel3') # Output name 28 28 29 29 -
anuga_core/source/swollen_viewer/INSTALL.txt
r3581 r3863 95 95 STEREO 96 96 97 Invoke through the commandline parameter --stereo 98 e.g. 99 swollen --stereo lwru2_variable_mesh.sww 100 or 101 swollen --stereo HORIZONTAL_SPLIT lwru2_variable_mesh.sww 102 103 See 104 swollen --help for more info 105 106 97 107 Minor tweaks to re-enable stereo functionality. I have verified that this works on the vizlab active stereo system. For the GA passive stereo system, youll need to set the following environment variables. 98 108
Note: See TracChangeset
for help on using the changeset viewer.