pub type DeformationGradientRateList<const W: usize> = TensorRank2List<3, Current, Reference, W, Rate>;Expand description
A list of deformation gradient rates.
Aliased Typeยง
pub struct DeformationGradientRateList<const W: usize>(/* private fields */);