TractionList

Type Alias TractionList 

Source
pub type TractionList<const N: usize> = TensorRank1List<3, 1, N>;
Expand description

A list of tractions.

Aliased Typeยง

pub struct TractionList<const N: usize>(/* private fields */);