Can you try the attached files for paraview. They are supposed to output all the stress values even if you have not projected them yet. A projection is forced if an iteration has been performed and no stresses plotted or nodal stresses computed.
I have a problem with my non-mechanical user element using PVIE with the new FEAP8.5. Whenever I try to make a paraview output, the program exits.
My problem is a phase-field problem and essentially I just need to output the DOF fields and there is no need to project anything. I thought maybe it is because I did not define isw.eq.8 in my element, and added that and also set the ISTE value, then I got another error that the assigned size to NDER and NDNP are zero...
I believe the problem comes from the if condition for FL(11) in program/pmacr6.f (feap 8.5). It forces the program to project stresses, while there isn't any, thus the error.
I wrote a small user-macro where I temporarily switch the value of FL(11) to TRUE before calling PVIE and switch it back after the call. This way, the routine works just fine.
Is there any better work-around for this?
RM