- Timestamp:
- 11/01/11 16:51:53 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r10411 r10419 5908 5908 double D[8][8]={0.0}; 5909 5909 double Ke_temp[27][27]={0.0}; //for the six nodes and the bubble 5910 double Ke_gaussian[27][27];5911 5910 GaussPenta *gauss=NULL; 5912 5911 … … 5943 5942 &D[0][0],8,8,0, 5944 5943 &B_prime[0][0],8,27,0, 5945 &Ke_gaussian[0][0],0); 5946 5947 for(i=0;i<27;i++) for(j=0;j<27;j++) Ke_temp[i][j]+=Ke_gaussian[i][j]; 5944 &Ke_temp[0][0],1); 5948 5945 } 5949 5946 … … 6748 6745 &D[0][0],8,8,0, 6749 6746 &B_prime_bubble[0][0],8,3,0, 6750 &Ke_gaussian[0][0],0); 6751 6752 for(i=0;i<numdofbubble;i++) for(j=0;j<NDOF3;j++) Ke_temp[i][j]+=Ke_gaussian[i][j]; 6747 &Ke_temp[0][0],1); 6753 6748 } 6754 6749
Note:
See TracChangeset
for help on using the changeset viewer.