Changeset 10509


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

default is now friction tangential to the bedrock in FS

File:
1 edited

Legend:

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

    r10496 r10509  
    59855985        /*compute all stiffness matrices for this element*/
    59865986        ElementMatrix* Ke1=CreateKMatrixDiagnosticStokesViscous();
    5987         ElementMatrix* Ke2=CreateKMatrixDiagnosticStokesFriction();
    5988         //ElementMatrix* Ke2=CreateKMatrixDiagnosticStokesFriction2();
     5987        //ElementMatrix* Ke2=CreateKMatrixDiagnosticStokesFriction();
     5988        ElementMatrix* Ke2=CreateKMatrixDiagnosticStokesFriction2();
    59895989        ElementMatrix* Ke =new ElementMatrix(Ke1,Ke2);
    59905990
Note: See TracChangeset for help on using the changeset viewer.