Changeset 17854


Ignore:
Timestamp:
04/25/14 16:35:52 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: gauss weights for faces needs to be consistent with reference element

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/gauss/GaussTetra.cpp

    r17750 r17854  
    7171                _error_(index1 <<" "<<index2 <<" "<<index3 <<" Not supported yet");
    7272        }
     73
     74        for(int i=0;i<numgauss;i++) this->weights[i]=this->weights[i]*0.5/1.732050807568877; //FIXME: double check that
    7375}
    7476/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.