Dear Prof. Taylor/ FEAP admin/users of FEAPpv:
I was triying to understand the code for viscoelastic material law in FEAPpv and have so far figured out how it works in general. But I'm a little confused with the input variable of the subroutine viscoe. When viscoe is called by modlsd in line 2695 of material.f, the variable h2(1) and h2(i+1) are used as input and are assigned to en and qi in viscoe. Could you please tell me what these variables stand for? What are the corresponding dimensions of these variables?
Thanks a lot in advance!
p.s. I understand h1 and h2 comes from hr(nh1+nn) and hr(nh2+nn) in sld3d1.f, but I somehow couldn't find where hr is created?