Glad you found the problem. In the latest release for constitution we compute H = F - I directly from the displacement state for as many problems as possible, thus avoiding the roundoff problem. In our computation of kinematics we compute F(3,3,4): F(:,:,1) = F_n+1; F(:,:,2) = F_n; F(:,:,3) = H_n+1; F(:,:,4) = H_n -- same for detF. If you have latest ver8.4 you can look in the elements to find the computations.