Changeset 2486


Ignore:
Timestamp:
Mar 3, 2006, 5:03:35 PM (18 years ago)
Author:
howard
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/user_manual/anuga_user_manual.tex

    r2485 r2486  
    962962\begin{funcdesc}{set\_boundary}{boundary_map}
    963963Module: \code{pyvolution.domain}
     964
     965Associate boundary objects with tagged boundary segments.
     966
     967The input \code{boundary\_map} is a dictionary of boundary objects
     968keyed by symbolic tags.
     969
     970As result one pointer to a boundary object is stored for each vertex
     971in the list self.boundary_objects.
     972More entries may point to the same boundary object
     973
     974Schematically the mapping is from two dictionaries to one list where
     975the index is used as pointer to the \code{boundary\_values} arrays
     976within each quantity.
    964977\end{funcdesc}
    965978
Note: See TracChangeset for help on using the changeset viewer.