Changeset 16921


Ignore:
Timestamp:
11/25/13 10:02:07 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: switching some gauss points from 2,3 to 3,3

Location:
issm/trunk-jpl
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Penta.cpp

    r16916 r16921  
    42234223
    42244224        /* Start  looping on the number of gaussian points: */
    4225         gauss=new GaussPenta(2,3);
     4225        gauss=new GaussPenta(3,3);
    42264226        for(int ig=gauss->begin();ig<gauss->end();ig++){
    42274227
     
    85808580
    85818581        /* Start  looping on the number of gaussian points: */
    8582         gauss=new GaussPenta(2,3);
     8582        gauss=new GaussPenta(3,3);
    85838583        for(int ig=gauss->begin();ig<gauss->end();ig++){
    85848584
Note: See TracChangeset for help on using the changeset viewer.