Ignore:
Timestamp:
Oct 19, 2006, 6:21:11 PM (18 years ago)
Author:
ole
Message:

Retired modify_boundary (now rolled into set_boundary).
Got okushiri_parallel to run correctly and timed the speedup (6.5 on 8 procs)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/anuga_user_manual.tex

    r3764 r3829  
    772772    if domain.get_quantity('stage').get_values(interpolation_points=[[10, 2.5]]) > 0:       
    773773        print 'Stage > 0: Changing to outflow boundary'
    774         domain.modify_boundary({'right': Bo})
     774        domain.set_boundary({'right': Bo})
    775775\end{verbatim}}
    776776
     
    781781replaced by the outflow boundary using the method
    782782{\small \begin{verbatim}
    783     domain.modify_boundary({'right': Bo})
     783    domain.set_boundary({'right': Bo})
    784784\end{verbatim}}
    785785This type of dynamically varying boundary could for example be used to model the
Note: See TracChangeset for help on using the changeset viewer.