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