Ignore:
Timestamp:
Sep 12, 2006, 2:54:29 PM (18 years ago)
Author:
ole
Message:

Renamed pyvolution to abstract_2d_finite_volumes. This is
one step towards pulling pyvolution apart. More to follow.
All unit tests pass and most examples fixed up.




File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/examples/runup.py

    r3556 r3560  
    1010#------------------------------------------------------------------------------
    1111
    12 from anuga.pyvolution.mesh_factory import rectangular_cross
    13 from anuga.pyvolution.shallow_water import Domain
    14 from anuga.pyvolution.shallow_water import Reflective_boundary
    15 from anuga.pyvolution.shallow_water import Dirichlet_boundary
    16 from anuga.pyvolution.shallow_water import Time_boundary
    17 from anuga.pyvolution.shallow_water import Transmissive_boundary
     12from anuga.abstract_2d_finite_volumes.mesh_factory import rectangular_cross
     13from anuga.abstract_2d_finite_volumes.shallow_water import Domain
     14from anuga.abstract_2d_finite_volumes.shallow_water import Reflective_boundary
     15from anuga.abstract_2d_finite_volumes.shallow_water import Dirichlet_boundary
     16from anuga.abstract_2d_finite_volumes.shallow_water import Time_boundary
     17from anuga.abstract_2d_finite_volumes.shallow_water import Transmissive_boundary
    1818
    1919
Note: See TracChangeset for help on using the changeset viewer.