Ignore:
Timestamp:
Nov 30, 2004, 2:19:54 PM (20 years ago)
Author:
ole
Message:

Comments

File:
1 edited

Legend:

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

    r415 r636  
    1919       
    2020    assert issubclass(DomainClass, Domain), "DomainClass is not a subclass of Domain."
     21
     22
     23   
    2124    domain = DomainClass(vertex_coordinates, volumes, marker_dict,
    2225                         tagged_elements = tagged_elements_dict )
    2326
     27
     28   
     29    #FIXME (Ole): Is this really the right place to apply the a default
     30    #value specific to the shallow water wave equation?
     31    #The 'assert' above indicates that any subclass of Domain is acceptable.
     32    #Suggestion - module shallow_water.py will eventually take care of this
     33    #(when I get around to it) so it should be removed from here. 
     34   
    2435    # set the water level to be the elevation
    2536    if vertex_quantity_dict.has_key('elevation') and not vertex_quantity_dict.has_key('level'):
Note: See TracChangeset for help on using the changeset viewer.