source: issm/oecreview/Archive/26740-27031/ISSM-26860-26861.diff@ 27032

Last change on this file since 27032 was 27032, checked in by Mathieu Morlighem, 3 years ago

CHG: added 26740-27031

File size: 610 bytes
  • ../trunk-jpl/src/m/mesh/meshconvert.m

     
    3939md.mesh.numberofvertices = length(md.mesh.x);
    4040md.mesh.numberofedges    = size(md.mesh.edges,1);
    4141md.mesh.vertexonboundary = zeros(md.mesh.numberofvertices,1); md.mesh.vertexonboundary(md.mesh.segments(:,1:2)) = 1;
     42md.mesh.elementconnectivity=md.private.bamg.mesh.ElementConnectivity;
     43md.mesh.elementconnectivity(find(isnan(md.mesh.elementconnectivity)))=0;
Note: See TracBrowser for help on using the repository browser.