Changeset 3777


Ignore:
Timestamp:
Oct 13, 2006, 3:07:51 PM (18 years ago)
Author:
ole
Message:

Removed friction from parallel test for the time being

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga_parallel/test_parallel_sw_runup.py

    r3776 r3777  
    4343
    4444domain.set_quantity('elevation', topography) # Use function for elevation
    45 domain.set_quantity('friction', 0.1)         # Constant friction
    46 domain.set_quantity('stage', -.4)            # Constant initial stage
     45domain.set_quantity('friction', 0.0)         # Constant friction
     46domain.set_quantity('stage', -.5)            # Constant initial stage
    4747
    4848
Note: See TracChangeset for help on using the changeset viewer.