Dear Feap users,
I am programming an user element in which values of material parameters are randomly distributed for each element. So for each element, using random generator, I get different values (isw=3,6). Problem is the one of the parameters has to change its value, and I can't figure out how to memorize this change in order to use the new value. I have tried in isw=14, using nh3 variable. But the problem is then my values of parameters will not be assigned randomly for each element. In other words, every element will get the same values of parameters beacuse I have linked my seed with element number.
Thanks in advance!