pub type TractionList<const N: usize> = TensorRank1List<3, Current, N, Stress>;
A list of tractions.
pub struct TractionList<const N: usize>(/* private fields */);