Ignore:
Timestamp:
Jun 3, 2013, 5:05:31 PM (12 years ago)
Author:
davies
Message:

Removing redundant code from 'tsunami' flow algorithm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_work/development/gareth/tests/parabolic/parabolic.py

    r8547 r8880  
    88import numpy
    99
    10 from balanced_dev import *
     10#from balanced_dev import *
    1111#from anuga_tsunami import *
    1212#from balanced_basic import *
    1313#from anuga.shallow_water_balanced2.swb2_domain import Domain as Domain
    14 #from anuga.shallow_water.shallow_water_domain import Domain as Domain
     14from anuga.shallow_water.shallow_water_domain import Domain as Domain
    1515#---------
    1616#Setup computational domain
     
    2323domain.set_quantities_to_be_stored({'stage': 2, 'xmomentum': 2, 'ymomentum': 2, 'elevation': 1})
    2424domain.set_minimum_allowed_height(0.001)
     25domain.set_flow_algorithm('tsunami')
    2526# Time stepping
    2627#domain.set_timestepping_method('euler') # Default
Note: See TracChangeset for help on using the changeset viewer.