Yes, I need the whole body's nodal coordinate values and the strains at those nodal coordinates and then use them in the UMAT subroutine. I read that these nodal coordinates and strains at these coordinates can be derived using the GETVRNAVGATNOD utility routine defined in the UMESHMOTION code...
Thank you, but I want to write Fortran code for this and print them. I also want to store these nodal coordinate values and the strains at the nodes in a common block.
So please guide me for this.
I want to extract the nodal coordinates and the strains at the nodes for a simple 2D and 3D plate. The loading conditions are encastre at one end and displacement-based loading on the other end. I have read about the UMESHMOTION and its utility routines but am unable to crack the problem. So...