Changeset 1221


Ignore:
Timestamp:
07/02/09 15:49:34 (16 years ago)
Author:
Eric.Larour
Message:

Added connectivitiy computations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/mesh/meshrefine.m

    r1214 r1221  
    2929md.elementonsurface=ones(md.numberofelements,1);
    3030
     31%Now, build the connectivity tables for this mesh.
     32md.nodeconnectivity=NodeConnectivity(md.elements,md.numberofgrids);
     33md.elementconnectivity=ElementConnectivity(md.elements,md.nodeconnectivity);
     34
    3135%type of model
    3236md.type='2d';
Note: See TracChangeset for help on using the changeset viewer.