Hallo Everybody,
I would like to know how to use the subroutine abaqus:
SUBROUTINE DISP(U,KSTEP,KINC,TIME,NODE,NOEL,JDOF,COORDS)
C
INCLUDE 'ABA_PARAM.INC'
C
DIMENSION U(3),TIME(2),COORDS(3)
C
user coding to define U
RETURN
END
I try to put some values like...