Dear Prof. Taylor,
Thanks for your reply. Although The iteration confused me but the final results are correct.
The model is a bar. one end is fixed and the other side is applied linearly increasing displacement loads.
The solution command is:
BATCh
PETSc,ON
DT,,dt
TRANsient,NEWMark,0.5,1.0
STRE,NODE
PVIE,NEWSM
LOOP,,ni
LOOP,,np
TIME,,tt
AUTO,DT,dt,dt
LOOP,,15
UTAN,,1
!TOL,ITER,1.0e-16,1.0e-16,1.0e20
!UTAN,DMPN,1,,1.0
!UTAN,LSBA,1.0
NEXT
NEXT
STRE,NODE
PVIE
NEXT
DISP ALL
END
Best,