Changeset 2172


Ignore:
Timestamp:
Dec 22, 2005, 11:54:10 AM (18 years ago)
Author:
sexton
Message:

Improved doc string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pmesh/create_mesh.py

    r1991 r2172  
    7474    Polygon is a list of points in latitude and longitudes - decimal degrees
    7575
     76    Tags is a dictionary of symbolic tags. For every tag there is a list of
     77    indices referring to segments associated with that tag
    7678
    77     Tags is a list of symbolic tags
    78 
    79     Resolution is the maximal area
     79    Resolution is the maximal area per triangle for the bounding polygon
     80    (excluding interior regions, see later)
    8081
    8182    Interior_regions is a list of tuples consisting of (polygon, resolution)
     83    for each region to be separately refined.
    8284
    8385    This function does not allow segments to share points - use underlying
     
    8688    FIXME - FUTURE. Something like this.
    8789      Use class Point_set
    88       Take multiple polygons
    8990
    9091      Accept deg, min, sec, e.g.
Note: See TracChangeset for help on using the changeset viewer.