Changeset 5887


Ignore:
Timestamp:
09/18/10 13:38:03 (15 years ago)
Author:
Mathieu Morlighem
Message:

Fixed bug in vertical

File:
1 edited

Legend:

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

    r5886 r5887  
    27142714        /*compute all stiffness matrices for this element*/
    27152715        ElementMatrix* Ke1=CreateKMatrixDiagnosticVertVolume();
    2716         ElementMatrix* Ke2=CreateKMatrixDiagnosticVertVolume();
     2716        ElementMatrix* Ke2=CreateKMatrixDiagnosticVertSurface();
    27172717        ElementMatrix* Ke =new ElementMatrix(Ke1,Ke2);
    27182718
Note: See TracChangeset for help on using the changeset viewer.