Changeset 3863


Ignore:
Timestamp:
Oct 25, 2006, 5:38:48 PM (17 years ago)
Author:
ole
Message:

Small updates here and there

Location:
anuga_core
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/examples/channel1.py

    r3754 r3863  
    2424
    2525domain = Domain(points, vertices, boundary)   # Create domain
    26 domain.set_name('channel_1')                  # Output name
     26domain.set_name('channel1')                  # Output name
    2727
    2828
  • anuga_core/documentation/user_manual/examples/channel2.py

    r3829 r3863  
    2424                                               len1=length, len2=width)
    2525domain = Domain(points, vertices, boundary)   
    26 domain.set_name('channel_2')                 # Output name
     26domain.set_name('channel2')                 # Output name
    2727
    2828
  • anuga_core/documentation/user_manual/examples/channel3.py

    r3829 r3863  
    1919length = 40.
    2020width = 5.
    21 #dx = dy = 1           # Resolution: Length of subdivisions on both axes
    22 dx = dy = .1           # Resolution: Length of subdivisions on both axes
     21dx = dy = 1           # Resolution: Length of subdivisions on both axes
     22#dx = dy = .1           # Resolution: Length of subdivisions on both axes
    2323
    2424points, vertices, boundary = rectangular_cross(int(length/dx), int(width/dy),
    2525                                               len1=length, len2=width)
    2626domain = Domain(points, vertices, boundary)   
    27 domain.set_name('channel_3')                  # Output name
     27domain.set_name('channel3')                  # Output name
    2828
    2929
  • anuga_core/source/swollen_viewer/INSTALL.txt

    r3581 r3863  
    9595STEREO
    9696
     97Invoke through the commandline parameter --stereo
     98e.g.
     99  swollen --stereo lwru2_variable_mesh.sww
     100or 
     101  swollen --stereo HORIZONTAL_SPLIT lwru2_variable_mesh.sww
     102
     103See
     104  swollen --help for more info 
     105 
     106 
    97107Minor tweaks to re-enable stereo functionality. I have verified that this works on the vizlab active stereo system. For the GA passive stereo system, you’ll need to set the following environment variables.
    98108
Note: See TracChangeset for help on using the changeset viewer.