source: issm/oecreview/Archive/11569-11580/ISSM-11575-11576.diff@ 11991

Last change on this file since 11991 was 11991, checked in by Eric.Larour, 13 years ago

oecreview from 11518 to present

File size: 627 bytes
  • TabularUnified proj/ice/larour/issm-uci-clean/trunk-jpl/src/m/classes/mesh.m

     
    9898                        else
    9999                                checkfield(md,'mesh.average_vertex_connectivity','>=',24,'message','''mesh.average_vertex_connectivity'' should be at least 24 in 3d');
    100100                        end
     101                        checkfield(md,'mesh.elementconnectivity','size',[md.mesh.numberofelements 3],'NaN',1);
    101102
    102103                        %Solution specific checks
    103104                        switch(solution),
Note: See TracBrowser for help on using the repository browser.