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/bedslope.py

    r3514 r3560  
    1 """Simple example of shallow water wave equation using Pyvolution
     1"""Simple example of shallow water wave equation using Abstract_2d_finite_volumes
    22
    33Water driven up a linear slope with a time varying boundary,
     
    88######################
    99# Module imports
    10 from anuga.pyvolution.mesh_factory import rectangular
    11 from anuga.pyvolution.shallow_water import Domain, Reflective_boundary,\
     10from anuga.abstract_2d_finite_volumes.mesh_factory import rectangular
     11from anuga.abstract_2d_finite_volumes.shallow_water import Domain, Reflective_boundary,\
    1212     Dirichlet_boundary, Time_boundary, Transmissive_boundary
    1313
Note: See TracChangeset for help on using the changeset viewer.