Changeset 9012
- Timestamp:
- Oct 31, 2013, 9:49:52 AM (12 years ago)
- Location:
- trunk/anuga_work/development/gareth
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/gareth/experimental/bal_and/swb2_domain_ext.c
r9011 r9012 625 625 // GD HACK 626 626 // Option to limit advective fluxes 627 if(hc > H0){627 //if(hc > H0){ 628 628 stage_explicit_update[k] += edgeflux_store[ki3+0]; 629 629 xmom_explicit_update[k] += edgeflux_store[ki3+1]; 630 630 ymom_explicit_update[k] += edgeflux_store[ki3+2]; 631 }else{632 stage_explicit_update[k] += edgeflux_store[ki3+0];633 }631 //}else{ 632 // stage_explicit_update[k] += edgeflux_store[ki3+0]; 633 //} 634 634 635 635 -
trunk/anuga_work/development/gareth/tests/channel_floodplain/plotme.py
r9011 r9012 6 6 # Time-index to plot outputs from 7 7 #index=40 8 index= 9008 index=700 9 9 10 10 #p2 = util.get_output('channel_floodplain1_bal_dev.sww', minimum_allowed_height=0.01) -
trunk/anuga_work/development/gareth/tests/shallow_steep_slope/channel_SU_sparse.py
r9010 r9012 36 36 #------------------------------------------------------------------------------ 37 37 def topography(x, y): 38 return -x/10. #+ 1.*(numpy.sin(x/10.) +abs(y-50.)/10.) -0.*(x>80.) # linear bed slope38 return -x/10. + 1.*(numpy.sin(x/10.) +abs(y-50.)/10.) -0.*(x>80.) # linear bed slope 39 39 40 40 def stagetopo(x,y):
Note: See TracChangeset
for help on using the changeset viewer.