Ignore:
Timestamp:
03/05/14 08:18:13 (11 years ago)
Author:
seroussi
Message:

BUG: fixed P2 in Penta

File:
1 edited

Legend:

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

    r17057 r17383  
    654654                                case 13: coord1=.5; coord2=0.; coord3=.5; coord4=+1.;break;
    655655                                case 14: coord1=.5; coord2=.5; coord3=0.; coord4=+1.;break;
    656                                 default: _error_("node index should be in [0 14]");
     656
     657                                case 15: coord1=0.; coord2=.5; coord3=.5; coord4=0.;break;
     658                                case 16: coord1=.5; coord2=0.; coord3=.5; coord4=0.;break;
     659                                case 17: coord1=.5; coord2=.5; coord3=0.; coord4=0.;break;
     660                                default: _error_("node index should be in [0 17]");
    657661                        }
    658662                        break;
Note: See TracChangeset for help on using the changeset viewer.