source: issm/oecreview/Archive/14312-15392/ISSM-14332-14333.diff

Last change on this file was 15393, checked in by Mathieu Morlighem, 12 years ago

NEW: adding Archive/14312-15392 for oecreview

File size: 562 bytes
  • ../trunk-jpl/src/m/mesh/ProfileProjectOntoMesh.m

     
    5252% eliminate nodes that don't fall in any element
    5353% (profile may start and/or end externally and/or cross holes in the model)
    5454
    55 ind=find(node_in_element(:,9)>0);
     55ind=find(node_in_element(:,end)>0);
    5656newx=newx(ind,:);
    5757newy=newy(ind,:);
    5858node_in_element=node_in_element(ind,:);
Note: See TracBrowser for help on using the repository browser.