Changeset 5881
- Timestamp:
- 09/17/10 17:45:02 (15 years ago)
- Location:
- issm/trunk/src/c/objects/Elements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Tria.cpp
r5880 r5881 2778 2778 /*}}}*/ 2779 2779 /*FUNCTION Tria::CreateKMatrixDiagnosticMacAyealFriction {{{1*/ 2780 void Tria::CreateKMatrixDiagnosticMacAyealFriction(Mat Kgg,Mat Kff, Mat Kfs){2781 2782 ElementMatrix* Ke=CreateKMatrixDiagnosticMacAyealFriction();2783 2784 if(Ke){2785 Ke->AddToGlobal(Kgg,Kff,Kfs);2786 delete Ke;2787 }2788 }2789 /*}}}*/2790 /*FUNCTION Tria::CreateKMatrixDiagnosticMacAyealFriction {{{1*/2791 2780 ElementMatrix* Tria::CreateKMatrixDiagnosticMacAyealFriction(void){ 2792 2781 -
issm/trunk/src/c/objects/Elements/Tria.h
r5879 r5881 128 128 ElementMatrix* CreateKMatrixDiagnosticMacAyealViscous(void); 129 129 ElementMatrix* CreateKMatrixDiagnosticMacAyealFriction(void); 130 void CreateKMatrixDiagnosticMacAyealFriction(Mat Kgg,Mat Kff, Mat Kfs);131 130 ElementMatrix* CreateKMatrixCouplingMacAyealPattynFriction(void); 132 131 ElementMatrix* CreateKMatrixDiagnosticPattynFriction(void);
Note:
See TracChangeset
for help on using the changeset viewer.