Changeset 7101
- Timestamp:
- 01/14/11 13:20:58 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Mesh/squaremesh.m
r3994 r7101 72 72 md.elementonsurface=ones(nel,1); 73 73 74 %Now, build the connectivity tables for this mesh. 75 md.nodeconnectivity=NodeConnectivity(md.elements,md.numberofgrids); 76 md.elementconnectivity=ElementConnectivity(md.elements,md.nodeconnectivity); 77 74 78 %plug other field 75 79 md.dim=2;
Note:
See TracChangeset
for help on using the changeset viewer.