Changeset 20322 for issm/trunk-jpl/src/m/classes/model.m
- Timestamp:
- 03/18/16 09:04:47 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/model.m
r20059 r20322 513 513 514 514 %recreate segments 515 if isa(md1.mesh,'mesh2d') ,515 if isa(md1.mesh,'mesh2d') | isa(md1.mesh','mesh3dsurface'), 516 516 md2.mesh.vertexconnectivity=NodeConnectivity(md2.mesh.elements,md2.mesh.numberofvertices); 517 517 md2.mesh.elementconnectivity=ElementConnectivity(md2.mesh.elements,md2.mesh.vertexconnectivity);
Note:
See TracChangeset
for help on using the changeset viewer.