Changeset 2486
- Timestamp:
- Mar 3, 2006, 5:03:35 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/user_manual/anuga_user_manual.tex
r2485 r2486 962 962 \begin{funcdesc}{set\_boundary}{boundary_map} 963 963 Module: \code{pyvolution.domain} 964 965 Associate boundary objects with tagged boundary segments. 966 967 The input \code{boundary\_map} is a dictionary of boundary objects 968 keyed by symbolic tags. 969 970 As result one pointer to a boundary object is stored for each vertex 971 in the list self.boundary_objects. 972 More entries may point to the same boundary object 973 974 Schematically the mapping is from two dictionaries to one list where 975 the index is used as pointer to the \code{boundary\_values} arrays 976 within each quantity. 964 977 \end{funcdesc} 965 978
Note: See TracChangeset
for help on using the changeset viewer.