Changeset 24118


Ignore:
Timestamp:
08/06/19 09:35:55 (6 years ago)
Author:
nmokus
Message:

BUG: strain rate eigenvalues were returned instead of deviatoric stress'

File:
1 edited

Legend:

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

    r24089 r24118  
    830830
    831831                /*Get Eigen values*/
    832                 Matrix2x2Eigen(&tau_1[iv],&tau_2[iv],NULL,NULL,epsilon[0],epsilon[2],epsilon[1]);
     832                Matrix2x2Eigen(&tau_2[iv],&tau_1[iv],NULL,NULL,tau_xx[iv],tau_xy[iv],tau_yy[iv]);
    833833        }
    834834
Note: See TracChangeset for help on using the changeset viewer.