Hey Guys,
I am comparing different post-processing softwares and their stress evaluation. For this I want to see the stress at the integration or gauss points of my calculation. I want to write those values in a punch file.
I use the following output commands in a linear static analysis:

The results in my punch file look this for one element:

As I understand, I can write the values like this:
<?xml version="1.0" encoding="UTF-8"?>
So there are no values for the integration points in my punch file.
What do I have to change in my output commands to have the integration point values written in the punch file?