Ignore:
Timestamp:
Aug 30, 2004, 4:55:48 PM (20 years ago)
Author:
ole
Message:

Subclassed class Quantity into Conserved_quantity

File:
1 edited

Legend:

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

    r240 r242  
    352352        Q.interpolate_from_vertices_to_edges()           
    353353
     354
    354355def protect_against_infinitesimal_heights(domain):
    355356    """Protect against infinitesimal heights and high speeds   
     
    397398    #Update
    398399    for k in range(domain.number_of_elements):
    399 
    400 
    401400        if domain.newstyle:
    402401            if hc[k] < domain.minimum_allowed_height:       
Note: See TracChangeset for help on using the changeset viewer.