Changeset 15705


Ignore:
Timestamp:
08/04/13 14:55:02 (12 years ago)
Author:
seroussi
Message:

BUG: fixed P1+ nodal functions

File:
1 edited

Legend:

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

    r15704 r15705  
    439439                case P1bubbleEnum: case P1bubblecondensedEnum:
    440440                        /*Corner nodes*/
    441                         basis[0]=gauss->coord1*(2.*gauss->coord1-1.);
    442                         basis[1]=gauss->coord2*(2.*gauss->coord2-1.);
    443                         basis[2]=gauss->coord3*(2.*gauss->coord3-1.);
     441                        basis[0]=gauss->coord1;
     442                        basis[1]=gauss->coord2;
     443                        basis[2]=gauss->coord3;
    444444                        /*bubble*/
    445445                        basis[3]=27.*gauss->coord1*gauss->coord2*gauss->coord3;
Note: See TracChangeset for help on using the changeset viewer.