Changeset 4818


Ignore:
Timestamp:
Nov 15, 2007, 2:13:19 PM (17 years ago)
Author:
ole
Message:

Added Joaquim Luis' suggestion about polygon orientation in create_mesh_from_regions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/anuga_user_manual.tex

    r4785 r4818  
    10651065polygon---\code{`top'}, \code{`ocean\_east'}, \code{`bottom'}, and
    10661066\code{`onshore'}--- and whose values identify the indices of the
    1067 segments associated with each of these tags. (The value associated
    1068 with each boundary tag is a one-element list.)
     1067segments associated with each of these tags.
     1068The polygon may be arranged either clock-wise or counter clock-wise and the
     1069indices refer to edges in the order they appear: Edge 0 connects vertex 0 and vertex 1, edge 1 connects vertex 1 and 2; and so forth.
     1070(Here, the values associated with each boundary tag are one-element lists, but they can have as many indices as there are edges)
    10691071If polygons intersect, or edges coincide the resolution may be undefined in some regions.
    10701072Use the underlying mesh interface for such cases. See Section
Note: See TracChangeset for help on using the changeset viewer.