Changeset 2172
- Timestamp:
- Dec 22, 2005, 11:54:10 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pmesh/create_mesh.py
r1991 r2172 74 74 Polygon is a list of points in latitude and longitudes - decimal degrees 75 75 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 76 78 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) 80 81 81 82 Interior_regions is a list of tuples consisting of (polygon, resolution) 83 for each region to be separately refined. 82 84 83 85 This function does not allow segments to share points - use underlying … … 86 88 FIXME - FUTURE. Something like this. 87 89 Use class Point_set 88 Take multiple polygons89 90 90 91 Accept deg, min, sec, e.g.
Note: See TracChangeset
for help on using the changeset viewer.