Changeset 17727
- Timestamp:
- 04/14/14 16:00:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/contrib/dassflow/importgmsh.m
r17726 r17727 135 135 else 136 136 md=model(); 137 md.mesh=mesh3d prisms();137 md.mesh=mesh3dtetras(); 138 138 md.mesh.x = x; 139 139 md.mesh.y = y; … … 148 148 md.mesh.vertexonsurface=zeros(md.mesh.numberofvertices,1); 149 149 md.mesh.vertexonsurface(segments(find(segmentmarkers==1),1:3))=1; 150 md.mesh.vertexonboundary=zeros(md.mesh.numberofvertices,1); 151 md.mesh.vertexonboundary(segments(:,1:3))=1; 150 152 end
Note:
See TracChangeset
for help on using the changeset viewer.