pub type FirstPiolaKirchhoffTangentStiffnessList<const N: usize> = TensorRank4List<3, 1, 0, 1, 0, N>;Expand description
A list of first Piola-Kirchhoff tangent stiffnesses.
Aliased Typeยง
pub struct FirstPiolaKirchhoffTangentStiffnessList<const N: usize>(/* private fields */);