ProductsAbaqus/Standard User subroutine interface SUBROUTINE UMOTION(U,KSTEP,KINC,TIME,NODE,JDOF)
C
INCLUDE 'ABA_PARAM.INC'
C
DIMENSION U,TIME(2)
C
user coding to define U
RETURN
END
Variables to be defined
Variables passed in for information
|