initialization of initial condition in state variable in vumat
i am still struggling with defining an initial condition in vumat. i have defined mine like this:
STATEV(1:nstatev)=stateOld(KM,1:nstatev)
if (steptime .eq. zero) then
STATEV(1) = 1.0d0
STATEV(2) = 1.0d0
STATEV(3) = 1.0d0
STATEV(4) = 0.0d0
STATEV(5) = 0.0d0