Ignore:
Timestamp:
Aug 1, 2012, 3:45:49 PM (13 years ago)
Author:
steve
Message:

Added in some more unit test forbasic rate operator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/file/test_sww.py

    r8455 r8488  
    6060        Bt = Transmissive_boundary(domain)
    6161        Bd = Dirichlet_boundary([0.2,0.,0.])
    62         Bw = Time_boundary(domain=domain,f=lambda t: [(0.1*sin(t*2*pi)), 0.0, 0.0])
     62        Bw = Time_boundary(domain=domain,function=lambda t: [(0.1*sin(t*2*pi)), 0.0, 0.0])
    6363
    6464        #domain.set_boundary({'left': Bd, 'right': Br, 'top': Br, 'bottom': Br})
Note: See TracChangeset for help on using the changeset viewer.