when I use abaqus umat to calculate polycrystal plasticity,it has different running results when print different values to text file,The following is what I use
WRITE(15,*) 'pt='
WRITE(15,80) pt
80 format (e11.3e3,e11.3e3,e11.3e3,e11.3e3,e11.3e3,e11.3e3)
Could someone know the reason?thanks