Ignore:
Timestamp:
Aug 10, 2005, 5:14:22 PM (20 years ago)
Author:
ole
Message:

Comments

Location:
inundation/ga/storm_surge/pyvolution
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/generic_boundary_conditions.py

    r1697 r1704  
    8080
    8181
    82     def __init__(self, domain = None, f=None):
     82    def __init__(self, domain = None, f = None):
    8383        Boundary.__init__(self)
    8484
  • inundation/ga/storm_surge/pyvolution/shallow_water.py

    r1697 r1704  
    999999
    10001000
     1001        #FIXME: Consider this (taken from File_boundary) to allow
     1002        #spatial variation
     1003        #if vol_id is not None and edge_id is not None:
     1004        #    i = self.boundary_indices[ vol_id, edge_id ]
     1005        #    return self.F(t, point_id = i)
     1006        #else:
     1007        #    return self.F(t)
     1008
     1009
     1010
    10011011
    10021012
Note: See TracChangeset for help on using the changeset viewer.