1use crate::{math::TensorTupleList, mechanics::DeformationGradientPlastic}; 2 3pub type ViscoplasticStateVariables<const G: usize, Y> = 4 TensorTupleList<DeformationGradientPlastic, Y, G>;