Changeset 3648


Ignore:
Timestamp:
Sep 21, 2006, 3:40:09 PM (18 years ago)
Author:
ole
Message:

Okushiri work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/okushiri_2005/okushiri_parallel.py

    r3647 r3648  
    5050Br = Reflective_boundary(domain)
    5151
    52 # Note this boundary cannot be fully specified here and
    53 # distributed without problem.
    54 #Bts = Transmissive_Momentum_Set_Stage_boundary(domain, function)
    55 
    5652domain.set_boundary({'wave': None,  # Bind this one later
    5753                     'wall': Br})
     
    6460    domain = distribute(domain)
    6561
     62
     63# Bind boundary, that cannot be fully specified before distribution.
    6664function = file_function(project.boundary_filename[:-4] + '.tms',
    6765                         domain,
     
    7068Bts = Transmissive_Momentum_Set_Stage_boundary(domain, function)
    7169domain.modify_boundary({'wave': Bts})
     70
    7271
    7372#-------------------------
Note: See TracChangeset for help on using the changeset viewer.