Changeset 1704
- Timestamp:
- Aug 10, 2005, 5:14:22 PM (18 years ago)
- Location:
- inundation/ga/storm_surge
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/generic_boundary_conditions.py
r1697 r1704 80 80 81 81 82 def __init__(self, domain = None, f =None):82 def __init__(self, domain = None, f = None): 83 83 Boundary.__init__(self) 84 84 -
inundation/ga/storm_surge/pyvolution/shallow_water.py
r1697 r1704 999 999 1000 1000 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 1001 1011 1002 1012 -
inundation/ga/storm_surge/validation/LWRU2/lwru2.py
r1703 r1704 156 156 function = file_function(filenames.boundary_filename[:-4] + '.sww', domain, 157 157 verbose = True) 158 Bts = Transmissive_Momentum_Set_Stage_boundary(domain, function)158 Bts = Transmissive_Momentum_Set_Stage_boundary(domain, function) 159 159 160 160 #Set boundary conditions
Note: See TracChangeset
for help on using the changeset viewer.