conspire 0.6.0

The Rust interface to conspire.
Documentation
1
2
3
4
use crate::{math::TensorTupleList, mechanics::DeformationGradientPlastic};

pub type ViscoplasticStateVariables<const G: usize, Y> =
    TensorTupleList<DeformationGradientPlastic, Y, G>;