Hi all,
I have a problem concerning the output of the time plot while using the Backup command. I am using an adaptive routine, which relay on a solution of the next time step. Therefore I use the Back command in case of an adaptive change to recompute with the changed mesh. The problem is that the solution of this time step are also printed in the output files. Is there a way to suppress the output until the Adaptive Loop is left?
Thanks in advance
Dolesch
MACRo
DT,,0.01
TRANsient,BACKwards
!
LOOPa,PICTures,30000
!
LOOP,WITHoutpictures,20
!
LOOP,ADAPtive,100
!
LOOP,CONVergence,20
TIME,,1.5
AUTO,TIME,4,8,10
!
LOOP,ITERation,15
TANGent,,1
NEXT,ITERation
!
TANGent,,1
NEXT,CONVergence
!
STREss,NODEs
ERROr
ADAPtive,CHECk
NEXT,ADAPtive
ADAPtive,NOJU
NEXT,WITHoutpictures
PLOT,CONTour,3 0 1
vtu,time
NEXT,PICTures
END