Changeset 6045


Ignore:
Timestamp:
09/27/10 09:44:12 (15 years ago)
Author:
seroussi
Message:

wrong indice

File:
1 edited

Legend:

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

    r5989 r6045  
    25882588                DLStokes[7][7]=-2*viscosity*gauss->weight*Jdet2d*bed_normal[1];
    25892589                DLStokes[8][8]=-2*viscosity*gauss->weight*Jdet2d*bed_normal[2];
    2590                 DLStokes[9][8]=-2*viscosity*gauss->weight*Jdet2d*bed_normal[0]/2.0;
     2590                DLStokes[9][9]=-2*viscosity*gauss->weight*Jdet2d*bed_normal[0]/2.0;
    25912591                DLStokes[10][10]=-2*viscosity*gauss->weight*Jdet2d*bed_normal[1]/2.0;
    25922592                DLStokes[11][11]=stokesreconditioning*gauss->weight*Jdet2d*bed_normal[0];
Note: See TracChangeset for help on using the changeset viewer.