Ignore:
Timestamp:
Aug 21, 2012, 7:43:27 AM (13 years ago)
Author:
steve
Message:

Adding fabricate to the validation tests (like make files)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/validation_tests/Tests/Simple/runup1/runup.py

    r8468 r8527  
    6262Bd=anuga.Dirichlet_boundary([-0.2,0.,0.])       # Constant boundary values -- not used in this example
    6363Bw=anuga.Time_boundary(domain=domain,
    64         f=lambda t: [(0.0*sin(t*2*pi)-0.1)*exp(-t)-0.1,0.0,0.0]) # Time varying boundary -- get rid of the 0.0 to do a runup.
     64        function=lambda t: [(0.0*sin(t*2*pi)-0.1)*exp(-t)-0.1,0.0,0.0]) # Time varying boundary -- get rid of the 0.0 to do a runup.
    6565
    6666#----------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.