Ignore:
Timestamp:
11/08/11 10:07:23 (13 years ago)
Author:
Mathieu Morlighem
Message:

Extended change of Coordinate Systems for coupling (not done yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Tria.cpp

    r10449 r10523  
    27072707
    27082708        /*Transform Coordinate System*/
    2709         TransformStiffnessMatrixCoord(Ke,nodes,NUMVERTICES,NDOF2);
     2709        TransformStiffnessMatrixCoord(Ke,nodes,NUMVERTICES,XYEnum);
    27102710
    27112711        /*Clean up and return*/
     
    27752775
    27762776        /*Transform Coordinate System*/
    2777         TransformStiffnessMatrixCoord(Ke,nodes,NUMVERTICES,NDOF2);
     2777        TransformStiffnessMatrixCoord(Ke,nodes,NUMVERTICES,XYEnum);
    27782778
    27792779        /*Clean up and return*/
     
    28512851
    28522852        /*Transform coordinate system*/
    2853         TransformLoadVectorCoord(pe,nodes,NUMVERTICES,NDOF2);
     2853        TransformLoadVectorCoord(pe,nodes,NUMVERTICES,XYEnum);
    28542854
    28552855        /*Clean up and return*/
     
    30093009
    30103010        /*Transform solution in Cartesian Space*/
    3011         TransformSolutionCoord(&values[0],nodes,NUMVERTICES,NDOF2);
     3011        TransformSolutionCoord(&values[0],nodes,NUMVERTICES,XYEnum);
    30123012
    30133013        /*Ok, we have vx and vy in values, fill in vx and vy arrays: */
Note: See TracChangeset for help on using the changeset viewer.