Changeset 15478
- Timestamp:
- 07/10/13 11:06:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r15477 r15478 6972 6972 6973 6973 D_scalar=gauss->weight*Jdet; 6974 for (i=0;i<6;i++) D[i][i]=D_scalar*2 *viscosity;6974 for (i=0;i<6;i++) D[i][i]=D_scalar*2.*2.*viscosity; 6975 6975 for (i=6;i<8;i++) D[i][i]=-D_scalar*stokesreconditioning; 6976 6976 … … 7029 7029 /*Transform Coordinate System*/ 7030 7030 TransformStiffnessMatrixCoord(Ke,nodes,NUMVERTICES,XYZPEnum); 7031 7031 7032 7032 /*Clean up and return*/ 7033 7033 delete gauss;
Note:
See TracChangeset
for help on using the changeset viewer.