pub type DeformationGradientGeneral<const I: usize, const J: usize> = TensorRank2<3, I, J>;
A general deformation gradient.
struct DeformationGradientGeneral<const I: usize, const J: usize>(/* private fields */);