Changeset 1704 for inundation/ga/storm_surge/pyvolution
- Timestamp:
- Aug 10, 2005, 5:14:22 PM (20 years ago)
- Location:
- inundation/ga/storm_surge/pyvolution
- Files:
-
- 2 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
Note: See TracChangeset
for help on using the changeset viewer.