pub type InternalVariablesField<const G: usize, V> = TensorVector<InternalVariables<G, V>>;Expand description
The internal variables held at every integration point of every element.
Aliased Typeยง
pub struct InternalVariablesField<const G: usize, V>(/* private fields */);