Type Alias DeformationGradientRateList

Source
pub type DeformationGradientRateList<const W: usize> = TensorRank2List<3, 1, 0, W>;
Expand description

A list of deformation gradient rates.

Aliased Typeยง

struct DeformationGradientRateList<const W: usize>(/* private fields */);