Changeset 10509
- Timestamp:
- 11/07/11 13:09:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r10496 r10509 5985 5985 /*compute all stiffness matrices for this element*/ 5986 5986 ElementMatrix* Ke1=CreateKMatrixDiagnosticStokesViscous(); 5987 ElementMatrix* Ke2=CreateKMatrixDiagnosticStokesFriction();5988 //ElementMatrix* Ke2=CreateKMatrixDiagnosticStokesFriction2();5987 //ElementMatrix* Ke2=CreateKMatrixDiagnosticStokesFriction(); 5988 ElementMatrix* Ke2=CreateKMatrixDiagnosticStokesFriction2(); 5989 5989 ElementMatrix* Ke =new ElementMatrix(Ke1,Ke2); 5990 5990
Note:
See TracChangeset
for help on using the changeset viewer.