Changeset 2621


Ignore:
Timestamp:
Mar 28, 2006, 2:30:44 PM (18 years ago)
Author:
ole
Message:

Comments

Location:
inundation
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inundation/examples/island.py

    r2620 r2621  
    7373    return z
    7474
    75 domain.set_quantity('friction', 1.0)
     75domain.set_quantity('friction', 0.0)
    7676domain.set_quantity('elevation', island)
    7777domain.set_quantity('stage', 1)
  • inundation/pyvolution/shallow_water_ext.c

    r2567 r2621  
    395395        }       
    396396      }
     397     
     398      //Old code
     399      //wc[k] = zc[k]; //Contain 'lost mass' error
     400      //printf("Speed has been reduced to %.3f\n", 0.0);             
     401      //xmomc[k] = 0.0;
     402      //ymomc[k] = 0.0;     
    397403    }
    398404  }
Note: See TracChangeset for help on using the changeset viewer.