Changeset 2320


Ignore:
Timestamp:
Feb 1, 2006, 4:53:45 PM (19 years ago)
Author:
ole
Message:

Comments for Howard

Location:
inundation
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inundation/examples/bedslope.py

    r2300 r2320  
    1818domain = Domain(points, vertices, boundary)
    1919domain.set_name('bedslope')
    20 domain.set_quantities_to_be_stored('stage')
     20domain.set_datadir('.')                      #Use current directory for output
     21domain.set_quantities_to_be_stored('stage')  #See shallow_water.py
    2122
    2223
     
    4344
    4445
     46print 'Tags are ', domain.get_boundary_tags()
     47
    4548domain.set_boundary({'left': Bd, 'right': Br, 'top': Br, 'bottom': Br})
    4649#domain.set_boundary({'left': Bw, 'right': Br, 'top': Br, 'bottom': Br})
  • inundation/pyvolution/shallow_water.py

    r2300 r2320  
    111111        In the two first cases, the named quantities will be stored at each yieldstep
    112112        (This is in addition to the quantities elevation and friction) 
    113         If q is None, storage will be switche off altogether.
     113        If q is None, storage will be switched off altogether.
    114114        """
    115115
Note: See TracChangeset for help on using the changeset viewer.