Changeset 3441


Ignore:
Timestamp:
Aug 2, 2006, 3:38:51 PM (19 years ago)
Author:
duncan
Message:

add method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/user_manual/anuga_user_manual.tex

    r3439 r3441  
    12361236
    12371237\begin{methoddesc} {add\_vertices}{point_data}
    1238 
     1238Module: \module{pmesh.mesh},  Class: \class{Mesh}
    12391239Add user vertices. The point_data can be a list of (x,y) values, a numeric
    1240 array or a geospatial_data instance.
     1240array 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}
     1247Module: \module{pmesh.mesh},  Class: \class{Mesh}
     1248Add segments between the user vertices to give the vertices an
     1249outline.  The outline is an alpha shape. This method is
     1250useful since a set of user vertices need to be outlined by segments
     1251before generate_mesh is called.
    12411252       
    12421253\end{methoddesc}
Note: See TracChangeset for help on using the changeset viewer.