Ignore:
Timestamp:
Oct 11, 2006, 4:45:01 PM (18 years ago)
Author:
ole
Message:

Added channel examples to user manual

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/examples/runup.py

    r3563 r3754  
    1010#------------------------------------------------------------------------------
    1111
    12 from anuga.abstract_2d_finite_volumes.mesh_factory import rectangular_cross
     12from anuga.abstract_2d_finite_volumes.mesh_factory import rectangular
    1313from anuga.shallow_water import Domain
    1414from anuga.shallow_water import Reflective_boundary
     
    2222#------------------------------------------------------------------------------
    2323
    24 points, vertices, boundary = rectangular_cross(10, 10) # Basic mesh
     24points, vertices, boundary = rectangular(10, 10) # Basic mesh
    2525
    2626domain = Domain(points, vertices, boundary) # Create domain
Note: See TracChangeset for help on using the changeset viewer.