Dear All,
I hope this is not a repeated topic. I actually went through all the topics that discuss history variables initialization, but I just couldn't find an answer to my question since all these topics are related to initialization of history variables in Element routines.
Anyway, I'm just wondering about how to initialize history variables in Material routines?
Is it simply just I have to add these lines at the beginning of the umatl routine if I would like to initialize the first history variable to 1.0 for example?
c... INITIALIZE HISTORY VARIABLES
IF (ISW.EQ. 14) THEN
HN(1) = 1.0D0
END IF
Best regards,