Changeset 6988


Ignore:
Timestamp:
01/07/11 10:58:14 (14 years ago)
Author:
seroussi
Message:

minor

File:
1 edited

Legend:

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

    r6987 r6988  
    703703
    704704        /*compute all stiffness matrices for this element*/
    705         ElementMatrix* Ke1=CreateKMatrixCouplingMacAyealPattynViscous();
     705        ElementMatrix* Ke1=CreateKMatrixCouplingMacAyealStokesViscous();
    706706        ElementMatrix* Ke2=CreateKMatrixCouplingMacAyealPattynFriction();
    707707        ElementMatrix* Ke =new ElementMatrix(Ke1,Ke2);
Note: See TracChangeset for help on using the changeset viewer.