Ignore:
Timestamp:
11/12/15 21:07:00 (10 years ago)
Author:
Eric.Larour
Message:

CHG: new ElementConnectivity javascript module. Simplified the WRAPPER macro, back to what it
was before javascript modifications. The header file for the wrapper now defines WRAPPER.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/mesh/triangle.js

    r19711 r19716  
    5454        //Now, build the connectivity tables for this mesh.
    5555        md.mesh.vertexconnectivity=NodeConnectivity(md.mesh.elements,md.mesh.numberofvertices);
    56         //md.mesh.elementconnectivity=ElementConnectivity(md.mesh.elements,md.mesh.vertexconnectivity);
     56        md.mesh.elementconnectivity=ElementConnectivity(md.mesh.elements,md.mesh.vertexconnectivity);   
    5757
    5858}
Note: See TracChangeset for help on using the changeset viewer.