source:
issm/oecreview/Archive/26740-27031/ISSM-26860-26861.diff@
27032
Last change on this file since 27032 was 27032, checked in by , 3 years ago | |
---|---|
File size: 610 bytes |
-
../trunk-jpl/src/m/mesh/meshconvert.m
39 39 md.mesh.numberofvertices = length(md.mesh.x); 40 40 md.mesh.numberofedges = size(md.mesh.edges,1); 41 41 md.mesh.vertexonboundary = zeros(md.mesh.numberofvertices,1); md.mesh.vertexonboundary(md.mesh.segments(:,1:2)) = 1; 42 md.mesh.elementconnectivity=md.private.bamg.mesh.ElementConnectivity; 43 md.mesh.elementconnectivity(find(isnan(md.mesh.elementconnectivity)))=0;
Note:
See TracBrowser
for help on using the repository browser.