Changeset 14405 for issm/trunk-jpl/src/m/classes/mesh.m
- Timestamp:
- 02/27/13 08:40:18 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/mesh.m
r13646 r14405 129 129 fielddisplay(obj,'numberofelements2d','number of elements'); 130 130 fielddisplay(obj,'numberofvertices2d','number of vertices'); 131 fielddisplay(obj,'elements2d',' index into (x,y,z), coordinates of the vertices');131 fielddisplay(obj,'elements2d','vertex indices of the mesh elements'); 132 132 fielddisplay(obj,'x2d','vertices x coordinate'); 133 133 fielddisplay(obj,'y2d','vertices y coordinate'); … … 139 139 fielddisplay(obj,'numberofelements','number of elements'); 140 140 fielddisplay(obj,'numberofvertices','number of vertices'); 141 fielddisplay(obj,'elements',' index into (x,y,z), coordinates of the vertices');141 fielddisplay(obj,'elements','vertex indices of the mesh elements'); 142 142 fielddisplay(obj,'x','vertices x coordinate'); 143 143 fielddisplay(obj,'y','vertices y coordinate');
Note:
See TracChangeset
for help on using the changeset viewer.