Changeset 1704


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

Comments

Location:
inundation/ga/storm_surge
Files:
3 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
  • inundation/ga/storm_surge/validation/LWRU2/lwru2.py

    r1703 r1704  
    156156function = file_function(filenames.boundary_filename[:-4] + '.sww', domain,
    157157                         verbose = True)
    158 Bts = Transmissive_Momentum_Set_Stage_boundary(domain,function)
     158Bts = Transmissive_Momentum_Set_Stage_boundary(domain, function)
    159159
    160160#Set boundary conditions
Note: See TracChangeset for help on using the changeset viewer.