Ignore:
Timestamp:
Jun 29, 2006, 1:21:32 PM (18 years ago)
Author:
sexton
Message:

fixup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/user_manual/examples/runup.py

    r3255 r3257  
    3737
    3838def topography(x,y):
    39     return -x/2                              # linear bed slope
     39    return -x/3                             # linear bed slope
    4040    #return x*(-(2.0-x)*.5)                  # curved bed slope
    4141
     
    5454Bd = Dirichlet_boundary([-0.5,0.,0.]) # Constant boundary values
    5555Bw = Time_boundary(domain=domain,     # Time dependent boundary 
    56                    f=lambda t: [(0.2*sin(t*2*pi)-0.3), 0.0, 0.0])
     56                   f=lambda t: [(1.*sin(t*2*pi)-0.3), 0.0, 0.0])
    5757
    5858# Associate boundary tags with boundary objects
Note: See TracChangeset for help on using the changeset viewer.