Good evening everybody,
I am trying to get an output .txt file, using the code at the end of my UMAT:
OPEN(105, file='C:\Temp\Aereo\List.txt',position='append')
[/indent]WRITE(105,*)NOEL,NPT,MAX_S
CLOSE(105)
The problem is that I am capable of getting the variable MAX_S for every NPT, for...