Changeset 3648
- Timestamp:
- Sep 21, 2006, 3:40:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/okushiri_2005/okushiri_parallel.py
r3647 r3648 50 50 Br = Reflective_boundary(domain) 51 51 52 # Note this boundary cannot be fully specified here and53 # distributed without problem.54 #Bts = Transmissive_Momentum_Set_Stage_boundary(domain, function)55 56 52 domain.set_boundary({'wave': None, # Bind this one later 57 53 'wall': Br}) … … 64 60 domain = distribute(domain) 65 61 62 63 # Bind boundary, that cannot be fully specified before distribution. 66 64 function = file_function(project.boundary_filename[:-4] + '.tms', 67 65 domain, … … 70 68 Bts = Transmissive_Momentum_Set_Stage_boundary(domain, function) 71 69 domain.modify_boundary({'wave': Bts}) 70 72 71 73 72 #-------------------------
Note: See TracChangeset
for help on using the changeset viewer.