Changeset 15422
- Timestamp:
- 07/03/13 16:24:04 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r15420 r15422 6830 6830 switch(fe_stokes){ 6831 6831 case 0: 6832 printf("fe %i\n",fe_stokes); 6832 6833 /*compute all stiffness matrices for this element*/ 6833 6834 Ke1=CreateKMatrixDiagnosticStokesViscous(); 6834 6835 Ke2=CreateKMatrixDiagnosticStokesFriction(); 6835 6836 Ke =new ElementMatrix(Ke1,Ke2); 6836 6837 break; 6837 6838 case 1: 6838 6839 /*compute all stiffness matrices for this element*/ … … 6840 6841 Ke2=CreateKMatrixDiagnosticStokesFriction(); 6841 6842 Ke =new ElementMatrix(Ke1,Ke2); 6842 6843 break; 6843 6844 default: 6844 6845 _error_("Finite element" << fe_stokes << " not supported yet");
Note:
See TracChangeset
for help on using the changeset viewer.