Changeset 17421


Ignore:
Timestamp:
03/12/14 10:45:59 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: wrong gauss point for order 3 tetra

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/shared/Numerics/GaussPoints.cpp

    r16152 r17421  
    12531253                0.250000000000000, 0.500000000000000, 0.166666666666667,
    12541254                0.166666666666667, 0.166666666666667};
     1255        static IssmPDouble l23[]={
     1256                0.250000000000000, 0.166666666666667, 0.500000000000000,
     1257                0.166666666666667, 0.166666666666667};
    12551258        static IssmPDouble l33[]={
    12561259                0.250000000000000, 0.166666666666667, 0.166666666666667,
     
    13761379        static IssmPDouble* wgtp[MAX_TETRA_SYM_ORD]={wgt1,wgt2,wgt3,wgt4,wgt5,wgt6};
    13771380        static IssmPDouble* l1p [MAX_TETRA_SYM_ORD]={l11 ,l12 ,l13 ,l14 ,l15 ,l16 };
    1378         static IssmPDouble* l2p [MAX_TETRA_SYM_ORD]={l21 ,l22 ,l32 ,l24 ,l25 ,l26 };
     1381        static IssmPDouble* l2p [MAX_TETRA_SYM_ORD]={l21 ,l22 ,l23 ,l24 ,l25 ,l26 };
    13791382        static IssmPDouble* l3p [MAX_TETRA_SYM_ORD]={l31 ,l32 ,l33 ,l34 ,l35 ,l36 };
    13801383        static IssmPDouble* l4p [MAX_TETRA_SYM_ORD]={l41 ,l42 ,l43 ,l44 ,l45 ,l46 };
Note: See TracChangeset for help on using the changeset viewer.