Changeset 845 for inundation/ga/storm_surge/pyvolution/shallow_water.py
- Timestamp:
- Feb 8, 2005, 1:00:25 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/shallow_water.py
r778 r845 716 716 717 717 ############################################### 718 #Boundar y- specific to the shallow water wave equation718 #Boundaries - specific to the shallow water wave equation 719 719 class Reflective_boundary(Boundary): 720 720 """Reflective boundary returns same conserved quantities as … … 765 765 return q 766 766 767 768 class Spatio_temporal_boundary(Boundary): 769 """The spatio-temporal boundary, reads values for the conserved 770 quantities from an sww NetCDF file, and returns interpolated values 771 at the midpoints of each associated boundaty segment. 772 Time dependency is interpolated linearly as in util.File_function. 773 774 """ 775 776 pass 777 767 778 768 779 #########################
Note: See TracChangeset
for help on using the changeset viewer.