Changeset 17727


Ignore:
Timestamp:
04/14/14 16:00:04 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixed boundary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/contrib/dassflow/importgmsh.m

    r17726 r17727  
    135135else
    136136        md=model();
    137         md.mesh=mesh3dprisms();
     137        md.mesh=mesh3dtetras();
    138138        md.mesh.x = x;
    139139        md.mesh.y = y;
     
    148148        md.mesh.vertexonsurface=zeros(md.mesh.numberofvertices,1);
    149149        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;
    150152end
Note: See TracChangeset for help on using the changeset viewer.