Ignore:
Timestamp:
Jul 10, 2012, 8:37:14 PM (13 years ago)
Author:
steve
Message:

Working on validation tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_validation/analytical_solutions/circular_hydraulic_jump.py

    r7626 r8464  
    1010# Setup modules
    1111
    12 from anuga.shallow_water import Domain, Dirichlet_Discharge_boundary
    13 from anuga.shallow_water import Transmissive_Momentum_Set_Stage_boundary, Dirichlet_boundary
     12from anuga.shallow_water import Dirichlet_Discharge_boundary
     13from anuga import Domain
     14from anuga import Transmissive_Momentum_Set_Stage_boundary, Dirichlet_boundary
    1415from math import pi, sqrt
    1516from anuga.abstract_2d_finite_volumes.mesh_factory import strang_mesh
Note: See TracChangeset for help on using the changeset viewer.