Hello, I'm using Abaqus to do meso-scale simultaion of woven fabric, when conducting numerical homogenization work, I need to get the integration point stress and volume like this:

It seems Abaqus2Matlab can only read the element volume (EVOL), is there any possibility to get integration point volume (IVOL) data by Abaqus2Matlab?
Thank you !
Dear Rijin He,
Thank you for your interest in Abaqus2Matlab. You are right, the appropriate record key and associated function for reading integration point volume (IVOL) data from an Abaqus fil file is not available in Abaqus2Matlab. However, it is easy to setup the open source function which extracts this type of results by using the open source function Rec78.m (which corresponds to the element volume results - EVOL and has been already included in the open source version of Abaqus2Matlab v.1.0) as a template and making the necessary modifications.
You can download the Abaqus2Matlab function Rec76.m from the link below:
https://www.dropbox.com/s/zymx4ha2x42zfez/Rec76.m?dl=0
You can use it in exactly the same way as you would use the function Rec78.m.
Let me know if the issue is resolved.
Best regards.