Dear all
I am working on a problem where I have used UMAT for defining Jacobian, I need to find the coordinates and volume of Integration points in the model. If I am not wrong, using GETVRM in USDFLD we can get properties of Integration points.
Can we use both UMAT and USDFLD in single subroutine??
I got struck in defining dependencies (since I don't require any field variables for my case, as I have already defined material properties and state variables in UMAT).
Error:
error #6591: An automatic object is invalid in a main program. [FIELD]
DIMENSION FIELD(NFIELD),STATEV(NSTATV),DIRECT(3,3),
----------------^
error #6591: An automatic object is invalid in a main program. [STATEV]
DIMENSION FIELD(NFIELD),STATEV(NSTATV),DIRECT(3,3),
Thanks
K Shiva Reddy