Changeset 6180
- Timestamp:
- Jan 15, 2009, 6:05:08 PM (16 years ago)
- Location:
- anuga_core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_user_manual.tex
r6131 r6180 1 % Complete documentation on the extended LaTeX markup used for Python1 vi% Complete documentation on the extended LaTeX markup used for Python 2 2 % documentation is available in ``Documenting Python'', which is part 3 3 % of the standard documentation for Python. It may be found online … … 1103 1103 Use the underlying mesh interface for such cases. See Section 1104 1104 \ref{sec:mesh interface}. 1105 If a segment is omitted in the tags definition an Exception is raised. 1105 1106 1106 1107 Note that every point on each polygon defining the mesh will be used as vertices in triangles. -
anuga_core/source/anuga/pmesh/mesh_interface.py
r6178 r6180 38 38 Boundary tags is a dictionary of symbolic tags. For every tag there 39 39 is a list of indices referring to segments associated with that tag. 40 If a segment is omitted it will be assigned the default tag ''.40 If a segment is omitted an Exception will be raised. 41 41 42 42 maximum_triangle_area is the maximal area per triangle
Note: See TracChangeset
for help on using the changeset viewer.