- Timestamp:
- Oct 19, 2006, 6:21:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_user_manual.tex
r3764 r3829 772 772 if domain.get_quantity('stage').get_values(interpolation_points=[[10, 2.5]]) > 0: 773 773 print 'Stage > 0: Changing to outflow boundary' 774 domain. modify_boundary({'right': Bo})774 domain.set_boundary({'right': Bo}) 775 775 \end{verbatim}} 776 776 … … 781 781 replaced by the outflow boundary using the method 782 782 {\small \begin{verbatim} 783 domain. modify_boundary({'right': Bo})783 domain.set_boundary({'right': Bo}) 784 784 \end{verbatim}} 785 785 This type of dynamically varying boundary could for example be used to model the
Note: See TracChangeset
for help on using the changeset viewer.