shearrate output now with sign (no |abs| as before)

This commit is contained in:
Philip Eisenlohr 2011-02-11 10:19:41 +00:00
parent 3d7fad6ba9
commit 171f5375f1
1 changed files with 1 additions and 1 deletions

View File

@ -2285,7 +2285,7 @@ do o = 1,phase_Noutput(material_phase(g,ip,el))
cs = cs + ns
case ('shearrate')
constitutive_nonlocal_postResults(cs+1:cs+ns) = sum(abs(gdot),2)
constitutive_nonlocal_postResults(cs+1:cs+ns) = sum(gdot,2)
cs = cs + ns
case ('resolvedstress')