Changeset 3654


Ignore:
Timestamp:
Sep 22, 2006, 2:39:14 PM (18 years ago)
Author:
ole
Message:

Migrated to new structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/show_balanced_limiters.py

    r1043 r3654  
    1212# Module imports
    1313#
    14 from shallow_water import Domain, Reflective_boundary, Dirichlet_boundary,\
    15      Transmissive_boundary, Time_boundary,\
    16      Weir_simple as Weir, Constant_height
     14from anuga.shallow_water import Domain,\
     15     Reflective_boundary, Dirichlet_boundary,\
     16     Transmissive_boundary, Time_boundary
     17from anuga.shallow_water.shallow_water_domain import Weir_simple as Weir
    1718
    1819from mesh_factory import rectangular
     
    7778#
    7879print 'Initial condition'
    79 domain.set_quantity('stage', Constant_height(Z, 0.))
     80domain.set_quantity('stage', Z)
    8081
    8182from Numeric import allclose
Note: See TracChangeset for help on using the changeset viewer.