Ignore:
Timestamp:
Sep 22, 2006, 4:01:28 PM (18 years ago)
Author:
ole
Message:

Work on parallel examples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/examples/beach_parallel.py

    r3639 r3656  
    107107#----------------------
    108108Br = Reflective_boundary(domain)
    109 Bd = Dirichlet_boundary([-10, 0.0, 0.0])
     109Bd = Dirichlet_boundary([-12, 0.0, 0.0])
    110110#Bt = Time_boundary(domain, lambda t: [ 3.0*(1+sin(2*pi*t/100)), 0.0, 0.0])
    111111
     
    130130domain = distribute(domain)
    131131
    132 Bt = Time_boundary(domain, lambda t: [ 3.0*(1+sin(2*pi*t/100)), 0.0, 0.0])
     132Bt = Time_boundary(domain, lambda t: [ 4.0*(1+sin(2*pi*t/50)), -1.0, 0.0])
    133133domain.modify_boundary({'ocean': Bt})
    134134
Note: See TracChangeset for help on using the changeset viewer.