- Timestamp:
- Jun 7, 2013, 3:49:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/gareth/tests/shallow_steep_slope/channel_SU_sparse.py
r8865 r8884 43 43 return stg#*(stg>topo) + topo*(stg<=topo) 44 44 45 line1=[ [ 10.,0.], [10., 100.] ]46 Qin=2 0.45 line1=[ [9.,0.], [9., 100.] ] 46 Qin=2. 47 47 Inlet_operator(domain, line1,Qin) 48 48
Note: See TracChangeset
for help on using the changeset viewer.