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_convergence.py

    r3535 r3560  
    1515
    1616from anuga.pmesh.mesh_interface import create_mesh_from_regions
    17 from pyvolution.mesh_factory import rectangular_cross
    18 from pyvolution.shallow_water import Domain
    19 from pyvolution.shallow_water import Reflective_boundary
    20 from pyvolution.shallow_water import Dirichlet_boundary
    21 from pyvolution.shallow_water import Time_boundary
    22 from pyvolution.shallow_water import Transmissive_Momentum_Set_Stage_boundary
    23 from pyvolution.util import file_function
     17from abstract_2d_finite_volumes.mesh_factory import rectangular_cross
     18from abstract_2d_finite_volumes.shallow_water import Domain
     19from abstract_2d_finite_volumes.shallow_water import Reflective_boundary
     20from abstract_2d_finite_volumes.shallow_water import Dirichlet_boundary
     21from abstract_2d_finite_volumes.shallow_water import Time_boundary
     22from abstract_2d_finite_volumes.shallow_water import Transmissive_Momentum_Set_Stage_boundary
     23from abstract_2d_finite_volumes.util import file_function
    2424from pylab import plot, xlabel, ylabel, title, ion, close, savefig, figure, axis, legend, grid, hold
    2525
Note: See TracChangeset for help on using the changeset viewer.