Changeset 6180


Ignore:
Timestamp:
Jan 15, 2009, 6:05:08 PM (15 years ago)
Author:
ole
Message:

Changed documentation of create_mesh_from_regions to match changeset:6177

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 Python
     1vi% Complete documentation on the extended LaTeX markup used for Python
    22% documentation is available in ``Documenting Python'', which is part
    33% of the standard documentation for Python.  It may be found online
     
    11031103Use the underlying mesh interface for such cases. See Section
    11041104\ref{sec:mesh interface}.
     1105If a segment is omitted in the tags definition an Exception is raised.
    11051106
    11061107Note 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  
    3838    Boundary tags is a dictionary of symbolic tags. For every tag there
    3939    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.
    4141
    4242    maximum_triangle_area is the maximal area per triangle
Note: See TracChangeset for help on using the changeset viewer.