Changeset 15751


Ignore:
Timestamp:
08/08/13 11:27:12 (12 years ago)
Author:
seroussi
Message:

BUG: need to condense Stokes in PVectorHOFS fot tiling

File:
1 edited

Legend:

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

    r15749 r15751  
    76797679        /*compute all stiffness matrices for this element*/
    76807680        ElementMatrix* Ke1=CreateKMatrixDiagnosticFS();
     7681        int indices[3]={18,19,20};
     7682        Ke1->StaticCondensation(3,&indices[0]);
    76817683        int init = this->element_type;
    76827684        this->element_type=P1Enum; //P1 needed for HO
Note: See TracChangeset for help on using the changeset viewer.