source: issm/oecreview/Archive/22819-23185/ISSM-22878-22879.diff

Last change on this file was 23186, checked in by Mathieu Morlighem, 7 years ago

CHG: added Archive/22819-23185

File size: 13.4 KB
  • ../trunk-jpl/src/m/classes/mesh2d.js

     
    3131                        fielddisplay(this,"vertexonboundary","vertices on the boundary of the domain flag list");
    3232                        fielddisplay(this,"segments","edges on domain boundary (vertex1 vertex2 element)");
    3333                        fielddisplay(this,"segmentmarkers","number associated to each segment");
    34                         fielddisplay(this,"vertexconnectivity","list of vertices connected to vertex_i");
    35                         fielddisplay(this,"elementconnectivity","list of vertices connected to element_i");
     34                        fielddisplay(this,"vertexconnectivity","list of elements connected to vertex_i");
     35                        fielddisplay(this,"elementconnectivity","list of elements adjacent to element_i");
    3636                        fielddisplay(this,"average_vertex_connectivity","average number of vertices connected to one vertex");
    3737
    3838                        console.log(sprintf("\n      Extracted model:"));
  • ../trunk-jpl/src/m/classes/mesh3dtetras.m

     
    142142                        fielddisplay(self,'lowerelements','lower element list (NaN for element on the lower layer');
    143143                        fielddisplay(self,'vertexonboundary','vertices on the boundary of the domain flag list');
    144144
    145                         fielddisplay(self,'vertexconnectivity','list of vertices connected to vertex_i');
    146                         fielddisplay(self,'elementconnectivity','list of vertices connected to element_i');
     145                        fielddisplay(self,'vertexconnectivity','list of elements connected to vertex_i');
     146                        fielddisplay(self,'elementconnectivity','list of elements adjacent to element_i');
    147147                        fielddisplay(self,'average_vertex_connectivity','average number of vertices connected to one vertex');
    148148
    149149                        disp(sprintf('\n      Extracted model:'));
  • ../trunk-jpl/src/m/classes/mesh2dvertical.py

     
    5858                string="%s\n%s"%(string,fielddisplay(self,'vertexonsurface','vertices on the surface of the domain flag list'))
    5959                string="%s\n%s"%(string,fielddisplay(self,"segments","edges on domain boundary (vertex1 vertex2 element)"))
    6060                string="%s\n%s"%(string,fielddisplay(self,"segmentmarkers","number associated to each segment"))
    61                 string="%s\n%s"%(string,fielddisplay(self,"vertexconnectivity","list of vertices connected to vertex_i"))
    62                 string="%s\n%s"%(string,fielddisplay(self,"elementconnectivity","list of vertices connected to element_i"))
     61                string="%s\n%s"%(string,fielddisplay(self,"vertexconnectivity","list of elements connected to vertex_i"))
     62                string="%s\n%s"%(string,fielddisplay(self,"elementconnectivity","list of elements adjacent to element_i"))
    6363                string="%s\n%s"%(string,fielddisplay(self,"average_vertex_connectivity","average number of vertices connected to one vertex"))
    6464
    6565                string="%s%s"%(string,"\n\n      Projection:")
  • ../trunk-jpl/src/m/classes/mesh3dprisms.m

     
    152152                        fielddisplay(self,'lowerelements','lower element list (NaN for element on the lower layer');
    153153                        fielddisplay(self,'vertexonboundary','vertices on the boundary of the domain flag list');
    154154
    155                         fielddisplay(self,'vertexconnectivity','list of vertices connected to vertex_i');
    156                         fielddisplay(self,'elementconnectivity','list of vertices connected to element_i');
     155                        fielddisplay(self,'vertexconnectivity','list of elements connected to vertex_i');
     156                        fielddisplay(self,'elementconnectivity','list of elements adjacent to element_i');
    157157                        fielddisplay(self,'average_vertex_connectivity','average number of vertices connected to one vertex');
    158158
    159159                        disp(sprintf('\n      Extracted model:'));
  • ../trunk-jpl/src/m/classes/mesh2d.m

     
    118118                        fielddisplay(self,'vertexonboundary','vertices on the boundary of the domain flag list');
    119119                        fielddisplay(self,'segments','edges on domain boundary (vertex1 vertex2 element)');
    120120                        fielddisplay(self,'segmentmarkers','number associated to each segment');
    121                         fielddisplay(self,'vertexconnectivity','list of vertices connected to vertex_i');
    122                         fielddisplay(self,'elementconnectivity','list of vertices connected to element_i');
     121                        fielddisplay(self,'vertexconnectivity','list of elements connected to vertex_i');
     122                        fielddisplay(self,'elementconnectivity','list of elements adjacent to element_i');
    123123                        fielddisplay(self,'average_vertex_connectivity','average number of vertices connected to one vertex');
    124124
    125125                        disp(sprintf('\n      Extracted model:'));
  • ../trunk-jpl/src/m/classes/spheremesh.m

     
    7373                        disp(sprintf('\n      Properties:'));
    7474                        fielddisplay(self,'numberoflayers','number of extrusion layers');
    7575
    76                         fielddisplay(self,'vertexconnectivity','list of vertices connected to vertex_i');
    77                         fielddisplay(self,'elementconnectivity','list of vertices connected to element_i');
     76                        fielddisplay(self,'vertexconnectivity','list of elements connected to vertex_i');
     77                        fielddisplay(self,'elementconnectivity','list of elements adjacent to element_i');
    7878                        fielddisplay(self,'average_vertex_connectivity','average number of vertices connected to one vertex');
    7979
    8080                end % }}}
  • ../trunk-jpl/src/m/classes/mesh3dprisms.py

     
    7878                string="%s\n%s"%(string,fielddisplay(self,"lowervertex","lower vertex list (NaN for vertex on the lower surface)"))
    7979                string="%s\n%s"%(string,fielddisplay(self,"lowerelements","lower element list (NaN for element on the lower layer)"))
    8080                string="%s\n%s"%(string,fielddisplay(self,"vertexonboundary","vertices on the boundary of the domain flag list"))
    81                 string="%s\n%s"%(string,fielddisplay(self,"vertexconnectivity","list of vertices connected to vertex_i"))
    82                 string="%s\n%s"%(string,fielddisplay(self,"elementconnectivity","list of vertices connected to element_i"))
     81                string="%s\n%s"%(string,fielddisplay(self,"vertexconnectivity","list of elements connected to vertex_i"))
     82                string="%s\n%s"%(string,fielddisplay(self,"elementconnectivity","list of elements adjacent to element_i"))
    8383                string="%s\n%s"%(string,fielddisplay(self,"average_vertex_connectivity","average number of vertices connected to one vertex"))
    8484
    8585                string="%s%s"%(string,"\n\n      Extracted model:")
  • ../trunk-jpl/src/m/classes/mesh3dsurface.py

     
    6969                string="%s\n%s"%(string,fielddisplay(self,'vertexonboundary','vertices on the boundary of the domain flag list'))
    7070                string="%s\n%s"%(string,fielddisplay(self,'segments','edges on domain boundary (vertex1 vertex2 element)'))
    7171                string="%s\n%s"%(string,fielddisplay(self,'segmentmarkers','number associated to each segment'))
    72                 string="%s\n%s"%(string,fielddisplay(self,'vertexconnectivity','list of vertices connected to vertex_i'))
    73                 string="%s\n%s"%(string,fielddisplay(self,'elementconnectivity','list of vertices connected to element_i'))
     72                string="%s\n%s"%(string,fielddisplay(self,'vertexconnectivity','list of elements connected to vertex_i'))
     73                string="%s\n%s"%(string,fielddisplay(self,'elementconnectivity','list of elements adjacent to element_i'))
    7474                string="%s\n%s"%(string,fielddisplay(self,'average_vertex_connectivity','average number of vertices connected to one vertex'))
    7575
    7676                string+='\n      Extracted model():'
  • ../trunk-jpl/src/m/classes/mesh2d.py

     
    5656                string="%s\n%s"%(string,fielddisplay(self,"vertexonboundary","vertices on the boundary of the domain flag list"))
    5757                string="%s\n%s"%(string,fielddisplay(self,"segments","edges on domain boundary (vertex1 vertex2 element)"))
    5858                string="%s\n%s"%(string,fielddisplay(self,"segmentmarkers","number associated to each segment"))
    59                 string="%s\n%s"%(string,fielddisplay(self,"vertexconnectivity","list of vertices connected to vertex_i"))
    60                 string="%s\n%s"%(string,fielddisplay(self,"elementconnectivity","list of vertices connected to element_i"))
     59                string="%s\n%s"%(string,fielddisplay(self,"vertexconnectivity","list of elements connected to vertex_i"))
     60                string="%s\n%s"%(string,fielddisplay(self,"elementconnectivity","list of elements adjacent to element_i"))
    6161                string="%s\n%s"%(string,fielddisplay(self,"average_vertex_connectivity","average number of vertices connected to one vertex"))
    6262
    6363                string="%s%s"%(string,"\n\n      Extracted model:")
  • ../trunk-jpl/src/m/classes/mesh3dprisms.js

     
    6363                        fielddisplay(this,'lowerelements','lower element list (NaN for element on the lower layer');
    6464                        fielddisplay(this,'vertexonboundary','vertices on the boundary of the domain flag list');
    6565
    66                         fielddisplay(this,'vertexconnectivity','list of vertices connected to vertex_i');
    67                         fielddisplay(this,'elementconnectivity','list of vertices connected to element_i');
     66                        fielddisplay(this,'vertexconnectivity','list of elements connected to vertex_i');
     67                        fielddisplay(this,'elementconnectivity','list of elements adjacent to element_i');
    6868                        fielddisplay(this,'average_vertex_connectivity','average number of vertices connected to one vertex');
    6969
    7070                        console.log(sprintf('\n      Extracted model:'));
  • ../trunk-jpl/src/m/classes/mesh2dvertical.m

     
    120120                        fielddisplay(self,'vertexonsurface','vertices on the surface of the domain flag list');
    121121                        fielddisplay(self,'segments','edges on domain boundary (vertex1 vertex2 element)');
    122122                        fielddisplay(self,'segmentmarkers','number associated to each segment');
    123                         fielddisplay(self,'vertexconnectivity','list of vertices connected to vertex_i');
    124                         fielddisplay(self,'elementconnectivity','list of vertices connected to element_i');
     123                        fielddisplay(self,'vertexconnectivity','list of elements connected to vertex_i');
     124                        fielddisplay(self,'elementconnectivity','list of elements adjacent to element_i');
    125125                        fielddisplay(self,'average_vertex_connectivity','average number of vertices connected to one vertex');
    126126
    127127                        disp(sprintf('\n      Projection:'));
  • ../trunk-jpl/src/m/classes/mesh3dsurface.js

     
    3232                        fielddisplay(this,"vertexonboundary","vertices on the boundary of the domain flag list");
    3333                        fielddisplay(this,"segments","edges on domain boundary (vertex1 vertex2 element)");
    3434                        fielddisplay(this,"segmentmarkers","number associated to each segment");
    35                         fielddisplay(this,"vertexconnectivity","list of vertices connected to vertex_i");
    36                         fielddisplay(this,"elementconnectivity","list of vertices connected to element_i");
     35                        fielddisplay(this,"vertexconnectivity","list of elements connected to vertex_i");
     36                        fielddisplay(this,"elementconnectivity","list of elements adjacent to element_i");
    3737                        fielddisplay(this,"average_vertex_connectivity","average number of vertices connected to one vertex");
    3838
    3939                        console.log(sprintf("\n      Extracted model:"));
  • ../trunk-jpl/src/m/classes/mesh3dsurface.m

     
    122122                        fielddisplay(obj,'vertexonboundary','vertices on the boundary of the domain flag list');
    123123                        fielddisplay(obj,'segments','edges on domain boundary (vertex1 vertex2 element)');
    124124                        fielddisplay(obj,'segmentmarkers','number associated to each segment');
    125                         fielddisplay(obj,'vertexconnectivity','list of vertices connected to vertex_i');
    126                         fielddisplay(obj,'elementconnectivity','list of vertices connected to element_i');
     125                        fielddisplay(obj,'vertexconnectivity','list of elements connected to vertex_i');
     126                        fielddisplay(obj,'elementconnectivity','list of elements adjacent to element_i');
    127127                        fielddisplay(obj,'average_vertex_connectivity','average number of vertices connected to one vertex');
    128128
    129129                        disp(sprintf('\n      Extracted model:'));
Note: See TracBrowser for help on using the repository browser.