Type Alias FirstPiolaKirchhoffStresses

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

A list of first Piola-Kirchhoff stresses.

Aliased Typeยง

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