Ignore:
Timestamp:
Feb 8, 2005, 1:00:25 PM (20 years ago)
Author:
ole
Message:

Started working on spatio-temporal boundary

File:
1 edited

Legend:

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

    r778 r845  
    716716
    717717###############################################
    718 #Boundary - specific to the shallow water wave equation
     718#Boundaries - specific to the shallow water wave equation
    719719class Reflective_boundary(Boundary):
    720720    """Reflective boundary returns same conserved quantities as
     
    765765        return q
    766766
     767       
     768class 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       
    767778
    768779#########################
Note: See TracChangeset for help on using the changeset viewer.