Changeset 17843


Ignore:
Timestamp:
04/25/14 10:36:40 (11 years ago)
Author:
jbondzio
Message:

BUG: compute strain rates on GaussTria, not GaussPenta

File:
1 edited

Legend:

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

    r17831 r17843  
    213213        IssmDouble               eps_xz[NUMVERTICES]={0,0,0};
    214214        IssmDouble               eps_yz[NUMVERTICES]={0,0,0};
    215         GaussPenta*     gauss=NULL;
     215        GaussTria*     gauss=NULL;
    216216
    217217        /* Get node coordinates and dof list: */
     
    223223
    224224        /* Start looping on the number of vertices: */
    225         gauss=new GaussPenta();
     225        gauss=new GaussTria();
    226226        for (int iv=0;iv<NUMVERTICES;iv++){
    227227                gauss->GaussVertex(iv);
Note: See TracChangeset for help on using the changeset viewer.