Changeset 7101


Ignore:
Timestamp:
01/14/11 13:20:58 (14 years ago)
Author:
Mathieu Morlighem
Message:

Added connectivity table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Mesh/squaremesh.m

    r3994 r7101  
    7272md.elementonsurface=ones(nel,1);
    7373
     74%Now, build the connectivity tables for this mesh.
     75md.nodeconnectivity=NodeConnectivity(md.elements,md.numberofgrids);
     76md.elementconnectivity=ElementConnectivity(md.elements,md.nodeconnectivity);
     77
    7478%plug other field
    7579md.dim=2;
Note: See TracChangeset for help on using the changeset viewer.