Changes between Initial Version and Version 1 of Ticket #308


Ignore:
Timestamp:
Jan 18, 2009, 12:27:24 PM (16 years ago)
Author:
ole
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #308 – Description

    initial v1  
    33
    44{{{
    5 from anuga.shallow_water import model
     5from anuga.interface import model
    66
    77# Define mesh boundary and initial internal regions
     
    2323model.add_boundary_condition( Dirichlet_boundary(), tag )
    2424
     25# Build internal structures and check
     26model.build(...)
     27
    2528# Run baby run
    2629model.run(...)