Changeset 6222


Ignore:
Timestamp:
10/11/10 08:17:49 (14 years ago)
Author:
Mathieu Morlighem
Message:

some cleaning

Location:
issm/trunk/src/c/objects/Elements
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Penta.cpp

    r6221 r6222  
    29122912        double     D[3][3];
    29132913        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];
    29192914        double     Ke_gaussian_conduct[numdof][numdof];
    29202915        double     Ke_gaussian_advec[numdof][numdof];
     
    35373532        double     D[8][8]={0.0};
    35383533        double     D_scalar;
    3539         double     tBD[numdofbubble][8];
    35403534        double     Pe_gaussian[numdofbubble]={0.0}; //for the six nodes and the bubble
    35413535        double     Ke_temp[numdofbubble][3]={0.0}; //for the six nodes and the bubble
     
    55635557        double Kbi[3][24];
    55645558        double Kbbinv[3][3];
    5565         double KibKbbinv[24][3];
    55665559        double Kright[24][24];
    55675560
     
    56115604        double Kib[24][3];
    56125605        double Kbbinv[3][3];
    5613         double KibKbbinv[24][3];
    56145606        double Pright[24];
    56155607
  • issm/trunk/src/c/objects/Elements/Tria.cpp

    r6221 r6222  
    31403140        double     xyz_list[NUMVERTICES][3];
    31413141        double     L[3];
    3142         double     tLD[3];
    31433142        double     Ke_gaussian[numdof][numdof]={0.0};
    31443143        GaussTria *gauss=NULL;
     
    34543453        double    xyz_list[NUMVERTICES][3];
    34553454        double    l1l2l3[NUMVERTICES];
    3456         double    tl1l2l3D[3];
    34573455        double    D_scalar;
    34583456        double    Ke_gaussian[numdof][numdof]={0.0};
Note: See TracChangeset for help on using the changeset viewer.