Changeset 1990 for inundation/pmesh/create_mesh.py
- Timestamp:
- Nov 1, 2005, 6:11:36 PM (19 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
inundation/pmesh/create_mesh.py
r1989 r1990 3 3 4 4 #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 5 # Assume that the root AnuGA dir is included in your pythonpath5 # Assume that the root AnuGA dir (inundation) is included in your pythonpath 6 6 #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 7 7 … … 84 84 pmesh functionality for that 85 85 86 FIXME - FUTURE :86 FIXME - FUTURE. Something like this. 87 87 Use class Point_set 88 88 Take multiple polygons … … 92 92 93 93 94 FIXME: This whole thing needs to be completely rethought 94 95 95 96 96 """ 97 97 98 from pmesh.mesh import Mesh 98 #from pmesh.mesh import Mesh 99 from mesh import Mesh 99 100 from pyvolution.coordinate_transforms.redfearn import redfearn 100 101 from pyvolution.util import populate_polygon
Note: See TracChangeset
for help on using the changeset viewer.