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.py

    r14141 r14405  
    7171                        string="%s\n%s"%(string,fielddisplay(self,"numberofelements2d","number of elements"))
    7272                        string="%s\n%s"%(string,fielddisplay(self,"numberofvertices2d","number of vertices"))
    73                         string="%s\n%s"%(string,fielddisplay(self,"elements2d","index into (x,y,z), coordinates of the vertices"))
     73                        string="%s\n%s"%(string,fielddisplay(self,"elements2d","vertex indices of the mesh elements"))
    7474                        string="%s\n%s"%(string,fielddisplay(self,"x2d","vertices x coordinate"))
    7575                        string="%s\n%s"%(string,fielddisplay(self,"y2d","vertices y coordinate"))
     
    8080                string="%s\n%s"%(string,fielddisplay(self,"numberofelements","number of elements"))
    8181                string="%s\n%s"%(string,fielddisplay(self,"numberofvertices","number of vertices"))
    82                 string="%s\n%s"%(string,fielddisplay(self,"elements","index into (x,y,z), coordinates of the vertices"))
     82                string="%s\n%s"%(string,fielddisplay(self,"elements","vertex indices of the mesh elements"))
    8383                string="%s\n%s"%(string,fielddisplay(self,"x","vertices x coordinate"))
    8484                string="%s\n%s"%(string,fielddisplay(self,"y","vertices y coordinate"))
Note: See TracChangeset for help on using the changeset viewer.