Changeset 6222
- Timestamp:
- 10/11/10 08:17:49 (14 years ago)
- Location:
- issm/trunk/src/c/objects/Elements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r6221 r6222 2912 2912 double D[3][3]; 2913 2913 double K[2][2]={0.0}; 2914 double tBD[3][numdof];2915 double tBD_conduct[3][numdof];2916 double tBD_advec[3][numdof];2917 double tBD_artdiff[3][numdof];2918 double tLD[numdof];2919 2914 double Ke_gaussian_conduct[numdof][numdof]; 2920 2915 double Ke_gaussian_advec[numdof][numdof]; … … 3537 3532 double D[8][8]={0.0}; 3538 3533 double D_scalar; 3539 double tBD[numdofbubble][8];3540 3534 double Pe_gaussian[numdofbubble]={0.0}; //for the six nodes and the bubble 3541 3535 double Ke_temp[numdofbubble][3]={0.0}; //for the six nodes and the bubble … … 5563 5557 double Kbi[3][24]; 5564 5558 double Kbbinv[3][3]; 5565 double KibKbbinv[24][3];5566 5559 double Kright[24][24]; 5567 5560 … … 5611 5604 double Kib[24][3]; 5612 5605 double Kbbinv[3][3]; 5613 double KibKbbinv[24][3];5614 5606 double Pright[24]; 5615 5607 -
issm/trunk/src/c/objects/Elements/Tria.cpp
r6221 r6222 3140 3140 double xyz_list[NUMVERTICES][3]; 3141 3141 double L[3]; 3142 double tLD[3];3143 3142 double Ke_gaussian[numdof][numdof]={0.0}; 3144 3143 GaussTria *gauss=NULL; … … 3454 3453 double xyz_list[NUMVERTICES][3]; 3455 3454 double l1l2l3[NUMVERTICES]; 3456 double tl1l2l3D[3];3457 3455 double D_scalar; 3458 3456 double Ke_gaussian[numdof][numdof]={0.0};
Note:
See TracChangeset
for help on using the changeset viewer.