Ignore:
Timestamp:
02/27/13 08:40:18 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: better description of md.mesh.elements (as pointed out by Johannes), and added xylim(md) for plot axis limits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/mesh.m

    r13646 r14405  
    129129                                fielddisplay(obj,'numberofelements2d','number of elements');
    130130                                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');
    132132                                fielddisplay(obj,'x2d','vertices x coordinate');
    133133                                fielddisplay(obj,'y2d','vertices y coordinate');
     
    139139                        fielddisplay(obj,'numberofelements','number of elements');
    140140                        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');
    142142                        fielddisplay(obj,'x','vertices x coordinate');
    143143                        fielddisplay(obj,'y','vertices y coordinate');
Note: See TracChangeset for help on using the changeset viewer.