Ignore:
Timestamp:
Sep 1, 2012, 7:44:08 PM (13 years ago)
Author:
davies
Message:

Bugfixes for balanced_dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_work/development/gareth/tests/runup_sinusoid/runup_sinusoid.py

    r8547 r8549  
    3737
    3838def stagefun(x,y):
    39     stge=-0.2*scale_me # +0.01*(x>0.9)
     39    stge=-0.2*scale_me #+0.01*(x>0.9)
    4040    #topo=topography(x,y)
    4141    return stge#*(stge>topo) + (topo)*(stge<=topo)
     
    7272# Associate boundary tags with boundary objects
    7373#----------------------------------------------
    74 domain.set_boundary({'left': Br, 'right': Br, 'top': Br, 'bottom':Br})
     74domain.set_boundary({'left': Br, 'right': Bd, 'top': Br, 'bottom':Br})
    7575
    7676#------------------------------
     
    7878#------------------------------
    7979
    80 for t in domain.evolve(yieldstep=0.2,finaltime=20.0):
     80for t in domain.evolve(yieldstep=0.2,finaltime=40.0):
    8181    print domain.timestepping_statistics()
    8282    xx = domain.quantities['xmomentum'].centroid_values
Note: See TracChangeset for help on using the changeset viewer.