Changeset 4738
- Timestamp:
- Sep 24, 2007, 11:11:00 AM (17 years ago)
- Location:
- anuga_core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_user_manual.tex
r4736 r4738 1530 1530 possible to assign the same edge to more than one tag. However, an 1531 1531 attempt to do this will cause an error. 1532 1533 \textbf{WARNING}. Do not have polygon lines cross or be on-top of each 1534 other. This can result in regions of unspecified resolutions. Do 1535 not have polygon close to each other. This can result in the area 1536 between the polygons having small triangles. For more control 1537 over the mesh outline use the methods described below. 1538 1532 1539 \end{funcdesc} 1533 1540 -
anuga_core/source/anuga/pmesh/mesh_interface.py
r4623 r4738 1 2 #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!3 # Assume that the directory anuga_core/source is included in your pythonpath4 #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!5 1 6 2 from anuga.coordinate_transforms.geo_reference import Geo_reference,DEFAULT_ZONE … … 44 40 for the bounding polygon, excluding the interior regions. 45 41 46 Interior_regions is a list of tuples consisting of (polygon, resolution) 47 for each region to be separately refined. 42 Interior_regions is a list of tuples consisting of (polygon, 43 resolution) for each region to be separately refined. Do not have 44 polygon lines cross or be on-top of each other. Also do not have 45 polygon close to each other. 48 46 49 47 NOTE: If a interior_region is outside the bounding_polygon it should
Note: See TracChangeset
for help on using the changeset viewer.