It seems the strain that is passed to the material user subroutine/interface is the Total Strains. Is there a way to access the Total Strain Increments? One approach could be to save the previous total strain as state variables, and then subtract it from the current total strain to get the increment. If the total strain increment can be directly passed to the material user interface, I would prefer that option.
Thanks, Frank! I needed strain increments for the user material implementation. I don't think I can pass the strain increments to the material model via the script you mentioned.