I'm trying to print a nodal value for the displacement of a node from the previous step. Is there a variable that will do this? The variable "U" seems to be the displacement from the base node.
I ended up pulling the coordinates of that point, saving them, then on the next step, writing a vector defined by the difference between the current coordinates and previous coorinates. I do this all directly in the subroutine.