Ignore:
Timestamp:
11/25/13 14:38:24 (11 years ago)
Author:
seroussi
Message:

CHG: KMatric coupling HO viscous

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Penta.cpp

    r16932 r16936  
    70547054        /*Compute HO Matrix with P1 element type\n");*/
    70557055        this->element_type=P1Enum;
    7056         Ke1=CreateKMatrixStressbalanceHO(); TransformInvStiffnessMatrixCoord(Ke1,this->nodes,NUMVERTICES,XYEnum);
     7056        Ke1=CreateKMatrixStressbalanceHO(); TransformInvStiffnessMatrixCoord(Ke1,XYEnum);
    70577057        this->element_type=init;
    70587058        /*Compute FS Matrix and condense it \n");*/
    7059         Ke2=CreateKMatrixStressbalanceFS(); TransformInvStiffnessMatrixCoord(Ke2,this->nodes,2*NUMVERTICES+1,cs_list2);
     7059        Ke2=CreateKMatrixStressbalanceFS(); TransformInvStiffnessMatrixCoord(Ke2,node_list,2*NUMVERTICES+1,cs_list2);
    70607060        int indices[3]={18,19,20};
    70617061        Ke2->StaticCondensation(3,&indices[0]);
Note: See TracChangeset for help on using the changeset viewer.