So I'm building a UEL subroutine and I'm having a basic problem: the coordinates of the nodes of my custom element are not being read correctly.
In my inp file I have a simple model (two solid elements and one cohesive zero-thickness element):
*Node
1, 0.,0.,
2, 1.,0.,
3, 0.,1.,
4, 1.,1...