shearrate output now with sign (no |abs| as before)
This commit is contained in:
parent
3d7fad6ba9
commit
171f5375f1
|
@ -2285,7 +2285,7 @@ do o = 1,phase_Noutput(material_phase(g,ip,el))
|
||||||
cs = cs + ns
|
cs = cs + ns
|
||||||
|
|
||||||
case ('shearrate')
|
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
|
cs = cs + ns
|
||||||
|
|
||||||
case ('resolvedstress')
|
case ('resolvedstress')
|
||||||
|
|
Loading…
Reference in New Issue