Changeset 5674


Ignore:
Timestamp:
09/03/10 11:06:07 (15 years ago)
Author:
seroussi
Message:

minor PentaStokes

File:
1 edited

Legend:

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

    r5670 r5674  
    37933793        double     Pe_reduced[numdof]; //for the six nodes only
    37943794        double     Ke_gaussian[27][3];
    3795         double     L[3]; //for the three nodes of the bed
     3795        double     l1l6[6]; //for the six nodes of the penta
    37963796        double     l1l7[7]; //for the six nodes and the bubble
    37973797        double     B[8][27];
     
    39553955
    39563956                        /*Get L matrix : */
    3957                         tria->GetL(&L[0], &xyz_list[0][0], gauss_coord_tria,1);
     3957                        GetNodalFunctionsP1(l1l6, gauss);
    39583958
    39593959                        /*Get water_pressure at gaussian point */
Note: See TracChangeset for help on using the changeset viewer.