Changeset 8269
- Timestamp:
- 05/13/11 09:56:54 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/mex/ContourToMesh/ContourToMesh.cpp
r6412 r8269 5 5 [in_nod,in_elem]=ContourToMesh(index,x,y,contours,interptype,edgevalue); 6 6 7 where:8 9 7 input: 10 8 11 9 index,x,y: delaunay triangulation. 12 13 10 contours: structure holding sets of vertices making open contours. 14 15 11 interptype: string definining type of interpolation ('element', or 'node', or 'element and node'); 16 17 12 edgevalue: integer (0, 1 or 2) defining the value associated to the nodes on the edges of the polygons 18 13
Note:
See TracChangeset
for help on using the changeset viewer.