Hi all,
is it possible in FEAP to get the Physical/Global coordinates of the Gauss integration point upon which the UMAT subroutine is being run ?
Reason:
The non-local material model includes the gradients of some scalar internal variables, and I don't intend to treat the internal variables as indepent variables (e.g. displacements) in a User element routine, as it increases the size of stiffness matrix (K) of the element 5-folds. So the other possibility is to inform the UMAT about the coordinates of integration point (and keep those coordinates in a history array) upon which it is returning the material behavior, so that it can calculate the gradients on that intergation point.