I want to get labels of the elements in the VUSDFLD subroutine for the post-processing. These elements' labels can be retrieved from the scripting. Still, I need the labels of only those elements that satisfy certain criteria, like all the elements where stress/strain crosses some value. I know how to get coordinates of an integration point using subroutine, but processing them is impossible; hence, I require element labels.
One way could be (if using hex elements, where labeling follows an obvious pattern) to do some tedious maths of the coordinates and predict them. But I want to know is there an easy way of achieving this?