Changeset 5674
- Timestamp:
- 09/03/10 11:06:07 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r5670 r5674 3793 3793 double Pe_reduced[numdof]; //for the six nodes only 3794 3794 double Ke_gaussian[27][3]; 3795 double L[3]; //for the three nodes of the bed3795 double l1l6[6]; //for the six nodes of the penta 3796 3796 double l1l7[7]; //for the six nodes and the bubble 3797 3797 double B[8][27]; … … 3955 3955 3956 3956 /*Get L matrix : */ 3957 tria->GetL(&L[0], &xyz_list[0][0], gauss_coord_tria,1);3957 GetNodalFunctionsP1(l1l6, gauss); 3958 3958 3959 3959 /*Get water_pressure at gaussian point */
Note:
See TracChangeset
for help on using the changeset viewer.