Changeset 16936 for issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
- Timestamp:
- 11/25/13 14:38:24 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r16932 r16936 7054 7054 /*Compute HO Matrix with P1 element type\n");*/ 7055 7055 this->element_type=P1Enum; 7056 Ke1=CreateKMatrixStressbalanceHO(); TransformInvStiffnessMatrixCoord(Ke1, this->nodes,NUMVERTICES,XYEnum);7056 Ke1=CreateKMatrixStressbalanceHO(); TransformInvStiffnessMatrixCoord(Ke1,XYEnum); 7057 7057 this->element_type=init; 7058 7058 /*Compute FS Matrix and condense it \n");*/ 7059 Ke2=CreateKMatrixStressbalanceFS(); TransformInvStiffnessMatrixCoord(Ke2, this->nodes,2*NUMVERTICES+1,cs_list2);7059 Ke2=CreateKMatrixStressbalanceFS(); TransformInvStiffnessMatrixCoord(Ke2,node_list,2*NUMVERTICES+1,cs_list2); 7060 7060 int indices[3]={18,19,20}; 7061 7061 Ke2->StaticCondensation(3,&indices[0]);
Note:
See TracChangeset
for help on using the changeset viewer.