Ignore:
Timestamp:
07/15/13 16:33:43 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: changes finite element names

File:
1 edited

Legend:

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

    r15470 r15492  
    438438                        return;
    439439                case P2Enum:
     440                        /*Corner nodes*/
    440441                        basis[0]=gauss->coord1*(2.*gauss->coord1-1.);
    441442                        basis[1]=gauss->coord2*(2.*gauss->coord2-1.);
    442443                        basis[2]=gauss->coord3*(2.*gauss->coord3-1.);
     444                        /*Mid-sides*/
    443445                        basis[3]=4.*gauss->coord3*gauss->coord2;
    444446                        basis[4]=4.*gauss->coord3*gauss->coord1;
Note: See TracChangeset for help on using the changeset viewer.