Changeset 3441
- Timestamp:
- Aug 2, 2006, 3:38:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/user_manual/anuga_user_manual.tex
r3439 r3441 1236 1236 1237 1237 \begin{methoddesc} {add\_vertices}{point_data} 1238 1238 Module: \module{pmesh.mesh}, Class: \class{Mesh} 1239 1239 Add user vertices. The point_data can be a list of (x,y) values, a numeric 1240 array or a geospatial_data instance. 1240 array or a geospatial_data instance. 1241 \end{methoddesc} 1242 1243 \begin{methoddesc} {auto\_segment}{raw_boundary=raw_boundary, 1244 remove_holes=remove_holes, 1245 smooth_indents=smooth_indents, 1246 expand_pinch=expand_pinch} 1247 Module: \module{pmesh.mesh}, Class: \class{Mesh} 1248 Add segments between the user vertices to give the vertices an 1249 outline. The outline is an alpha shape. This method is 1250 useful since a set of user vertices need to be outlined by segments 1251 before generate_mesh is called. 1241 1252 1242 1253 \end{methoddesc}
Note: See TracChangeset
for help on using the changeset viewer.