Changes between Initial Version and Version 1 of Ticket #308
- Timestamp:
- Jan 18, 2009, 12:27:24 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #308 – Description
initial v1 3 3 4 4 {{{ 5 from anuga. shallow_waterimport model5 from anuga.interface import model 6 6 7 7 # Define mesh boundary and initial internal regions … … 23 23 model.add_boundary_condition( Dirichlet_boundary(), tag ) 24 24 25 # Build internal structures and check 26 model.build(...) 27 25 28 # Run baby run 26 29 model.run(...)